File tree Expand file tree Collapse file tree 8 files changed +2405
-1493
lines changed
Expand file tree Collapse file tree 8 files changed +2405
-1493
lines changed Original file line number Diff line number Diff line change 1010 "serve" : " vite preview"
1111 },
1212 "dependencies" : {
13- "valaxy" : " ^0.19.12 " ,
13+ "valaxy" : " ^0.21.1 " ,
1414 "valaxy-theme-gitlink" : " link:../valaxy-theme-yun"
1515 },
1616 "devDependencies" : {
17- "nodemon" : " ^3.1.7 "
17+ "nodemon" : " ^3.1.9 "
1818 }
1919}
Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ and initialized in the main entry file (e.g. `main.ts`).
119119:: :
120120
121121` ` ` ts
122- import { createI18n } from 'vue-i18n'
123- // import { createApp } from 'vue'
124- // import App from './App.vue'
125-
126122/*
127123 * All i18n resources specified in the plugin ` include` option can be loaded
128124 * at once using the import syntax
129125 */
130126import messages from '@intlify/vite-plugin-vue-i18n/messages'
127+ // import { createApp } from 'vue'
128+ // import App from './App.vue'
129+
130+ import { createI18n } from 'vue-i18n'
131131
132132const i18n = createI18n({
133133 legacy : false,
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "private" : true ,
4- "packageManager" : " pnpm@9.11 .0" ,
4+ "packageManager" : " pnpm@9.15 .0" ,
55 "homepage" : " https://valaxy.site" ,
66 "scripts" : {
77 "build" : " npm run build:demo" ,
1414 "typecheck" : " vue-tsc --noEmit --skipLibCheck"
1515 },
1616 "devDependencies" : {
17- "@antfu/eslint-config" : " ^3.7.3 " ,
18- "@unocss/eslint-plugin" : " ^0.63.0 " ,
19- "bumpp" : " ^9.6 .1" ,
20- "eslint" : " ^9.11.1 " ,
17+ "@antfu/eslint-config" : " ^3.12.0 " ,
18+ "@unocss/eslint-plugin" : " ^0.65.1 " ,
19+ "bumpp" : " ^9.9 .1" ,
20+ "eslint" : " ^9.17.0 " ,
2121 "typescript" : " ^5.6.2" ,
22- "valaxy" : " ^0.19.12 " ,
22+ "valaxy" : " ^0.21.1 " ,
2323 "valaxy-theme-gitlink" : " workspace:*" ,
24- "vue-tsc" : " ^2.1.6 "
24+ "vue-tsc" : " ^2.1.10 "
2525 }
2626}
You can’t perform that action at this time.
0 commit comments