Skip to content

Commit

Permalink
fix(misc): use caret for semver version (#18140)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored Jan 31, 2024
1 parent 2a0dec8 commit 857a07d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"rxjs": "^7.8.0",
"sass": "1.55.0",
"sass-loader": "^12.2.0",
"semver": "7.5.3",
"semver": "^7.5.3",
"source-map": "0.7.3",
"source-map-loader": "^3.0.0",
"source-map-support": "0.5.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ignore": "^5.0.4",
"magic-string": "~0.30.2",
"minimatch": "9.0.3",
"semver": "7.5.3",
"semver": "^7.5.3",
"tslib": "^2.3.0",
"webpack": "^5.80.0",
"webpack-merge": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nx/js": "file:../js",
"@phenomnomnominal/tsquery": "~5.0.1",
"detect-port": "^1.5.1",
"semver": "7.5.3",
"semver": "^7.5.3",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ignore": "^5.0.4",
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"semver": "7.5.3",
"semver": "^7.5.3",
"yargs-parser": "21.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chalk": "^4.1.0",
"confusing-browser-globals": "^1.0.9",
"jsonc-eslint-parser": "^2.1.0",
"semver": "7.5.3",
"semver": "^7.5.3",
"tslib": "^2.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"js-tokens": "^4.0.0",
"minimatch": "9.0.3",
"ora": "5.3.0",
"semver": "7.5.3",
"semver": "^7.5.3",
"source-map-support": "0.5.19",
"tslib": "^2.3.0",
"@nx/devkit": "file:../devkit",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"copy-webpack-plugin": "^10.2.4",
"fs-extra": "^11.1.0",
"ignore": "^5.0.4",
"semver": "7.5.3",
"semver": "^7.5.3",
"url-loader": "^4.1.1",
"tslib": "^2.3.0",
"webpack-merge": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"minimatch": "9.0.3",
"npm-run-path": "^4.0.1",
"open": "^8.4.0",
"semver": "7.5.3",
"semver": "^7.5.3",
"string-width": "^4.2.3",
"strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@nx/devkit": "file:../devkit",
"@phenomnomnominal/tsquery": "~5.0.1",
"semver": "7.5.3",
"semver": "^7.5.3",
"tslib": "^2.3.0",
"@nx/cypress": "file:../cypress",
"@nx/js": "file:../js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 857a07d

Please sign in to comment.