Skip to content

Commit cb03083

Browse files
committed
chore: upgrade valaxy
1 parent 1b973fb commit cb03083

File tree

8 files changed

+2405
-1493
lines changed

8 files changed

+2405
-1493
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
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
}

demo/pages/posts/i18n.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/
130126
import 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

132132
const i18n = createI18n({
133133
legacy: false,

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -14,13 +14,13 @@
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
}

0 commit comments

Comments
 (0)