Skip to content

Commit

Permalink
fix: ts version with minor and patch being flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-twardziak authored and DominikPieper committed Oct 21, 2024
1 parent 49d8da4 commit 60686d4
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"typescript": "^5.4.2",
"verdaccio": "5.18.0",
"verdaccio-auth-memory": "^10.2.2",
"vite-plugin-solid": "^2.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@nx/devkit": "^20.0.0",
"typescript": "5.5.4",
"typescript": "^5.4.2",
"@nx/js": "^20.0.0",
"tslib": "^2.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ionic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@nxext/capacitor": "^20.0.1",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"typescript": "^5.4.2",
"@phenomnomnominal/tsquery": "~5.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nx/js": "^20.0.0"
},
"dependencies": {
"typescript": "5.5.4",
"typescript": "^5.4.2",
"tslib": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "src/index.js",
"generators": "./generators.json",
"dependencies": {
"typescript": "5.5.4",
"typescript": "^5.4.2",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@stencil/core": "^4.12.6",
"@nx/workspace": "^20.0.0",
"@nx/js": "^20.0.0",
"typescript": "5.5.4",
"typescript": "^5.4.2",
"@nx/eslint": "^20.0.0",
"@nx/web": "^20.0.0",
"@nx/cypress": "^20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nx": "^20.0.0"
},
"dependencies": {
"typescript": "5.5.4",
"typescript": "^5.4.2",
"tslib": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"typescript": "5.5.4",
"typescript": "^5.4.2",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
71 changes: 32 additions & 39 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 60686d4

Please sign in to comment.