Skip to content

Commit

Permalink
fix: lock ts-patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed May 26, 2023
1 parent f598886 commit 783cbf3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"scripts": "workspace:*",
"semantic-release": "^21.0.1",
"syncpack": "^9.8.4",
"ts-patch": "^3.0.0-beta3",
"ts-patch": "3.0.0-beta3",
"turbo": "^1.9.2",
"typescript": "^5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"esbuild": "^0.17.18",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-patch": "^3.0.0-beta3",
"ts-patch": "3.0.0-beta3",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^18.15.11",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-patch": "^3.0.0-beta3",
"ts-patch": "3.0.0-beta3",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"esbuild": "^0.17.18",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-patch": "^3.0.0-beta3",
"ts-patch": "3.0.0-beta3",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion plop_templates/utility-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"esbuild": "^0.17.15",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-patch": "^3.0.0-beta3",
"ts-patch": "3.0.0-beta3",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 783cbf3

Please sign in to comment.