vue-hook-optimizer 0.0.52 → 0.0.53

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
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>",
@@ -66,7 +66,7 @@
66
66
  "vis-network": "^9.1.9",
67
67
  "vitest": "^1.5.2",
68
68
  "vue-eslint-parser": "^9.4.2",
69
- "eslint-plugin-vue-hook-optimizer": "0.0.52"
69
+ "eslint-plugin-vue-hook-optimizer": "0.0.53"
70
70
  },
71
71
  "scripts": {
72
72
  "dev": "nodemon",