Skip to content

Commit edd780b

Browse files
committed
chore: update dependencies
1 parent 436f3e9 commit edd780b

File tree

3 files changed

+636
-829
lines changed

3 files changed

+636
-829
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"dependencies": {
1414
"class-variance-authority": "^0.7.1",
1515
"clsx": "^2.1.1",
16-
"fumadocs-core": "16.0.6",
17-
"fumadocs-mdx": "13.0.3",
18-
"fumadocs-typescript": "^4.0.12",
19-
"fumadocs-ui": "16.0.6",
16+
"fumadocs-core": "16.4.6",
17+
"fumadocs-mdx": "14.2.4",
18+
"fumadocs-typescript": "^5.0.1",
19+
"fumadocs-ui": "16.4.6",
2020
"lucide-react": "^0.548.0",
2121
"next": "catalog:next",
2222
"react": "catalog:react",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dev:core": "turbo run @aura-stack/auth#dev",
1010
"dev:docs": "turbo run docs#dev",
1111
"build": "turbo run build",
12+
"build:prod": "turbo run build --filter=./packages/*",
1213
"test": "turbo run test --parallel",
1314
"format": "turbo run format format:root --parallel",
1415
"format:root": "prettier --write . \"!packages\" \"!apps\" \"!configs\" --cache --cache-location .cache/.prettiercache",
@@ -40,7 +41,7 @@
4041
"eslint": "^9.35.0",
4142
"prettier": "^3.6.2",
4243
"tsup": "^8.5.0",
43-
"turbo": "^2.5.6",
44+
"turbo": "^2.7.4",
4445
"typescript": "catalog:typescript",
4546
"vitest": "^4.0.14"
4647
},

0 commit comments

Comments
 (0)