Skip to content

Commit 49cfc62

Browse files
committed
chore: update deps to latest
1 parent be0b037 commit 49cfc62

File tree

3 files changed

+3909
-3122
lines changed

3 files changed

+3909
-3122
lines changed

eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import config from '@pengzhanbo/eslint-config'
22

3-
export default config({}, {
3+
export default config({
4+
vue: false,
5+
}, {
46
files: ['**/*.md/*.ts'],
57
rules: {
68
'node/prefer-global/buffer': 'off',

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vite-plugin-mock-dev-server",
33
"type": "module",
44
"version": "1.5.0",
5-
"packageManager": "pnpm@8.15.5",
5+
"packageManager": "pnpm@9.0.6",
66
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
77
"license": "MIT",
88
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
@@ -70,29 +70,29 @@
7070
"is-core-module": "^2.13.1",
7171
"json5": "^2.2.3",
7272
"mime-types": "^2.1.35",
73-
"path-to-regexp": "^6.2.1",
73+
"path-to-regexp": "^6.2.2",
7474
"picocolors": "^1.0.0",
7575
"ws": "^8.16.0"
7676
},
7777
"devDependencies": {
78-
"@pengzhanbo/eslint-config": "^1.7.0",
78+
"@pengzhanbo/eslint-config": "^1.9.1",
7979
"@types/co-body": "^6.1.3",
8080
"@types/cookies": "^0.9.0",
8181
"@types/cors": "^2.8.17",
8282
"@types/debug": "^4.1.12",
8383
"@types/formidable": "2.0.6",
8484
"@types/is-core-module": "^2.2.2",
8585
"@types/mime-types": "^2.1.4",
86-
"@types/node": "^20.11.30",
86+
"@types/node": "^20.12.7",
8787
"@types/ws": "^8.5.10",
8888
"bumpp": "^9.4.0",
8989
"conventional-changelog-cli": "^4.1.0",
90-
"eslint": "^8.57.0",
90+
"eslint": "^9.1.1",
9191
"mockjs": "^1.1.0",
9292
"tsup": "^8.0.2",
93-
"typescript": "^5.4.3",
94-
"vite": "^5.2.6",
95-
"vitepress": "^1.0.1",
96-
"vitest": "^1.4.0"
93+
"typescript": "^5.4.5",
94+
"vite": "^5.2.10",
95+
"vitepress": "^1.1.3",
96+
"vitest": "^1.5.2"
9797
}
9898
}

0 commit comments

Comments
 (0)