Skip to content

Commit 5273db4

Browse files
committed
feat: update deps
1 parent 3267414 commit 5273db4

File tree

9 files changed

+1785
-1586
lines changed

9 files changed

+1785
-1586
lines changed

apps/docs/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,50 +21,50 @@
2121
"playwright:install": "playwright install --with-deps"
2222
},
2323
"dependencies": {
24-
"@fumadocs/mdx-remote": "^1.3.2",
24+
"@fumadocs/mdx-remote": "^1.4.0",
2525
"@next-i18n/const": "workspace:*",
26-
"@shikijs/transformers": "^3.6.0",
26+
"@shikijs/transformers": "^3.9.2",
2727
"class-variance-authority": "^0.7.1",
28-
"cookies-next": "^6.0.0",
29-
"fumadocs-core": "15.5.1",
30-
"fumadocs-mdx": "11.6.7",
31-
"fumadocs-ui": "15.5.1",
28+
"cookies-next": "^6.1.0",
29+
"fumadocs-core": "^15.6.9",
30+
"fumadocs-mdx": "^11.7.4",
31+
"fumadocs-ui": "^15.6.9",
3232
"google-auth-library": "^9.15.1",
3333
"googleapis": "^150.0.1",
3434
"lucide-react": "^0.513.0",
3535
"next": "15.3.3",
36-
"next-intl": "^4.1.0",
37-
"react": "^19.1.0",
38-
"react-dom": "^19.1.0",
36+
"next-intl": "^4.3.4",
37+
"react": "^19.1.1",
38+
"react-dom": "^19.1.1",
3939
"rtl-detect": "^1.1.2",
40-
"tailwind-merge": "^3.3.0",
41-
"zod": "3.25.56"
40+
"tailwind-merge": "^3.3.1",
41+
"zod": "^4.0.15"
4242
},
4343
"devDependencies": {
44-
"@next/bundle-analyzer": "^15.3.3",
45-
"@next/env": "^15.3.3",
44+
"@next/bundle-analyzer": "^15.4.6",
45+
"@next/env": "^15.4.6",
4646
"@oramacloud/client": "^2.1.4",
47-
"@playwright/test": "^1.52.0",
48-
"@tailwindcss/postcss": "^4.1.8",
47+
"@playwright/test": "^1.54.2",
48+
"@tailwindcss/postcss": "^4.1.11",
4949
"@types/mdast": "^4.0.4",
5050
"@types/mdx": "^2.0.13",
5151
"@types/node": "22.15.30",
52-
"@types/react": "^19.1.6",
53-
"@types/react-dom": "^19.1.6",
52+
"@types/react": "^19.1.9",
53+
"@types/react-dom": "^19.1.7",
5454
"@types/rtl-detect": "^1.0.3",
55-
"eslint": "^9.28.0",
55+
"eslint": "^9.33.0",
5656
"eslint-config-next": "15.3.3",
5757
"github-slugger": "^2.0.0",
5858
"mdast": "^3.0.0",
5959
"mdast-util-mdx-jsx": "^3.2.0",
60-
"playwright": "^1.52.0",
61-
"postcss": "^8.5.4",
60+
"playwright": "^1.54.2",
61+
"postcss": "^8.5.6",
6262
"remark": "^15.0.1",
6363
"remark-gfm": "^4.0.1",
64-
"shiki": "^3.6.0",
65-
"tailwindcss": "^4.1.8",
66-
"tsx": "^4.19.4",
67-
"typescript": "^5.8.3",
64+
"shiki": "^3.9.2",
65+
"tailwindcss": "^4.1.11",
66+
"tsx": "^4.20.3",
67+
"typescript": "^5.9.2",
6868
"unified": "^11.0.5",
6969
"unist": "^0.0.1",
7070
"unist-util-visit": "^5.0.0"

apps/docs/src/lib/source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const docs = loader({
2424
// https://fumadocs.dev/docs/headless/source-api#page-tree-1
2525
pageTree: {
2626
attachFile(node, file) {
27-
node.name = file?.data.data.nav_title || node.name;
27+
node.name = file?.data.nav_title || node.name;
2828
return node;
2929
},
3030
},

apps/index/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"dependencies": {
1212
"@next-i18n/const": "workspace:^",
1313
"next": "15.3.3",
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
14+
"react": "^19.1.1",
15+
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
18-
"@tailwindcss/postcss": "^4.1.8",
19-
"@types/node": "^22.15.30",
20-
"@types/react": "^19.1.6",
21-
"@types/react-dom": "^19.1.6",
22-
"tailwindcss": "^4.1.8",
23-
"typescript": "^5.8.3"
18+
"@tailwindcss/postcss": "^4.1.11",
19+
"@types/node": "^22.17.1",
20+
"@types/react": "^19.1.9",
21+
"@types/react-dom": "^19.1.7",
22+
"tailwindcss": "^4.1.11",
23+
"typescript": "^5.9.2"
2424
}
2525
}

apps/tampermonkey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^22.7.5",
13+
"@types/node": "^22.17.1",
1414
"typescript": "5.4.5",
15-
"vite": "^5.4.8"
15+
"vite": "^5.4.19"
1616
},
1717
"dependencies": {
1818
"@next-i18n/const": "workspace:*"

packages/const/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"keywords": [],
1616
"license": "ISC",
1717
"devDependencies": {
18-
"@types/node": "^22.15.30",
18+
"@types/node": "^22.17.1",
1919
"tsup": "^8.5.0",
20-
"typescript": "^5.8.3"
20+
"typescript": "^5.9.2"
2121
},
2222
"publishConfig": {
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"next-intl": "^4.1.0"
26+
"next-intl": "^4.3.4"
2727
}
2828
}

packages/crawler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"license": "ISC",
1818
"devDependencies": {
1919
"@types/jsdom": "^21.1.7",
20-
"@types/node": "^22.15.30",
20+
"@types/node": "^22.17.1",
2121
"@types/turndown": "^5.0.5",
2222
"tsup": "^8.5.0",
23-
"typescript": "^5.8.3"
23+
"typescript": "^5.9.2"
2424
},
2525
"dependencies": {
2626
"@next-i18n/const": "workspace:*",

packages/translate/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
"@types/commander": "^2.12.5",
3131
"@types/glob": "^8.1.0",
3232
"@types/micromatch": "^4.0.9",
33-
"@types/node": "^22.15.30",
34-
"@vitest/coverage-v8": "^3.2.2",
33+
"@types/node": "^22.17.1",
34+
"@vitest/coverage-v8": "^3.2.4",
3535
"c8": "^10.1.3",
36-
"semantic-release": "^24.2.5",
36+
"semantic-release": "^24.2.7",
3737
"tsup": "^8.5.0",
38-
"typescript": "^5.8.3",
39-
"vitest": "^3.2.2"
38+
"typescript": "^5.9.2",
39+
"vitest": "^3.2.4"
4040
},
4141
"dependencies": {
4242
"commander": "^14.0.0",
4343
"cosmiconfig": "^9.0.0",
44-
"glob": "^11.0.2",
44+
"glob": "^11.0.3",
4545
"gray-matter": "^4.0.3",
4646
"micromatch": "^4.0.8",
47-
"openai": "^5.1.1"
47+
"openai": "^5.12.2"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"keywords": [],
1616
"license": "ISC",
1717
"devDependencies": {
18-
"@types/node": "^22.15.30",
18+
"@types/node": "^22.17.1",
1919
"tsup": "^8.5.0",
20-
"typescript": "^5.8.3"
20+
"typescript": "^5.9.2"
2121
},
2222
"publishConfig": {
2323
"access": "public"

0 commit comments

Comments
 (0)