Skip to content

Commit 6b03d72

Browse files
committed
build: update deps
1 parent c56aa7c commit 6b03d72

File tree

6 files changed

+240
-162
lines changed

6 files changed

+240
-162
lines changed

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"dependencies": {
1616
"@chevrotain/regexp-to-ast": "^11.0.3",
1717
"clsx": "^2.1.1",
18-
"fumadocs-core": "15.0.9",
18+
"fumadocs-core": "15.0.10",
1919
"fumadocs-docgen": "1.3.7",
2020
"fumadocs-mdx": "11.5.6",
2121
"fumadocs-twoslash": "3.0.0",
2222
"fumadocs-typescript": "3.0.3",
23-
"fumadocs-ui": "15.0.9",
23+
"fumadocs-ui": "15.0.10",
2424
"lucide-react": "^0.475.0",
2525
"next": "^15.1.7",
2626
"next-view-transitions": "^0.3.4",

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.20.1",
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
27-
"globals": "^15.15.0",
27+
"globals": "^16.0.0",
2828
"vite": "^6.1.1"
2929
},
3030
"engines": {

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^9.20.1",
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
33-
"globals": "^15.15.0",
33+
"globals": "^16.0.0",
3434
"vite": "^6.1.1"
3535
},
3636
"engines": {

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^9.20.1",
2828
"eslint-plugin-react-hooks": "^5.1.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
30-
"globals": "^15.15.0",
30+
"globals": "^16.0.0",
3131
"meriyah": "^6.0.5",
3232
"ts-blank-eslint-parser": "^0.3.2",
3333
"ts-blank-space": "^0.6.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@typescript-eslint/types": "^8.24.1",
7272
"@vitest/ui": "^3.0.6",
7373
"concurrently": "^9.1.2",
74-
"cspell": "^8.17.3",
74+
"cspell": "^8.17.4",
7575
"dedent": "^1.5.3",
7676
"dprint": "^0.49.0",
7777
"esbuild": "^0.25.0",
@@ -90,13 +90,13 @@
9090
"nx": "20.4.2",
9191
"ofetch": "^1.4.1",
9292
"picocolors": "^1.1.1",
93-
"publint": "^0.3.5",
93+
"publint": "^0.3.6",
9494
"react": "^19.0.0",
9595
"react-dom": "^19.0.0",
9696
"sherif": "^1.3.0",
9797
"skott": "^0.35.4",
9898
"tinyexec": "^0.3.2",
99-
"tinyglobby": "^0.2.11",
99+
"tinyglobby": "^0.2.12",
100100
"ts-pattern": "^5.6.2",
101101
"tsup": "^8.3.6",
102102
"tsx": "^4.19.3",
@@ -116,18 +116,18 @@
116116
},
117117
"pnpm": {
118118
"overrides": {
119+
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
120+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
121+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.6",
122+
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
119123
"@types/react": "^19.0.10",
120124
"@types/react-dom": "^19.0.4",
121125
"cross-spawn": "^7.0.6",
122126
"esbuild": "^0.25.0",
123-
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
124127
"next": "^15.1.7",
125128
"react": "^19.0.0",
126129
"react-dom": "^19.0.0",
127-
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
128-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.6",
129130
"ts-api-utils": "^2.0.1",
130-
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
131131
"typescript": "5.8.1-rc"
132132
}
133133
}

0 commit comments

Comments
 (0)