eco-vue-js 0.4.1 → 0.4.2

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
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.4.1",
7
+ "version": "0.4.2",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@tanstack/vue-query": ">=5.17.19",
21
- "vue": ">=3.4.21",
21
+ "vue": ">=3.4.20",
22
22
  "vue-router": ">=4.2.5"
23
23
  },
24
24
  "devDependencies": {