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 Nov 5, 2024
1 parent 68eff2b commit 7662de2
Show file tree
Hide file tree
Showing 14 changed files with 1,947 additions and 565 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rsdoctor/cli": "workspace:*",
"@rspack/core": "1.0.0",
"@types/lodash": "^4.17.10",
"@rspack/core": "1.0.14",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"fast-glob": "^3.3.2",
"loader-utils": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@biomejs/biome": "1.5.1",
"@changesets/cli": "^2.27.9",
"@modern-js/module-tools": "^2.60.3",
"@modern-js/module-tools": "^2.60.6",
"@rsdoctor/tsconfig": "workspace:*",
"@scripts/test-helper": "workspace:*",
"check-dependency-version-consistency": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rsdoctor/components": "workspace:*",
"@rsdoctor/types": "workspace:*",
"@types/node": "^16",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/serve-static": "1.15.7",
"antd": "5.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/lodash-es": "4.17.12",
"@types/node": "^16",
"@types/path-browserify": "1.0.3",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-highlight-words": "^0.20.0",
"@types/url-parse": "1.4.11",
"ansi-to-react": "6.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@rspack/core": "1.0.11",
"@rspack/core": "1.0.14",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/node-fetch": "^2.6.11",
"@types/path-browserify": "1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@rsdoctor/types": "workspace:*",
"@types/node": "^16",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -39,7 +39,7 @@
},
"dependencies": {
"react-markdown": "^9.0.1",
"@rstack-dev/doc-ui": "1.5.2",
"@rstack-dev/doc-ui": "1.5.3",
"rspress": "^1.33.1"
}
}
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/body-parser": "1.19.5",
"@types/estree": "1.0.5",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"fs-extra": "^11.1.1",
"tslib": "2.7.0",
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 @@ -27,8 +27,8 @@
"@rsdoctor/types": "workspace:*"
},
"devDependencies": {
"@rspack/core": "1.0.11",
"@types/lodash": "^4.17.10",
"@rspack/core": "1.0.14",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/tapable": "2.2.7",
"tslib": "2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/serve-static": "1.15.7",
"tslib": "2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"devDependencies": {
"@types/node": "^16",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"tslib": "2.7.0",
"typescript": "^5.2.2",
"@rspack/core": "1.0.11"
"@rspack/core": "1.0.14"
},
"peerDependencies": {
"@rspack/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@types/deep-eql": "4.0.2",
"@types/envinfo": "7.8.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"tslib": "2.7.0",
"typescript": "^5.2.2"
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 @@ -30,7 +30,7 @@
"devDependencies": {
"webpack": "^5.95.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/tapable": "2.2.7",
"tslib": "2.7.0",
Expand Down
Loading

0 comments on commit 7662de2

Please sign in to comment.