Skip to content

Commit

Permalink
fix(global): specifiy exact versions for all workspace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 12, 2023
1 parent 9c259a3 commit 9a896c8
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react-swc": "3.4.1",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"tsconfig-config": "workspace:*",
"typescript": "5.2.2",
"vite": "4.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "serve storybook-static"
},
"dependencies": {
"@waldronmatt/demo-ui": "workspace:^",
"@waldronmatt/demo-ui": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanitize.css": "13.0.0",
Expand All @@ -29,11 +29,11 @@
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.1.1",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5",
"serve": "14.2.1",
"storybook": "7.5.3",
"tsconfig-config": "workspace:^",
"tsconfig-config": "workspace:*",
"typescript": "5.2.2",
"vite": "4.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nx:graph": "npx nx graph",
"preview:changed": "lerna changed",
"preview:diff": "lerna diff",
"preview:version": "lerna version --dry-run --yes",
"preview:version": "lerna version --dry-run --yes --exact",
"preview:publish": "lerna publish from-package --dry-run --yes",
"dev": "npx nx run-many -t dev",
"lint": "npx nx run-many -t lint",
Expand All @@ -34,7 +34,7 @@
"preview": "npx nx run-many -t preview",
"stub": "npx nx run-many -t stub",
"bootstrap:ci": "pnpm i --frozen-lockfile",
"version:ci": "lerna version --yes",
"version:ci": "lerna version --yes --exact",
"publish:ci": "lerna publish from-package --yes"
},
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/basic-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"cross-env": "7.0.3",
"esbuild": "0.19.5",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-config": "workspace:^",
"jest-config": "workspace:*",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"tsconfig-config": "workspace:*",
"tslib": "2.6.2",
"tsup": "7.2.0",
"turbo": "1.10.16",
Expand Down
6 changes: 3 additions & 3 deletions packages/parity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"cross-env": "7.0.3",
"esbuild": "0.19.5",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"jest-config": "workspace:^",
"jest-config": "workspace:*",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"tsconfig-config": "workspace:*",
"tslib": "2.6.2",
"tsup": "7.2.0",
"turbo": "1.10.16",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@vitejs/plugin-react-swc": "3.4.1",
"cross-env": "7.0.3",
"eslint": "8.53.0",
"eslint-config-custom": "workspace:^",
"eslint-config-custom": "workspace:*",
"glob": "10.3.10",
"jest": "29.7.0",
"jest-config": "workspace:^",
"jest-config": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"tsconfig-config": "workspace:*",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-dts": "3.6.3",
Expand Down
31 changes: 16 additions & 15 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 9a896c8

Please sign in to comment.