Skip to content

Commit

Permalink
chore: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 5, 2024
1 parent 2d854cc commit e780417
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 257 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/mockjs": "^1.0.10",
"mockjs": "^1.1.0",
"vite": "^6.0.1",
"vite": "^6.0.2",
"vite-plugin-mock-dev-server": "workspace:*"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.8.0",
"private": true,
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"scripts": {
Expand All @@ -21,21 +21,21 @@
"release": "pnpm release:check && pnpm release:version && pnpm -r publish"
},
"devDependencies": {
"@pengzhanbo/eslint-config": "^1.20.0",
"@pengzhanbo/eslint-config": "^1.21.0",
"@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.10.0",
"@types/node": "^22.10.1",
"@types/ws": "^8.5.13",
"bumpp": "^9.8.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
}
}
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dist"
],
"engines": {
"node": "^18 || >= 20"
"node": "^18 || ^20 || >=22"
},
"scripts": {
"build": "tsup"
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"devDependencies": {
"esbuild": "^0.24.0",
"vite": "^6.0.1"
"vite": "^6.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e780417

Please sign in to comment.