Skip to content

Commit

Permalink
Update: Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 15, 2024
1 parent ba46eda commit 6545133
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 437 deletions.
4 changes: 3 additions & 1 deletion packages/jest-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
},
"dependencies": {
"@techor/jest": "workspace:^",
"jest-environment-jsdom": "^29.3.1",
"jest-environment-jsdom": "^29.3.1"
},
"peerDependencies": {
"jest": "*",
"ts-jest": "*",
"ts-node": "*"
Expand Down
4 changes: 3 additions & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"dependencies": {
"@swc/core": "^1.3.106",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.11"
},
"peerDependencies": {
"jest": "*",
"ts-jest": "*",
"ts-node": "*"
Expand Down
4 changes: 3 additions & 1 deletion packages/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"@techor/version": "workspace:^",
"@techor/jest": "workspace:^",
"commitlint-config-techor": "workspace:^",
"eslint-config-techor": "workspace:^",
"eslint-config-techor": "workspace:^"
},
"peerDependencies": {
"@types/node": "*",
"typescript": "*"
}
Expand Down
6 changes: 4 additions & 2 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
"release.config.mjs"
],
"dependencies": {
"@semantic-release/exec": "^6.0.3",
"@techor/extend": "workspace:^",
"@techor/fs": "workspace:^",
"@techor/log": "workspace:^",
"@techor/npm": "workspace:^",
"conventional-changelog-techor": "workspace:^",
"semantic-release": "^23.0.0",
"techor-conventional-commits": "workspace:^"
},
"peerDependencies": {
"semantic-release": "^23.0.0",
"@semantic-release/exec": "^6.0.3"
}
}
Loading

0 comments on commit 6545133

Please sign in to comment.