Skip to content

Commit 0b238fd

Browse files
committed
chore: update dependencies
1 parent cb8c478 commit 0b238fd

4 files changed

Lines changed: 466 additions & 684 deletions

File tree

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default antfu({
1212
react: true,
1313
astro: true,
1414
vue: true,
15+
pnpm: false,
1516
}, {
1617
ignores: ['**/*.mdx'],
1718
files: ['**/*.ts', '**/*.tsx'],

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "univer-documentation",
33
"version": "0.23.0",
44
"private": true,
5-
"packageManager": "pnpm@10.33.2",
5+
"packageManager": "pnpm@11.1.3",
66
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
77
"engines": {
88
"node": ">=20.9",
@@ -13,7 +13,7 @@
1313
"postinstall": "fumadocs-mdx",
1414
"screenshot": "next build && node ./scripts/screenshot-showcase.mjs",
1515
"build": "next build",
16-
"dev": "next dev --turbo --port 3030",
16+
"dev": "next dev --port 3030",
1717
"start": "next start",
1818
"lint": "eslint .",
1919
"typecheck": "tsc --noEmit"
@@ -55,7 +55,7 @@
5555
"@univerjs/engine-formula": "^0.23.0",
5656
"@univerjs/engine-render": "^0.23.0",
5757
"@univerjs/find-replace": "^0.23.0",
58-
"@univerjs/icons": "^1.3.0",
58+
"@univerjs/icons": "^1.4.0",
5959
"@univerjs/preset-docs-advanced": "^0.23.0",
6060
"@univerjs/preset-docs-core": "^0.23.0",
6161
"@univerjs/preset-sheets-advanced": "^0.23.0",
@@ -103,11 +103,11 @@
103103
"color": "^5.0.3",
104104
"dayjs": "^1.11.20",
105105
"feed": "^5.2.1",
106-
"fumadocs-core": "16.8.10",
106+
"fumadocs-core": "16.8.12",
107107
"fumadocs-docgen": "^3.0.10",
108-
"fumadocs-mdx": "15.0.4",
108+
"fumadocs-mdx": "15.0.7",
109109
"fumadocs-typescript": "^5.2.6",
110-
"fumadocs-ui": "16.8.10",
110+
"fumadocs-ui": "16.8.12",
111111
"lucide-react": "^1.16.0",
112112
"mermaid": "^11.15.0",
113113
"motion": "^12.39.0",
@@ -130,7 +130,7 @@
130130
"@antfu/eslint-config": "^9.0.0",
131131
"@commitlint/cli": "^21.0.1",
132132
"@commitlint/config-conventional": "^21.0.1",
133-
"@eslint-react/eslint-plugin": "^5.7.7",
133+
"@eslint-react/eslint-plugin": "^5.8.3",
134134
"@tailwindcss/postcss": "^4.3.0",
135135
"@types/mdx": "^2.0.13",
136136
"@types/node": "25.9.1",

0 commit comments

Comments
 (0)