Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent a050e03 commit df3415b
Show file tree
Hide file tree
Showing 13 changed files with 1,238 additions and 527 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rspack/core": "0.5.1",
"@rspack/core": "0.5.8",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/webpack": "5.28.0",
"@types/webpack": "5.28.5",
"fast-glob": "^3.3.1",
"playwright": "1.33.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "vitest run"
},
"devDependencies": {
"@types/yargs": "17.0.13",
"@types/yargs": "17.0.32",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@types/node": "^16",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/serve-static": "1.15.0",
"@types/webpack": "5.28.0",
"@types/serve-static": "1.15.5",
"@types/webpack": "5.28.5",
"antd": "5.15.3",
"normalize.css": "8.0.1",
"react": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
"dist/"
],
"devDependencies": {
"@ant-design/icons": "4.8.0",
"@ant-design/icons": "4.8.3",
"@monaco-editor/react": "4.4.6",
"@rsdoctor/graph": "workspace:*",
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@types/lodash-es": "4.17.6",
"@types/lodash-es": "4.17.12",
"@types/node": "^16",
"@types/react": "^18",
"@types/url-parse": "1.4.8",
"@types/url-parse": "1.4.11",
"ansi-to-react": "6.1.6",
"antd": "5.15.3",
"axios": "^1.6.1",
"dayjs": "1.11.6",
"dayjs": "1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"i18next": "22.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
"webpack-bundle-analyzer": "^4.9.1"
},
"devDependencies": {
"@rspack/core": "0.5.1",
"@rspack/core": "0.5.8",
"@rsdoctor/types": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/bytes": "3.1.1",
"@types/bytes": "3.1.4",
"@types/fs-extra": "^11.0.2",
"@types/loader-utils": "^2.0.5",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
"@types/node-fetch": "^2.6.9",
"@types/path-browserify": "1.0.1",
"@types/path-browserify": "1.0.2",
"@types/semver": "^7.5.4",
"@types/tapable": "2.2.2",
"@types/webpack": "5.28.0",
"@types/tapable": "2.2.7",
"@types/webpack": "5.28.5",
"babel-loader": "9.1.3",
"string-loader": "0.0.1",
"ts-loader": "^9.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"lodash": "^4.17.21",
"socket.io": "4.7.2",
"socket.io": "4.7.5",
"source-map": "^0.7.4"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/estree": "1.0.0",
"@types/body-parser": "1.19.5",
"@types/estree": "1.0.5",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
"tslib": "2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@rspack/core": "0.5.1",
"@rspack/core": "0.5.8",
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@types/loader-utils": "^2.0.5",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
"@types/tapable": "2.2.2",
"@types/tapable": "2.2.7",
"tslib": "2.4.1",
"typescript": "^5.2.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"@rsdoctor/graph": "workspace:*",
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"body-parser": "1.20.1",
"body-parser": "1.20.2",
"cors": "2.8.5",
"dayjs": "1.11.6",
"dayjs": "1.11.10",
"ip": "1.1.9",
"lodash": "^4.17.21",
"open": "^8.4.0",
"serve-static": "1.15.0",
"socket.io": "4.7.2",
"socket.io": "4.7.5",
"source-map": "^0.7.4",
"tapable": "2.2.1"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/cors": "2.8.13",
"@types/ip": "1.1.0",
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/ip": "1.1.3",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
"@types/serve-static": "1.15.0",
"@types/serve-static": "1.15.5",
"tslib": "2.4.1",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"start": "npm run build -- -w"
},
"dependencies": {
"@types/connect": "3.4.35",
"@types/estree": "1.0.0",
"@types/tapable": "2.2.2",
"@types/webpack": "5.28.0",
"@types/connect": "3.4.38",
"@types/estree": "1.0.5",
"@types/tapable": "2.2.7",
"@types/webpack": "5.28.5",
"source-map": "^0.7.4"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"dependencies": {
"@babel/code-frame": "7.18.6",
"@rsdoctor/types": "workspace:*",
"@types/estree": "1.0.0",
"@types/estree": "1.0.5",
"acorn": "^8.10.0",
"acorn-import-assertions": "1.8.0",
"acorn-walk": "8.2.0",
"bytes": "3.1.2",
"chalk": "^4.1.2",
"connect": "3.7.0",
"deep-eql": "4.1.0",
"deep-eql": "4.1.3",
"envinfo": "7.8.1",
"fs-extra": "^11.1.1",
"get-port": "5.1.1",
Expand All @@ -71,11 +71,11 @@
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@types/deep-eql": "4.0.0",
"@types/babel__code-frame": "7.0.3",
"@types/bytes": "3.1.1",
"@types/connect": "3.4.35",
"@types/envinfo": "7.8.1",
"@types/deep-eql": "4.0.2",
"@types/babel__code-frame": "7.0.6",
"@types/bytes": "3.1.4",
"@types/connect": "3.4.38",
"@types/envinfo": "7.8.3",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.200",
"@types/node": "^16",
"@types/tapable": "2.2.2",
"@types/webpack": "5.28.0",
"@types/tapable": "2.2.7",
"@types/webpack": "5.28.5",
"tslib": "2.4.1",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit df3415b

Please sign in to comment.