Skip to content

Commit

Permalink
chore: upgrade rspack to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xfsnowind committed Aug 30, 2024
1 parent 337a89c commit 77809d2
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 97 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "jest"
},
"dependencies": {
"@rspack/cli": "v1.0.0-beta.4",
"@rspack/cli": "v1.0.0",
"find-up": "6.3.0",
"local-pkg": "0.4.1",
"tslib": "^2.3.1",
Expand All @@ -28,8 +28,8 @@
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@jest/globals": "^29.7.0",
"@rspack/core": "v1.0.0-beta.4",
"@rspack/dev-server": "v1.0.0-beta.4",
"@rspack/core": "v1.0.0",
"@rspack/dev-server": "v1.0.0",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
Expand Down
183 changes: 89 additions & 94 deletions pnpm-lock.yaml

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

0 comments on commit 77809d2

Please sign in to comment.