Skip to content

Commit

Permalink
chore(deps): update dependency @rspack/core to v1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 1cfadc3 commit e676087
Show file tree
Hide file tree
Showing 6 changed files with 17 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 @@ -24,7 +24,7 @@
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rsdoctor/cli": "workspace:*",
"@rspack/core": "0.7.5",
"@rspack/core": "1.0.0",
"@types/lodash": "^4.17.9",
"@types/node": "^16",
"@types/react": "^18.3.8",
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": "0.7.5",
"@rspack/core": "1.0.0",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
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 @@
"@rsdoctor/types": "workspace:*"
},
"devDependencies": {
"@rspack/core": "0.7.5",
"@rspack/core": "1.0.0",
"@types/lodash": "^4.17.9",
"@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 @@ -28,7 +28,7 @@
"@types/react": "^18.3.8",
"tslib": "2.7.0",
"typescript": "^5.2.2",
"@rspack/core": "0.7.5"
"@rspack/core": "1.0.0"
},
"peerDependencies": {
"@rspack/core": "*",
Expand Down
22 changes: 12 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 @@ -24,7 +24,7 @@
"dev": "modern build --watch"
},
"dependencies": {
"@rspack/core": "0.7.5",
"@rspack/core": "1.0.0",
"@types/lodash": "^4.17.9",
"@types/node": "^16",
"lodash": "^4.17.21",
Expand Down

0 comments on commit e676087

Please sign in to comment.