Skip to content

Commit

Permalink
feat: upgrade rspack to 1.0.5 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfsnowind authored Sep 15, 2024
1 parent ea8f2fc commit 7d997a9
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 66 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",
"@rspack/cli": "1.0.5",
"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",
"@rspack/dev-server": "v1.0.0",
"@rspack/core": "1.0.5",
"@rspack/dev-server": "1.0.5",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
Expand Down
141 changes: 78 additions & 63 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 7d997a9

Please sign in to comment.