RubyGems
npm
Organizations
Log in
Sign up
npm
create-valaxy
Versions diffs
0.14.24 → 0.14.26
create-valaxy 0.14.24 → 0.14.26
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/template/.vscode/extensions.json
+2
-1
package/template/package.json
+2
-2
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "create-valaxy",
3
-
"version": "0.14.
24
",
3
+
"version": "0.14.
26
",
4
4
"description": "Create Starter Template for Valaxy",
5
5
"author": {
6
6
"email": "me@yunyoujun.cn",
package/template/.vscode/extensions.json
CHANGED
Viewed
@@ -5,6 +5,7 @@
5
5
"csstools.postcss",
6
6
"dbaeumer.vscode-eslint",
7
7
"vue.volar",
8
-
"lokalise.i18n-ally"
8
+
"lokalise.i18n-ally"
,
9
+
"YunYouJun.valaxy"
9
10
]
10
11
}
package/template/package.json
CHANGED
Viewed
@@ -11,8 +11,8 @@
11
11
"serve": "vite preview"
12
12
},
13
13
"dependencies": {
14
-
"valaxy": "0.14.
24
",
15
-
"valaxy-theme-yun": "0.14.
24
"
14
+
"valaxy": "0.14.
26
",
15
+
"valaxy-theme-yun": "0.14.
26
"
16
16
},
17
17
"devDependencies": {
18
18
"typescript": "^4.8.4"