Skip to content

Commit

Permalink
perf: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Aug 5, 2024
1 parent 8d7c549 commit 8d55448
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 99 deletions.
4 changes: 2 additions & 2 deletions examples/rspack-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "cross-env NODE_ENV=production rspack build"
},
"devDependencies": {
"@rspack/cli": "1.0.0-beta.1",
"@rspack/core": "1.0.0-beta.1",
"@rspack/cli": "1.0.0-beta.2",
"@rspack/core": "1.0.0-beta.2",
"@types/mockjs": "^1.0.10",
"cross-env": "^7.0.3",
"mockjs": "^1.1.0",
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"keywords": [
"mock",
"mock server",
"rspack",
"rsbuild",
"rspack-plugin",
"rsbuild-plugin"
],
Expand Down Expand Up @@ -107,24 +109,23 @@
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.12.0",
"@rsbuild/core": "1.0.1-beta.8",
"@rspack/core": "1.0.0-beta.1",
"@rsbuild/core": "1.0.1-beta.9",
"@rspack/core": "1.0.0-beta.2",
"@types/co-body": "^6.1.3",
"@types/cookies": "^0.9.0",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/formidable": "2.0.6",
"@types/is-core-module": "^2.2.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"@types/ws": "^8.5.12",
"bumpp": "^9.4.1",
"bumpp": "^9.4.2",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"tsup": "^8.2.3",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 8d55448

Please sign in to comment.