Skip to content

Commit cfee700

Browse files
updated animxyz-vue to 0.6.6 fixes #22
1 parent 783e8e1 commit cfee700

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@animxyz/core": "0.6.6",
17-
"@animxyz/vue": "^0.4.0",
17+
"@animxyz/vue": "0.6.6",
1818
"@braid/vue-formulate": "^2.5.0",
1919
"@nuxt/typescript-runtime": "^2.0.0",
2020
"@nuxtjs/axios": "^5.13.0",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,17 @@
22
# yarn lockfile v1
33

44

5-
"@animxyz/core@0.6.6":
5+
"@animxyz/core@0.6.6", "@animxyz/core@^0.6.6":
66
version "0.6.6"
77
resolved "https://registry.yarnpkg.com/@animxyz/core/-/core-0.6.6.tgz#2c5eae54c7a6b98c3be79ae16fc1ec68991f67cc"
88
integrity sha512-NtAA/G0Gq3hzAiL6yuE/4U8IgHMPUl3MxbWUbhO443T9UCsf9rBY94P5aK79Zd+/529FeoNdDphIOcOZLsI2sA==
99

10-
"@animxyz/core@^0.4.0":
11-
version "0.4.0"
12-
resolved "https://registry.npmjs.org/@animxyz/core/-/core-0.4.0.tgz"
13-
integrity sha512-Q4B5y/T+hjutRMmpMjXS+t5UkAapUZdFxfYEMY/IEGlLLEl/23pO8Z+bmQdB425zRDJYptlXrP04JAz3X8axEQ==
14-
15-
"@animxyz/vue@^0.4.0":
16-
version "0.4.0"
17-
resolved "https://registry.npmjs.org/@animxyz/vue/-/vue-0.4.0.tgz"
18-
integrity sha512-217qx0PTxNuBXc3ukeYAQDnWCYaSF39MthymNbVstQ0FtOvOHsh2CROcWfvRfFWiIzyHFwvgEruwBruWQHsnxQ==
10+
"@animxyz/vue@0.6.6":
11+
version "0.6.6"
12+
resolved "https://registry.yarnpkg.com/@animxyz/vue/-/vue-0.6.6.tgz#79f160b6a6c30357e372fd5a7b0a562fc8475303"
13+
integrity sha512-OwWinr/ZlxYU2vM6uCm4isYa0JNzl30N4c+7QahhBRrgjiUpEGPf4GZOf1kkKxlH58aMATn0+0yzd1tTBhie8Q==
1914
dependencies:
20-
"@animxyz/core" "^0.4.0"
15+
"@animxyz/core" "^0.6.6"
2116
clsx "^1.1.1"
2217
vue-functional-data-merge "^3.1.0"
2318

0 commit comments

Comments
 (0)