vue-hook-optimizer 0.0.56 → 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,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "a tool that helps refactor and optimize hook abstractions in Vue components",
5
5
  "author": "zcf0508 <zcf0508@live.com>",
6
6
  "license": "MIT",
@@ -18,10 +18,10 @@
18
18
  ".": {
19
19
  "types": "./dist/index.d.ts",
20
20
  "import": "./dist/index.mjs",
21
- "require": "./dist/index.cjs"
21
+ "require": "./dist/index.js"
22
22
  }
23
23
  },
24
- "main": "./dist/index.cjs",
24
+ "main": "./dist/index.js",
25
25
  "module": "./dist/index.mjs",
26
26
  "types": "./dist/index.d.ts",
27
27
  "typesVersions": {
@@ -43,7 +43,7 @@
43
43
  "@vue/compiler-sfc": "^3.4.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@antfu/eslint-config": "^2.16.0",
46
+ "@antfu/eslint-config": "^2.22.0",
47
47
  "@babel/preset-typescript": "^7.24.1",
48
48
  "@types/babel__core": "^7.20.5",
49
49
  "@types/babel__traverse": "^7.20.5",
@@ -55,8 +55,10 @@
55
55
  "@vitest/coverage-istanbul": "^1.5.2",
56
56
  "bumpp": "^9.4.1",
57
57
  "cross-env": "^7.0.3",
58
- "eslint": "^8.57.0",
59
- "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",
60
62
  "lodash-es": "^4.17.21",
61
63
  "nodemon": "^3.1.0",
62
64
  "ts-node": "^10.9.2",
@@ -65,7 +67,7 @@
65
67
  "vis-network": "^9.1.9",
66
68
  "vitest": "^1.5.2",
67
69
  "vue-eslint-parser": "^9.4.2",
68
- "eslint-plugin-vue-hook-optimizer": "0.0.56"
70
+ "eslint-plugin-vue-hook-optimizer": "0.0.57"
69
71
  },
70
72
  "scripts": {
71
73
  "dev": "nodemon",