Skip to content

Commit

Permalink
Merge branch 'main' into renovate/npm-webpack-vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 authored Sep 20, 2024
2 parents 5f1851a + d72621f commit e888e74
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 58 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"nano-staged": "^0.8.0",
"nx": "^17.3.2",
"prettier": "^3.3.3",
"vite-tsconfig-paths": "4.2.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.0.0-beta.1"
},
"pnpm": {
Expand All @@ -54,7 +54,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.18.1",
"node": ">=16.20.2",
"pnpm": ">=8.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"axios": "^1.7.2",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"tslib": "2.4.1",
"tslib": "2.7.0",
"yargs": "17.7.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dist/"
],
"devDependencies": {
"@ant-design/icons": "5.3.5",
"@ant-design/icons": "5.5.1",
"@monaco-editor/react": "4.6.0",
"@rsdoctor/graph": "workspace:*",
"@rsdoctor/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"babel-loader": "9.1.3",
"string-loader": "0.0.1",
"ts-loader": "^9.5.1",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2",
"webpack": "^5.90.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"fs-extra": "^11.1.1",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"@types/tapable": "2.2.7",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"@types/serve-static": "1.15.7",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/node": "^16",
"@types/react": "^18.3.5",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2",
"@rspack/core": "0.7.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"@types/tapable": "2.2.7",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e888e74

Please sign in to comment.