File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @asika32764/vue-animate" ,
3
3
"homepage" : " https://github.com/asika32764/vue-animate" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " patch " ,
5
5
"license" : " MIT" ,
6
6
"css" : " dist/vue-animate.css" ,
7
7
"main" : " dist/vue-animate.cjs" ,
24
24
"@vitejs/plugin-vue" : " ^4.2.3" ,
25
25
"animate.css" : " ^4.1.1" ,
26
26
"lodash-es" : " ^4.17.21" ,
27
+ "minimist" : " ^1.2.8" ,
27
28
"postcss-discard-comments" : " ^6.0.0" ,
28
29
"postcss-header" : " ^3.0.3" ,
29
30
"postcss-import" : " ^15.1.0" ,
39
40
"vue" : " ^3.3.4" ,
40
41
"vue-tsc" : " ^1.8.5"
41
42
}
42
- }
43
+ }
Original file line number Diff line number Diff line change @@ -1162,6 +1162,11 @@ minimatch@^9.0.0:
1162
1162
dependencies :
1163
1163
brace-expansion "^2.0.1"
1164
1164
1165
+ minimist@^1.2.8 :
1166
+ version "1.2.8"
1167
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
1168
+ integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
1169
+
1165
1170
ms@2.1.2 :
1166
1171
version "2.1.2"
1167
1172
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
You can’t perform that action at this time.
0 commit comments