Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#633)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 61d234f commit 447fda0
Show file tree
Hide file tree
Showing 11 changed files with 183 additions and 187 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rspack/core": "^1.1.5",
"@rspack/core": "^1.1.6",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"fast-glob": "^3.3.2",
"loader-utils": "^2.0.4",
"playwright": "1.33.0",
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.10",
"@modern-js/module-tools": "^2.63.1",
"@modern-js/module-tools": "^2.63.2",
"@rsdoctor/tsconfig": "workspace:*",
"@scripts/test-helper": "workspace:*",
"check-dependency-version-consistency": "^4.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"dist/"
],
"devDependencies": {
"@rsbuild/core": "^1.1.9",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-node-polyfill": "^1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-type-check": "^1.1.0",
"@rsdoctor/components": "workspace:*",
"@rsdoctor/types": "workspace:*",
"@types/node": "^16",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/serve-static": "1.15.7",
"antd": "5.15.3",
"normalize.css": "8.0.1",
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.14",
"@types/react": "^18.3.16",
"@types/react-highlight-words": "^0.20.0",
"@types/url-parse": "1.4.11",
"ansi-to-react": "6.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@rspack/core": "^1.1.5",
"@rspack/core": "^1.1.6",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@rsdoctor/types": "workspace:*",
"@rspress/plugin-rss": "^1.37.4",
"@types/node": "^16",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"rsbuild-plugin-google-analytics": "^1.0.3",
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 @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@rspack/core": "^1.1.5",
"@rspack/core": "^1.1.6",
"@types/lodash": "^4.17.13",
"@types/node": "^16",
"@types/tapable": "2.2.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"source-map": "^0.7.4"
},
"devDependencies": {
"@rspack/core": "^1.1.5",
"@rspack/core": "^1.1.6",
"@types/node": "^16",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"tslib": "2.8.1",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 447fda0

Please sign in to comment.