Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Apr 29, 2024
1 parent c8f8219 commit fdd8308
Show file tree
Hide file tree
Showing 6 changed files with 4,513 additions and 2,357 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [16, 18]
node_version: [16, 18, 20]
include:
- os: macos-latest
node_version: 18
Expand Down
37 changes: 16 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-hook-optimizer",
"version": "0.0.51",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.0.6",
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
"author": "zcf0508 <zcf0508@live.com>",
"license": "MIT",
Expand Down Expand Up @@ -58,33 +58,28 @@
"@vue/compiler-sfc": "^3.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@babel/preset-typescript": "^7.23.3",
"@antfu/eslint-config": "^2.16.0",
"@babel/preset-typescript": "^7.24.1",
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.4",
"@types/babel__traverse": "^7.20.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-istanbul": "^0.34.6",
"bumpp": "^9.2.1",
"@types/node": "^20.12.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-istanbul": "^1.5.2",
"bumpp": "^9.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-security": "^2.1.1",
"eslint": "^9.1.1",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-vue-hook-optimizer": "workspace:*",
"lodash-es": "^4.17.21",
"nodemon": "^3.0.2",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vis-network": "^9.1.9",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.3.2"
},
"pnpm": {
"overrides": {
"rollup": "3.28.1"
}
"vitest": "^1.5.2",
"vue-eslint-parser": "^9.4.2"
}
}
8 changes: 4 additions & 4 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-plugin-vue-hook-optimizer",
"type": "module",
"version": "0.0.51",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.0.6",
"description": "vue-hook-optimizer eslint plugin",
"author": "zcf0508 <zcf0508@live.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,9 +47,9 @@
"eslint": "*"
},
"devDependencies": {
"@types/eslint": "^8.56.5",
"@typescript-eslint/utils": "^6.15.0",
"eslint-define-config": "^2.0.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/utils": "^7.7.1",
"eslint-define-config": "^2.1.0",
"unbuild": "^2.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"start": "cross-env PORT=3003 node .output/server/index.mjs"
},
"dependencies": {
"@iconify/json": "^2.2.160",
"@iconify/json": "^2.2.205",
"codemirror": "^5.65.16",
"vis-network": "^9.1.9"
},
"devDependencies": {
"@types/codemirror": "^5.60.8",
"@types/node": "^18.17.1",
"@unocss/nuxt": "^0.54.2",
"@vueuse/core": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"nuxt": "^3.6.5",
"unocss": "^0.54.2"
"@types/codemirror": "^5.60.15",
"@types/node": "^20.12.7",
"@unocss/nuxt": "^0.59.4",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.2",
"unocss": "^0.59.4"
}
}
8 changes: 4 additions & 4 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "vue-hook-optimizer",
"version": "0.0.51",
"private": true,
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.0.6",
"description": "",
"author": "zcf0508 <zcf0508@live.com>",
"license": "MIT",
Expand Down Expand Up @@ -114,9 +114,9 @@
"release": "pnpm run publish"
},
"devDependencies": {
"@types/vscode": "^1.78.1",
"@vscode/vsce": "^2.22.0",
"@types/vscode": "^1.88.0",
"@vscode/vsce": "^2.26.0",
"rimraf": "^5.0.5",
"vite": "^4.4.12"
"vite": "^5.2.10"
}
}

0 comments on commit fdd8308

Please sign in to comment.