vue-hook-optimizer 0.0.49 → 0.0.50
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue-hook-optimizer",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.50",
|
4
4
|
"packageManager": "pnpm@8.12.1",
|
5
5
|
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
|
6
6
|
"author": "zcf0508 <zcf0508@live.com>",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"@babel/parser": "^7.22.5",
|
42
42
|
"@babel/traverse": "^7.22.5",
|
43
43
|
"@babel/types": "^7.22.5",
|
44
|
-
"@vue/compiler-sfc": "^3.
|
44
|
+
"@vue/compiler-sfc": "^3.4.1"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@antfu/eslint-config": "^2.8.0",
|
@@ -61,12 +61,12 @@
|
|
61
61
|
"lodash-es": "^4.17.21",
|
62
62
|
"nodemon": "^3.0.2",
|
63
63
|
"ts-node": "^10.9.2",
|
64
|
-
"tsup": "^
|
64
|
+
"tsup": "^8.0.2",
|
65
65
|
"typescript": "^5.3.3",
|
66
66
|
"vis-network": "^9.1.9",
|
67
67
|
"vitest": "^0.34.6",
|
68
68
|
"vue-eslint-parser": "^9.3.2",
|
69
|
-
"eslint-plugin-vue-hook-optimizer": "0.0.
|
69
|
+
"eslint-plugin-vue-hook-optimizer": "0.0.50"
|
70
70
|
},
|
71
71
|
"scripts": {
|
72
72
|
"dev": "nodemon",
|