vue-hook-optimizer 0.0.42 → 0.0.43

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.42",
3
+ "version": "0.0.43",
4
4
  "description": "a tool that helps refactor and optimize hook abstractions in Vue components",
5
5
  "packageManager": "pnpm@8.6.12",
6
6
  "homepage": "https://github.com/zcf0508/vue-hook-optimizer",
@@ -37,11 +37,10 @@
37
37
  "author": "zcf0508 <zcf0508@live.com>",
38
38
  "license": "MIT",
39
39
  "devDependencies": {
40
- "@babel/plugin-transform-typescript": "7.22.5",
41
- "@babel/preset-typescript": "7.22.5",
42
- "@babel/traverse": "7.22.5",
40
+ "@babel/plugin-transform-typescript": "^7.22.5",
41
+ "@babel/preset-typescript": "^7.22.5",
43
42
  "@types/babel__core": "^7.20.1",
44
- "@types/babel__traverse": "7.20.1",
43
+ "@types/babel__traverse": "^7.20.1",
45
44
  "@types/lodash-es": "^4.17.8",
46
45
  "@types/node": "^20.4.8",
47
46
  "@types/uuid": "^9.0.2",
@@ -63,6 +62,12 @@
63
62
  "vitest": "^0.34.1",
64
63
  "vue-eslint-parser": "^9.3.1"
65
64
  },
65
+ "peerDependencies": {
66
+ "@babel/core": "^7.22.5",
67
+ "@babel/parser": "^7.22.5",
68
+ "@babel/traverse": "^7.22.5",
69
+ "@babel/types": "^7.22.5"
70
+ },
66
71
  "scripts": {
67
72
  "dev": "nodemon",
68
73
  "dev:ext": "npm -C packages/vscode run dev",