Skip to content

Commit

Permalink
chore(deps): update dependency @rspack/core to ^1.2.2 (#723)
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 Jan 25, 2025
1 parent 22d0efd commit 0306ae5
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 15 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rspack/core": "^1.1.8",
"@rspack/core": "^1.2.2",
"@types/lodash": "^4.17.14",
"@types/node": "^16",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"browserslist-load-config": "^1.0.0"
},
"devDependencies": {
"@rspack/core": "^1.1.8",
"@rspack/core": "^1.2.2",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.14",
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.8",
"@rspack/core": "^1.2.2",
"@types/lodash": "^4.17.14",
"@types/node": "^16",
"@types/tapable": "2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"source-map": "^0.7.4"
},
"devDependencies": {
"@rspack/core": "^1.1.8",
"@rspack/core": "^1.2.2",
"@types/node": "^16",
"@types/react": "^18.3.18",
"tslib": "2.8.1",
Expand Down
143 changes: 133 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"@rspack/core": "^1.1.8",
"@rspack/core": "^1.2.2",
"@types/lodash": "^4.17.14",
"@types/node": "^16",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 0306ae5

Please sign in to comment.