Skip to content

Commit b0c1967

Browse files
committed
Update deps
1 parent 3c8bc08 commit b0c1967

File tree

12 files changed

+998
-864
lines changed

12 files changed

+998
-864
lines changed

examples/express/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@repo/jest-presets": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/body-parser": "^1.19.5",
30-
"@types/cors": "^2.8.17",
31-
"@types/express": "^5.0.1",
30+
"@types/cors": "^2.8.18",
31+
"@types/express": "^5.0.2",
3232
"@types/jest": "^29.5.14",
3333
"@types/morgan": "^1.9.9",
34-
"@types/node": "^22.15.3",
34+
"@types/node": "^22.15.19",
3535
"@types/supertest": "^6.0.3",
3636
"jest": "^29.7.0",
37-
"supertest": "^7.1.0",
38-
"tsup": "^8.4.0",
37+
"supertest": "^7.1.1",
38+
"tsup": "^8.5.0",
3939
"typescript": "^5.8.3"
4040
}
4141
}

examples/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^15.3.1",
16+
"next": "^15.3.2",
1717
"nextjs-darkmode-lite": "^1.0.10",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.1.0",
@@ -22,12 +22,12 @@
2222
"webgl-generative-particles": "^0.0.1"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.3.1",
25+
"@next/eslint-plugin-next": "^15.3.2",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.15.3",
29-
"@types/react": "^19.1.2",
30-
"@types/react-dom": "^19.1.3",
28+
"@types/node": "^22.15.19",
29+
"@types/react": "^19.1.4",
30+
"@types/react-dom": "^19.1.5",
3131
"typescript": "^5.8.3"
3232
}
3333
}

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@repo/eslint-config": "workspace:*",
2525
"@repo/typescript-config": "workspace:*",
26-
"@types/react": "^19.1.2",
27-
"@types/react-dom": "^19.1.3",
26+
"@types/react": "^19.1.4",
27+
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.4.1",
2929
"typescript": "^5.8.3",
30-
"vite": "^6.3.4"
30+
"vite": "^6.3.5"
3131
}
3232
}

lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@testing-library/react": "^16.3.0",
31-
"@types/node": "^22.15.3",
32-
"@types/react": "^19.1.2",
33-
"@types/react-dom": "^19.1.3",
31+
"@types/node": "^22.15.19",
32+
"@types/react": "^19.1.4",
33+
"@types/react-dom": "^19.1.5",
3434
"@vitejs/plugin-react": "^4.4.1",
35-
"@vitest/coverage-v8": "^3.1.2",
35+
"@vitest/coverage-v8": "^3.1.4",
3636
"esbuild-plugin-rdi": "^0.0.0",
3737
"esbuild-plugin-react18": "0.2.6",
3838
"esbuild-plugin-react18-css": "^0.0.4",
3939
"jsdom": "^26.1.0",
4040
"react": "^19.1.0",
4141
"react-dom": "^19.1.0",
42-
"tsup": "^8.4.0",
42+
"tsup": "^8.5.0",
4343
"typescript": "^5.8.3",
4444
"vite-tsconfig-paths": "^5.1.4",
45-
"vitest": "^3.1.2"
45+
"vitest": "^3.1.4"
4646
},
4747
"dependencies": {
4848
"r18gs": "^3.0.1"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"format"
2020
],
2121
"devDependencies": {
22-
"@changesets/cli": "^2.29.2",
22+
"@changesets/cli": "^2.29.4",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.15.3",
24+
"@types/node": "^22.15.19",
2525
"enquirer": "^2.4.1",
2626
"plop": "^4.0.1",
2727
"prettier": "^3.5.3",
28-
"turbo": "^2.5.2",
29-
"typedoc": "^0.28.3",
28+
"turbo": "^2.5.3",
29+
"typedoc": "^0.28.4",
3030
"typedoc-plugin-extras": "^4.0.0",
3131
"typedoc-plugin-inline-sources": "^1.3.0",
32-
"typedoc-plugin-mdn-links": "^5.0.1",
32+
"typedoc-plugin-mdn-links": "^5.0.2",
3333
"typedoc-plugin-missing-exports": "^4.0.0",
3434
"typedoc-plugin-rename-defaults": "^0.7.3",
3535
"typedoc-plugin-zod": "^1.4.1"

packages/eslint-config/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.3.1",
8-
"@typescript-eslint/eslint-plugin": "^8.31.1",
9-
"@typescript-eslint/parser": "^8.31.1",
10-
"eslint": "^9.26.0",
11-
"eslint-config-prettier": "^10.1.2",
7+
"@next/eslint-plugin-next": "^15.3.2",
8+
"@typescript-eslint/eslint-plugin": "^8.32.1",
9+
"@typescript-eslint/parser": "^8.32.1",
10+
"eslint": "^9.27.0",
11+
"eslint-config-prettier": "^10.1.5",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
1414
"eslint-plugin-react-hooks": "^5.2.0",
15-
"eslint-plugin-turbo": "^2.5.2",
16-
"globals": "^16.0.0",
15+
"eslint-plugin-turbo": "^2.5.3",
16+
"globals": "^16.1.0",
1717
"typescript": "^5.8.3",
18-
"typescript-eslint": "^8.31.1"
18+
"typescript-eslint": "^8.32.1"
1919
}
2020
}

packages/jest-presets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node/jest-preset.js"
99
],
1010
"dependencies": {
11-
"ts-jest": "^29.3.2"
11+
"ts-jest": "^29.3.4"
1212
},
1313
"devDependencies": {
1414
"jest-environment-jsdom": "^29.7.0"

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@repo/jest-presets": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
2525
"@types/jest": "^29.5.14",
26-
"@types/node": "^22.15.3",
26+
"@types/node": "^22.15.19",
2727
"jest": "^29.7.0",
28-
"tsup": "^8.4.0",
28+
"tsup": "^8.5.0",
2929
"typescript": "^5.8.3"
3030
}
3131
}

packages/shared/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
"@repo/scripts": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
2525
"@testing-library/react": "^16.3.0",
26-
"@types/node": "^22.15.3",
27-
"@types/react": "^19.1.2",
28-
"@types/react-dom": "^19.1.3",
26+
"@types/node": "^22.15.19",
27+
"@types/react": "^19.1.4",
28+
"@types/react-dom": "^19.1.5",
2929
"@vitejs/plugin-react": "^4.4.1",
30-
"@vitest/coverage-v8": "^3.1.2",
30+
"@vitest/coverage-v8": "^3.1.4",
3131
"esbuild-plugin-rdi": "^0.0.0",
3232
"esbuild-plugin-react18": "^0.2.6",
3333
"esbuild-plugin-react18-css": "^0.0.4",
3434
"jsdom": "^26.1.0",
3535
"react": "^19.1.0",
3636
"react-dom": "^19.1.0",
37-
"tsup": "^8.4.0",
37+
"tsup": "^8.5.0",
3838
"typescript": "^5.8.3",
3939
"vite-tsconfig-paths": "^5.1.4",
40-
"vitest": "^3.1.2"
40+
"vitest": "^3.1.4"
4141
},
4242
"dependencies": {
4343
"@mayank1513/fork-me": "^2.1.3",
@@ -48,6 +48,6 @@
4848
"r18gs": "^3.0.1",
4949
"react-live": "^4.1.8",
5050
"react18-loaders": "workspace:*",
51-
"typingfx": "^1.1.0"
51+
"typingfx": "^1.1.1"
5252
}
5353
}

packages/shared/src/server/landing-page/landing-page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ export function LandingPage({ title, children }: LandingPageProps) {
4242
<main className={styles.main}>
4343
<h1 className={styles.title}>{title}</h1>
4444
<div className={[styles.center, styles.hero].join(" ")}>
45-
<TypeOut componentAnimation={{ wrapper: "div" }}>
45+
<TypeOut componentAnimation={{ wrapper: "div", props: { style: { margin: "auto" } } }}>
4646
<h2>Craft your next amazing library using</h2>
4747
<Logo href={`https://github.com/${owner}/${repo}`} />
48-
<strong>Harness the full potential of React 18 Server Components!</strong>
49-
{1500}
48+
<br />
49+
<strong>Harness the full potential of React 18 Server Components!{3000}</strong>
5050
</TypeOut>
5151
</div>
5252
{children}

0 commit comments

Comments
 (0)