Skip to content

Commit

Permalink
chore: update pnpm to 9 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
XGHeaven authored Sep 26, 2024
1 parent 9bee03c commit dbe5150
Show file tree
Hide file tree
Showing 11 changed files with 11,728 additions and 10,549 deletions.
4 changes: 2 additions & 2 deletions examples/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"@ice/pkg": "workspace:*",
"typescript": "^4.5.4"
"typescript": "catalog:"
}
}
}
6 changes: 3 additions & 3 deletions examples/react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"sass": "catalog:",
"sass-loader": "catalog:",
"style-unit": "^3.0.4",
"ts-jest": "^29.0.0",
"vitest": "^0.28.5"
"vitest": "catalog:"
},
"peerDependencies": {
"react": "^17 || ^18"
Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,20 @@
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^15.0.0",
"@iceworks/spec": "^1.6.0",
"@vitest/coverage-c8": "^0.28.5",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.45",
"@vitest/coverage-c8": "catalog:",
"axios": "^0.23.0",
"c8": "^7.11.3",
"eslint": "^8.19.0",
"fs-extra": "^10.1.0",
"ice-npm-utils": "workspace:^3.0.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.45",
"axios": "^0.23.0",
"c8": "^7.11.3",
"ts-node": "^10.8.2",
"vitest": "^0.28.5"
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@8.9.2"
"packageManager": "pnpm@9.6.0"
}
2 changes: 1 addition & 1 deletion packages/create-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "rm -rf lib && tsc"
},
"devDependencies": {
"typescript": "^4.9.4"
"typescript": "catalog:"
},
"dependencies": {
"@iceworks/generate-material": "^1.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/ice-npm-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "^4.5.4"
"typescript": "catalog:",
"vitest": "catalog:"
}
}
4 changes: 2 additions & 2 deletions packages/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"@types/node": "^17.0.2",
"cssnano": "^5.1.15",
"jest": "^29.4.3",
"sass": "^1.49.8",
"sass": "catalog:",
"source-map": "0.6.1",
"vitest": "^0.28.5"
"vitest": "catalog:"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@ice/pkg": "^1.5.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
"typescript": "catalog:",
"webpack": "^5.76.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rax-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ice/pkg": "^1.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
"typescript": "catalog:"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit dbe5150

Please sign in to comment.