vue-hook-optimizer 0.0.55 → 0.0.57

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.55",
4
- "packageManager": "pnpm@8.15.7",
3
+ "version": "0.0.57",
5
4
  "description": "a tool that helps refactor and optimize hook abstractions in Vue components",
6
5
  "author": "zcf0508 <zcf0508@live.com>",
7
6
  "license": "MIT",
@@ -19,10 +18,10 @@
19
18
  ".": {
20
19
  "types": "./dist/index.d.ts",
21
20
  "import": "./dist/index.mjs",
22
- "require": "./dist/index.cjs"
21
+ "require": "./dist/index.js"
23
22
  }
24
23
  },
25
- "main": "./dist/index.cjs",
24
+ "main": "./dist/index.js",
26
25
  "module": "./dist/index.mjs",
27
26
  "types": "./dist/index.d.ts",
28
27
  "typesVersions": {
@@ -44,7 +43,7 @@
44
43
  "@vue/compiler-sfc": "^3.4.1"
45
44
  },
46
45
  "devDependencies": {
47
- "@antfu/eslint-config": "^2.16.0",
46
+ "@antfu/eslint-config": "^2.22.0",
48
47
  "@babel/preset-typescript": "^7.24.1",
49
48
  "@types/babel__core": "^7.20.5",
50
49
  "@types/babel__traverse": "^7.20.5",
@@ -56,8 +55,10 @@
56
55
  "@vitest/coverage-istanbul": "^1.5.2",
57
56
  "bumpp": "^9.4.1",
58
57
  "cross-env": "^7.0.3",
59
- "eslint": "^8.57.0",
60
- "eslint-plugin-security": "^2.1.1",
58
+ "eslint": "^9.1.0",
59
+ "eslint-plugin-security": "^3.0.1",
60
+ "eslint-typegen": "^0.2.4",
61
+ "fast-glob": "^3.3.2",
61
62
  "lodash-es": "^4.17.21",
62
63
  "nodemon": "^3.1.0",
63
64
  "ts-node": "^10.9.2",
@@ -66,7 +67,7 @@
66
67
  "vis-network": "^9.1.9",
67
68
  "vitest": "^1.5.2",
68
69
  "vue-eslint-parser": "^9.4.2",
69
- "eslint-plugin-vue-hook-optimizer": "0.0.55"
70
+ "eslint-plugin-vue-hook-optimizer": "0.0.57"
70
71
  },
71
72
  "scripts": {
72
73
  "dev": "nodemon",