mirror of https://github.com/YunYouJun/valaxy
release: v0.24.2
This commit is contained in:
parent
426ae8a48f
commit
240e113d26
|
@ -89,7 +89,7 @@ You can use [StackBlitz](https://stackblitz.com/edit/valaxy) to try Valaxy onlin
|
|||
|
||||
::: danger 兼容
|
||||
|
||||
由于 Vite 要求 [Node.js](https://nodejs.org/en/) 的版本为 14.18+, 16+,Valaxy 同样需要你将 Node.js 升级至 14.18 版本之后。
|
||||
由于 Vite@7 要求 [Node.js](https://nodejs.org/en/) 的版本为 `^20.19.0 || >=22.12.0`,Valaxy 同样需要你将 Node.js 升级至 `20.19.0` 版本之后。
|
||||
|
||||
:::
|
||||
|
||||
|
@ -107,7 +107,7 @@ You can use [StackBlitz](https://stackblitz.com/edit/valaxy) to try Valaxy onlin
|
|||
|
||||
::: danger Compatibility Note
|
||||
|
||||
Vite requires [Node.js](https://nodejs.org/en/) version 14.18+, 16+. Valaxy also requires you to upgrade Node.js after version 14.18+.
|
||||
Vite@7 requires [Node.js](https://nodejs.org/en/) version `^20.19.0 || >=22.12.0`. Valaxy also requires you to upgrade Node.js after version `20.19.0`.
|
||||
|
||||
:::
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/monorepo",
|
||||
"type": "module",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.13.1",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/utils",
|
||||
"type": "module",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"description": "A utility library for Valaxy",
|
||||
"author": {
|
||||
"name": "Valaxy",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "create-valaxy",
|
||||
"type": "module",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"description": "Create Starter Template for Valaxy",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"valaxy": "0.24.1",
|
||||
"valaxy-theme-yun": "0.24.1"
|
||||
"valaxy": "0.24.2",
|
||||
"valaxy-theme-yun": "0.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@valaxyjs/devtools",
|
||||
"type": "module",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"repository": {
|
||||
"url": "https://github.com/YunYouJun/valaxy"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "valaxy-theme-press",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"description": "Docs Theme for Valaxy",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "valaxy-theme-yun",
|
||||
"type": "module",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
"name": "YunYouJun",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "valaxy",
|
||||
"type": "module",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"description": "📄 Vite & Vue powered static blog generator.",
|
||||
"author": {
|
||||
"email": "me@yunyoujun.cn",
|
||||
|
|
Loading…
Reference in New Issue