Skip to content

Commit 28d7408

Browse files
committed
perf: update deps to latest
1 parent 7141e83 commit 28d7408

File tree

4 files changed

+1682
-549
lines changed

4 files changed

+1682
-549
lines changed

examples/rsbuild-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "rsbuild preview"
1010
},
1111
"devDependencies": {
12-
"@rsbuild/core": "1.0.1-rc.5",
12+
"@rsbuild/core": "^1.0.14",
1313
"@types/mockjs": "^1.0.10",
1414
"mockjs": "^1.1.0",
1515
"rspack-plugin-mock": "workspace:*"

examples/rspack-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build": "cross-env NODE_ENV=production rspack build"
99
},
1010
"devDependencies": {
11-
"@rspack/cli": "^1.0.3",
12-
"@rspack/core": "^1.0.3",
11+
"@rspack/cli": "^1.0.11",
12+
"@rspack/core": "^1.0.11",
1313
"@types/mockjs": "^1.0.10",
1414
"cross-env": "^7.0.3",
1515
"mockjs": "^1.1.0",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rspack-plugin-mock",
33
"type": "module",
44
"version": "0.4.0",
5-
"packageManager": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.12.1",
66
"description": "inject api mock server to development server",
77
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
88
"license": "MIT",
@@ -84,8 +84,8 @@
8484
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
8585
},
8686
"peerDependencies": {
87-
"@rsbuild/core": ">=0.7.0",
88-
"@rspack/core": ">=0.7.0"
87+
"@rsbuild/core": ">=1.0.0",
88+
"@rspack/core": ">=1.0.0"
8989
},
9090
"peerDependenciesMeta": {
9191
"@rsbuild/core": {
@@ -97,8 +97,8 @@
9797
},
9898
"dependencies": {
9999
"@pengzhanbo/utils": "^1.1.2",
100-
"@rollup/pluginutils": "^5.1.0",
101-
"chokidar": "^3.6.0",
100+
"@rollup/pluginutils": "^5.1.2",
101+
"chokidar": "3.6.0",
102102
"co-body": "^6.2.0",
103103
"cookies": "^0.9.1",
104104
"cors": "^2.8.5",
@@ -108,33 +108,33 @@
108108
"http-status": "^1.7.4",
109109
"is-core-module": "^2.15.1",
110110
"json5": "^2.2.3",
111-
"memfs": "^4.11.1",
111+
"memfs": "^4.14.0",
112112
"mime-types": "^2.1.35",
113113
"path-to-regexp": "7.1.0",
114114
"picocolors": "^1.1.0",
115115
"portfinder": "^1.0.32",
116116
"ws": "^8.18.0"
117117
},
118118
"devDependencies": {
119-
"@pengzhanbo/eslint-config": "^1.15.0",
120-
"@rsbuild/core": "1.0.1-rc.5",
121-
"@rspack/core": "^1.0.3",
119+
"@pengzhanbo/eslint-config": "^1.18.1",
120+
"@rsbuild/core": "^1.0.14",
121+
"@rspack/core": "^1.0.11",
122122
"@types/co-body": "^6.1.3",
123123
"@types/cookies": "^0.9.0",
124124
"@types/cors": "^2.8.17",
125125
"@types/debug": "^4.1.12",
126126
"@types/formidable": "2.0.6",
127127
"@types/is-core-module": "^2.2.2",
128128
"@types/mime-types": "^2.1.4",
129-
"@types/node": "^22.5.4",
129+
"@types/node": "^22.7.5",
130130
"@types/ws": "^8.5.12",
131-
"bumpp": "^9.5.2",
131+
"bumpp": "^9.7.1",
132132
"conventional-changelog-cli": "^5.0.0",
133-
"eslint": "^9.10.0",
134-
"husky": "^9.1.5",
133+
"eslint": "^9.12.0",
134+
"husky": "^9.1.6",
135135
"lint-staged": "^15.2.10",
136-
"tsup": "^8.2.4",
137-
"typescript": "^5.5.4"
136+
"tsup": "^8.3.0",
137+
"typescript": "^5.6.3"
138138
},
139139
"lint-staged": {
140140
"*": "eslint --fix"

0 commit comments

Comments
 (0)