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 Dec 12, 2024
1 parent 0c29c25 commit 485d3a2
Show file tree
Hide file tree
Showing 4 changed files with 583 additions and 549 deletions.
2 changes: 1 addition & 1 deletion examples/rsbuild-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.0",
"@rsbuild/core": "^1.1.10",
"@types/mockjs": "^1.0.10",
"mockjs": "^1.1.0",
"rspack-plugin-mock": "workspace:*"
Expand Down
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.1.1",
"@rspack/core": "^1.1.1",
"@rspack/cli": "^1.1.6",
"@rspack/core": "^1.1.6",
"@types/mockjs": "^1.0.10",
"cross-env": "^7.0.3",
"mockjs": "^1.1.0",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rspack-plugin-mock",
"type": "module",
"version": "0.5.0",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"description": "inject api mock server to development server",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
Expand Down Expand Up @@ -96,45 +96,45 @@
}
},
"dependencies": {
"@pengzhanbo/utils": "^1.1.2",
"@pengzhanbo/utils": "^1.2.0",
"@rollup/pluginutils": "^5.1.3",
"chokidar": "3.6.0",
"co-body": "^6.2.0",
"cookies": "^0.9.1",
"cors": "^2.8.5",
"debug": "^4.3.7",
"debug": "^4.4.0",
"fast-glob": "^3.3.2",
"formidable": "2.1.2",
"http-status": "^2.0.0",
"is-core-module": "^2.15.1",
"json5": "^2.2.3",
"memfs": "^4.14.0",
"memfs": "^4.15.0",
"mime-types": "^2.1.35",
"path-to-regexp": "7.1.0",
"picocolors": "^1.1.1",
"portfinder": "^1.0.32",
"ws": "^8.18.0"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.18.2",
"@rsbuild/core": "^1.1.0",
"@rspack/core": "^1.1.1",
"@pengzhanbo/eslint-config": "^1.21.0",
"@rsbuild/core": "^1.1.10",
"@rspack/core": "^1.1.6",
"@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.9.0",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"bumpp": "^9.8.1",
"bumpp": "^9.9.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"eslint": "^9.16.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"lint-staged": {
"*": "eslint --fix"
Expand Down
Loading

0 comments on commit 485d3a2

Please sign in to comment.