Skip to content

Commit c2f2fca

Browse files
committed
chore: update dependencies
1 parent e647753 commit c2f2fca

14 files changed

Lines changed: 3467 additions & 3500 deletions

File tree

components/sponsor-card.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import Link from 'next/link'
22

33
export function SponsorCard() {
4+
return null
5+
46
const sponsor = {
57
name: 'Capalyze',
68
url: 'https://capalyze.ai/?utm_source=univer',

content/guides/pro/server.ja-JP.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: クイックスタート:サーバーデプロイ
1414

1515
| 項目 | 要件 |
1616
| ---- | ---- |
17-
| OS | Linux、Mac、Windows(WSL) |
17+
| OS | Linux、Mac、Windows(WSL2) |
1818
| CPU | 1 コア以上 |
1919
| メモリ | 2G 以上(大きなインポートは >4G 推奨) |
2020
| ディスク | 10G 以上 |

content/guides/pro/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you want to quickly experience collaboration, import/export, and other server
1414

1515
| Item | Requirement |
1616
| ---- | ---- |
17-
| OS | Linux, Mac, Windows (WSL) |
17+
| OS | Linux, Mac, Windows (WSL2) |
1818
| CPU | At least 1 core |
1919
| Memory | At least 2G; >4G recommended for large imports |
2020
| Disk | At least 10G |

content/guides/pro/server.zh-CN.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: 快速开始:部署服务端
1414

1515
| 环境 | 要求 |
1616
| ---- | ---- |
17-
| 操作系统 | Linux、Mac、Windows(WSL) |
17+
| 操作系统 | Linux、Mac、Windows(WSL2) |
1818
| CPU | 至少 1 核 |
1919
| 内存 | 至少 2GB;导入导出建议 >4GB |
2020
| 磁盘 | 至少 10GB |

content/guides/pro/server.zh-TW.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: 快速開始:部署服務端
1414

1515
| 環境 | 要求 |
1616
| ---- | ---- |
17-
| 作業系統 | Linux、Mac、Windows(WSL) |
17+
| 作業系統 | Linux、Mac、Windows(WSL2) |
1818
| CPU | 至少 1 核 |
1919
| 記憶體 | 至少 2G;匯入匯出建議 >4G |
2020
| 磁碟 | 至少 10G |

examples/univer-angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
]
2020
},
2121
"dependencies": {
22-
"@angular/common": "^21.2.12",
23-
"@angular/compiler": "^21.2.12",
24-
"@angular/core": "^21.2.12",
25-
"@angular/platform-browser": "^21.2.12",
22+
"@angular/common": "^22.0.1",
23+
"@angular/compiler": "^22.0.1",
24+
"@angular/core": "^22.0.1",
25+
"@angular/platform-browser": "^22.0.1",
2626
"@univerjs/preset-sheets-core": "^0.25.0",
2727
"@univerjs/presets": "^0.25.0",
2828
"rxjs": "^7.8.2",
2929
"tslib": "^2.8.1",
3030
"zone.js": "^0.16.2"
3131
},
3232
"devDependencies": {
33-
"@angular/build": "^21.2.10",
34-
"@angular/cli": "^21.2.10",
35-
"@angular/compiler-cli": "^21.2.12",
33+
"@angular/build": "^22.0.1",
34+
"@angular/cli": "^22.0.1",
35+
"@angular/compiler-cli": "^22.0.1",
3636
"typescript": "^6.0.3"
3737
}
3838
}

examples/univer-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"@univerjs/preset-sheets-core": "^0.25.0",
1414
"@univerjs/presets": "^0.25.0",
15-
"astro": "^6.3.1"
15+
"astro": "^6.4.6"
1616
}
1717
}

examples/univer-nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"dependencies": {
1111
"@univerjs/preset-sheets-core": "^0.25.0",
1212
"@univerjs/presets": "^0.25.0",
13-
"next": "16.1.4",
14-
"react": "19.2.6",
15-
"react-dom": "19.2.6"
13+
"next": "16.2.9",
14+
"react": "19.2.7",
15+
"react-dom": "19.2.7"
1616
},
1717
"devDependencies": {
1818
"@tailwindcss/postcss": "^4.3.0",
19-
"@types/node": "^25.6.2",
20-
"@types/react": "^19.2.14",
19+
"@types/node": "^25.9.3",
20+
"@types/react": "^19.2.17",
2121
"@types/react-dom": "^19.2.6",
2222
"tailwindcss": "^4.3.0",
2323
"typescript": "^6.0.3"

examples/univer-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@univerjs/preset-sheets-core": "^0.25.0",
1313
"@univerjs/presets": "^0.25.0",
14-
"react": "^19.2.6",
15-
"react-dom": "^19.2.6"
14+
"react": "^19.2.7",
15+
"react-dom": "^19.2.7"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^19.2.14",
19-
"@types/react-dom": "^19.2.6",
20-
"@vitejs/plugin-react": "^6.0.1",
18+
"@types/react": "^19.2.17",
19+
"@types/react-dom": "^19.2.7",
20+
"@vitejs/plugin-react": "^6.0.2",
2121
"typescript": "^6.0.3",
22-
"vite": "^8.0.12"
22+
"vite": "^8.0.16"
2323
}
2424
}

examples/univer-vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vue": "2.7.16"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.29.0",
16+
"@babel/core": "^7.29.7",
1717
"@vue/cli-plugin-babel": "^5.0.9",
1818
"@vue/cli-service": "^5.0.9",
1919
"vue-template-compiler": "^2.7.16"

0 commit comments

Comments
 (0)