Skip to content

Commit

Permalink
chore(deps): update dependency @rspack/core to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent b3b2a83 commit b4e9d7c
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 17 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rspack/core": "0.6.5",
"@rspack/core": "0.7.1",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"@types/react": "^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 @@
"webpack-bundle-analyzer": "^4.9.1"
},
"devDependencies": {
"@rspack/core": "0.6.5",
"@rspack/core": "0.7.1",
"@scripts/test-helper": "workspace:*",
"@types/bytes": "3.1.1",
"@types/fs-extra": "^11.0.2",
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 @@ -28,7 +28,7 @@
"@rsdoctor/types": "workspace:*"
},
"devDependencies": {
"@rspack/core": "0.6.5",
"@rspack/core": "0.7.1",
"@types/loader-utils": "^2.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
Expand Down
117 changes: 104 additions & 13 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 @@ -24,7 +24,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"@rspack/core": "0.6.5",
"@rspack/core": "0.7.1",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"lodash": "^4.17.21",
Expand Down

0 comments on commit b4e9d7c

Please sign in to comment.