vue-hook-optimizer 0.0.50 → 0.0.52

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.50",
4
- "packageManager": "pnpm@8.12.1",
3
+ "version": "0.0.52",
4
+ "packageManager": "pnpm@8.15.7",
5
5
  "description": "a tool that helps refactor and optimize hook abstractions in Vue components",
6
6
  "author": "zcf0508 <zcf0508@live.com>",
7
7
  "license": "MIT",
@@ -44,29 +44,29 @@
44
44
  "@vue/compiler-sfc": "^3.4.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@antfu/eslint-config": "^2.8.0",
48
- "@babel/preset-typescript": "^7.23.3",
47
+ "@antfu/eslint-config": "^2.16.0",
48
+ "@babel/preset-typescript": "^7.24.1",
49
49
  "@types/babel__core": "^7.20.5",
50
- "@types/babel__traverse": "^7.20.4",
50
+ "@types/babel__traverse": "^7.20.5",
51
51
  "@types/lodash-es": "^4.17.12",
52
- "@types/node": "^20.10.5",
53
- "@types/uuid": "^9.0.7",
54
- "@typescript-eslint/eslint-plugin": "^6.15.0",
55
- "@typescript-eslint/parser": "^6.15.0",
56
- "@vitest/coverage-istanbul": "^0.34.6",
57
- "bumpp": "^9.2.1",
52
+ "@types/node": "^20.12.7",
53
+ "@types/uuid": "^9.0.8",
54
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
55
+ "@typescript-eslint/parser": "^6.21.0",
56
+ "@vitest/coverage-istanbul": "^1.5.2",
57
+ "bumpp": "^9.4.1",
58
58
  "cross-env": "^7.0.3",
59
59
  "eslint": "^8.57.0",
60
60
  "eslint-plugin-security": "^2.1.1",
61
61
  "lodash-es": "^4.17.21",
62
- "nodemon": "^3.0.2",
62
+ "nodemon": "^3.1.0",
63
63
  "ts-node": "^10.9.2",
64
64
  "tsup": "^8.0.2",
65
- "typescript": "^5.3.3",
65
+ "typescript": "^5.4.5",
66
66
  "vis-network": "^9.1.9",
67
- "vitest": "^0.34.6",
68
- "vue-eslint-parser": "^9.3.2",
69
- "eslint-plugin-vue-hook-optimizer": "0.0.50"
67
+ "vitest": "^1.5.2",
68
+ "vue-eslint-parser": "^9.4.2",
69
+ "eslint-plugin-vue-hook-optimizer": "0.0.52"
70
70
  },
71
71
  "scripts": {
72
72
  "dev": "nodemon",