Skip to content

Commit cd5775c

Browse files
authored
chore: Update deps (#1783)
1 parent 0972b74 commit cd5775c

File tree

23 files changed

+5058
-4028
lines changed

23 files changed

+5058
-4028
lines changed

docs/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"dependencies": {
1212
"@docsearch/css": "^3.6.0",
1313
"@docsearch/react": "^3.6.0",
14-
"@headlessui/react": "^2.0.0",
15-
"@heroicons/react": "^2.1.4",
16-
"@vercel/analytics": "1.3.1",
17-
"@vercel/speed-insights": "^1.0.12",
14+
"@headlessui/react": "^2.2.0",
15+
"@heroicons/react": "^2.2.0",
16+
"@vercel/analytics": "1.5.0",
17+
"@vercel/speed-insights": "^1.2.0",
1818
"clsx": "^2.1.1",
1919
"http-status-codes": "^2.3.0",
2020
"next": "^14.2.4",
2121
"nextra": "^3.1.0",
2222
"nextra-theme-docs": "^3.1.0",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"react-tweet": "^3.2.1",
25+
"react-tweet": "^3.2.2",
2626
"shiki": "^1.22.0",
2727
"tailwindcss": "^3.4.4"
2828
},
2929
"devDependencies": {
3030
"@types/node": "^20.14.5",
31-
"@types/react": "^18.3.3",
31+
"@types/react": "^19.0.0",
3232
"autoprefixer": "^10.4.19",
3333
"eslint": "^9.11.1",
3434
"eslint-config-molindo": "^8.0.0",
35-
"fast-glob": "^3.3.2",
36-
"globals": "^15.11.0",
35+
"fast-glob": "^3.3.3",
36+
"globals": "^16.0.0",
3737
"next-sitemap": "^4.2.3",
38-
"next-validate-link": "^1.3.0",
38+
"next-validate-link": "^1.5.1",
3939
"prettier": "^3.3.3",
4040
"typescript": "^5.5.3"
4141
},

docs/src/components/Details.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {useMDXComponents} from 'nextra/mdx';
2-
import {ComponentProps, useEffect, useReducer} from 'react';
2+
import {ComponentProps, ReactNode, useEffect, useReducer} from 'react';
33
import useLocationHash from '@/hooks/useLocationHash';
44

55
type Props = ComponentProps<'details'>;
@@ -12,7 +12,7 @@ export default function Details({children, id, ...rest}: Props) {
1212

1313
const OriginalDetails = useMDXComponents().details as (
1414
props: Props
15-
) => JSX.Element;
15+
) => ReactNode;
1616

1717
useEffect(() => {
1818
// Use cases:
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {useMDXComponents} from 'nextra/mdx';
2-
import {ComponentProps} from 'react';
2+
import {ComponentProps, ElementType} from 'react';
33
import PartnerLink from './PartnerLink';
44

55
type Props = Omit<ComponentProps<typeof PartnerLink>, 'as'>;
66

77
export default function PartnerContentLink(props: Props) {
88
const components = useMDXComponents();
9-
return <PartnerLink as={components.a} {...props} />;
9+
return <PartnerLink as={components.a as ElementType} {...props} />;
1010
}

examples/example-app-router-migration/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"next": "^15.2.2",
1313
"next-intl": "^4.0.0",
14-
"react": "^18.3.1",
15-
"react-dom": "^18.3.1"
14+
"react": "^19.0.0",
15+
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/lodash": "^4.17.5",
1919
"@types/node": "^20.14.5",
20-
"@types/react": "^18.3.3",
20+
"@types/react": "^19.0.0",
2121
"eslint": "^9.11.1",
2222
"eslint-config-next": "^15.2.0",
2323
"@eslint/eslintrc": "^3.1.0",

examples/example-app-router-mixed-routing/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"dependencies": {
1212
"next": "^15.2.2",
1313
"next-intl": "^4.0.0",
14-
"react": "^18.3.1",
15-
"react-dom": "^18.3.1",
14+
"react": "^19.0.0",
15+
"react-dom": "^19.0.0",
1616
"tailwindcss": "^3.4.4"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3.1.0",
20-
"@playwright/test": "^1.48.1",
20+
"@playwright/test": "^1.51.0",
2121
"@types/node": "^20.14.5",
22-
"@types/react": "^18.3.3",
22+
"@types/react": "^19.0.0",
2323
"autoprefixer": "^10.4.19",
2424
"eslint": "^9.11.1",
2525
"eslint-config-next": "^15.2.0",
26-
"postcss": "^8.4.38",
26+
"postcss": "^8.5.3",
2727
"prettier": "^3.3.3",
2828
"typescript": "^5.5.3"
2929
},

examples/example-app-router-next-auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"next": "^15.2.2",
1313
"next-auth": "^4.24.11",
1414
"next-intl": "^4.0.0",
15-
"react": "^18.3.1",
16-
"react-dom": "^18.3.1"
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3.1.0",
20-
"@playwright/test": "^1.48.1",
20+
"@playwright/test": "^1.51.0",
2121
"@types/lodash": "^4.17.5",
2222
"@types/node": "^20.14.5",
23-
"@types/react": "^18.3.3",
23+
"@types/react": "^19.0.0",
2424
"eslint": "^9.11.1",
2525
"eslint-config-next": "^15.2.0",
2626
"prettier": "^3.3.3",

examples/example-app-router-playground/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
"storybook": "storybook dev -p 6006"
1313
},
1414
"dependencies": {
15-
"@radix-ui/react-dropdown-menu": "^2.1.1",
15+
"@radix-ui/react-dropdown-menu": "^2.1.6",
1616
"lodash": "^4.17.21",
1717
"ms": "2.1.3",
1818
"next": "^15.2.2",
1919
"next-intl": "^4.0.0",
20-
"react": "^18.3.1",
21-
"react-dom": "^18.3.1",
22-
"zod": "^3.23.8"
20+
"react": "^19.0.0",
21+
"react-dom": "^19.0.0",
22+
"zod": "^3.24.2"
2323
},
2424
"devDependencies": {
2525
"@eslint/eslintrc": "^3.1.0",
2626
"@jest/globals": "^29.7.0",
2727
"@mdx-js/loader": "^3.0.1",
2828
"@mdx-js/react": "^3.0.1",
29-
"@next/bundle-analyzer": "^15.1.6",
30-
"@next/mdx": "^15.0.0-rc.1",
31-
"@playwright/test": "^1.48.1",
32-
"@storybook/nextjs": "^8.5.1",
33-
"@storybook/react": "^8.5.1",
34-
"@testing-library/react": "^16.0.0",
29+
"@next/bundle-analyzer": "^15.2.2",
30+
"@next/mdx": "^15.2.2",
31+
"@playwright/test": "^1.51.0",
32+
"@storybook/nextjs": "^8.6.4",
33+
"@storybook/react": "^8.6.4",
34+
"@testing-library/react": "^16.2.0",
3535
"@types/jest": "^29.5.12",
3636
"@types/lodash": "^4.17.5",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^20.14.5",
39-
"@types/react": "^18.3.3",
40-
"@types/react-dom": "^18.3.0",
39+
"@types/react": "^19.0.0",
40+
"@types/react-dom": "^19.0.0",
4141
"chokidar-cli": "3.0.0",
4242
"css-loader": "^6.8.1",
4343
"eslint": "^9.11.1",
@@ -46,8 +46,8 @@
4646
"jest-environment-jsdom": "^29.7.0",
4747
"prettier": "^3.3.3",
4848
"sharp": "^0.33.4",
49-
"storybook": "^8.5.1",
50-
"storybook-next-intl": "^1.1.4",
49+
"storybook": "^8.6.4",
50+
"storybook-next-intl": "^1.2.5",
5151
"typescript": "^5.5.3"
5252
},
5353
"prettier": {

examples/example-app-router-single-locale/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"next": "^15.2.2",
1313
"next-intl": "^4.0.0",
14-
"react": "^18.3.1",
15-
"react-dom": "^18.3.1"
14+
"react": "^19.0.0",
15+
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "^1.48.1",
18+
"@playwright/test": "^1.51.0",
1919
"@types/lodash": "^4.17.5",
2020
"@types/node": "^20.14.5",
21-
"@types/react": "^18.3.3",
21+
"@types/react": "^19.0.0",
2222
"@eslint/eslintrc": "^3.1.0",
2323
"eslint": "^9.11.1",
2424
"eslint-config-next": "^15.2.0",

examples/example-app-router-without-i18n-routing/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@heroicons/react": "^2.1.4",
13-
"@radix-ui/react-select": "^2.1.1",
12+
"@heroicons/react": "^2.2.0",
13+
"@radix-ui/react-select": "^2.1.6",
1414
"clsx": "^2.1.1",
1515
"lodash": "^4.17.21",
1616
"next": "^15.2.2",
1717
"next-intl": "^4.0.0",
18-
"react": "^18.3.1",
19-
"react-dom": "^18.3.1",
20-
"zod": "^3.23.8"
18+
"react": "^19.0.0",
19+
"react-dom": "^19.0.0",
20+
"zod": "^3.24.2"
2121
},
2222
"devDependencies": {
2323
"@eslint/eslintrc": "^3.1.0",
24-
"@playwright/test": "^1.48.1",
24+
"@playwright/test": "^1.51.0",
2525
"@types/lodash": "^4.17.5",
2626
"@types/node": "^20.14.5",
27-
"@types/react": "^18.3.3",
28-
"@types/react-dom": "^18.3.0",
27+
"@types/react": "^19.0.0",
28+
"@types/react-dom": "^19.0.0",
2929
"autoprefixer": "^10.4.19",
3030
"eslint": "^9.11.1",
3131
"eslint-config-next": "^15.2.0",
32-
"postcss": "^8.4.38",
32+
"postcss": "^8.5.3",
3333
"prettier": "^3.3.3",
3434
"tailwindcss": "^3.4.4",
3535
"typescript": "^5.5.3"

examples/example-app-router/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@
1414
"clsx": "^2.1.1",
1515
"next": "^15.2.2",
1616
"next-intl": "^4.0.0",
17-
"react": "^18.3.1",
18-
"react-dom": "^18.3.1",
17+
"react": "^19.0.0",
18+
"react-dom": "^19.0.0",
1919
"tailwindcss": "^3.4.4"
2020
},
2121
"devDependencies": {
22+
"@eslint/eslintrc": "^3.1.0",
2223
"@jest/globals": "^29.7.0",
23-
"@playwright/test": "^1.48.1",
24-
"@testing-library/react": "^16.0.0",
24+
"@playwright/test": "^1.51.0",
25+
"@testing-library/react": "^16.2.0",
2526
"@types/jest": "^29.5.12",
2627
"@types/lodash": "^4.17.5",
2728
"@types/node": "^20.14.5",
28-
"@types/react": "^18.3.3",
29+
"@types/react": "^19.0.0",
2930
"autoprefixer": "^10.4.19",
3031
"eslint": "^9.11.1",
3132
"eslint-config-next": "^15.2.0",
32-
"@eslint/eslintrc": "^3.1.0",
3333
"jest": "^29.7.0",
3434
"jest-environment-jsdom": "^29.7.0",
35-
"postcss": "^8.4.38",
35+
"postcss": "^8.5.3",
3636
"prettier": "^3.3.3",
3737
"typescript": "^5.5.3"
3838
},

examples/example-pages-router-advanced/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"lodash": "^4.17.21",
1414
"next": "^15.2.2",
1515
"next-intl": "^4.0.0",
16-
"react": "^18.3.1",
17-
"react-dom": "^18.3.1"
16+
"react": "^19.0.0",
17+
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
20-
"@testing-library/react": "^16.0.0",
21-
"@types/accept-language-parser": "^1.5.6",
20+
"@eslint/eslintrc": "^3.1.0",
21+
"@testing-library/react": "^16.2.0",
22+
"@types/accept-language-parser": "^1.5.7",
2223
"@types/jest": "^29.5.12",
2324
"@types/lodash": "^4.17.5",
2425
"@types/node": "^20.14.5",
25-
"@types/react": "^18.3.3",
26-
"@eslint/eslintrc": "^3.1.0",
26+
"@types/react": "^19.0.0",
2727
"eslint": "^9.11.1",
2828
"eslint-config-next": "^15.2.0",
2929
"jest": "^29.7.0",

examples/example-pages-router/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"date-fns": "^3.6.0",
12+
"date-fns": "^4.1.0",
1313
"next": "^15.2.2",
1414
"next-intl": "^4.0.0",
15-
"react": "^18.3.1",
16-
"react-dom": "^18.3.1"
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0"
1717
},
1818
"devDependencies": {
1919
"@eslint/eslintrc": "^3.1.0",
2020
"@types/lodash": "^4.17.5",
2121
"@types/node": "^20.14.5",
22-
"@types/react": "^18.3.3",
22+
"@types/react": "^19.0.0",
2323
"eslint": "^9.11.1",
2424
"eslint-config-next": "^15.2.0",
2525
"prettier": "^3.3.3",

examples/example-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"use-intl": "^2.14.3"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.12.9"
24+
"@babel/core": "^7.26.10"
2525
},
2626
"private": true
2727
}

examples/example-remix/app/root.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default function App() {
4949

5050
return (
5151
<IntlProvider locale={locale} messages={messages} timeZone={timeZone}>
52+
{/* @ts-expect-error */}
5253
<Outlet />
5354
</IntlProvider>
5455
);

examples/example-remix/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"start": "remix-serve ./build/index.js"
1111
},
1212
"dependencies": {
13-
"@remix-run/node": "^2.9.2",
14-
"@remix-run/react": "^2.9.2",
15-
"@remix-run/serve": "^2.9.2",
13+
"@remix-run/node": "^2.16.0",
14+
"@remix-run/react": "^2.16.0",
15+
"@remix-run/serve": "^2.16.0",
1616
"accept-language-parser": "^1.5.0",
17-
"isbot": "^5.1.9",
17+
"isbot": "^5.1.23",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"use-intl": "^3.0.0"
2121
},
2222
"devDependencies": {
2323
"@remix-run/dev": "^2.9.2",
24-
"@types/accept-language-parser": "^1.5.6",
24+
"@types/accept-language-parser": "^1.5.7",
2525
"@types/react": "^18.3.3",
2626
"@types/react-dom": "^18.3.0",
2727
"prettier": "^3.3.3",

examples/example-use-intl/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"react": "^18.3.1",
13-
"react-dom": "^18.3.1",
12+
"react": "^19.0.0",
13+
"react-dom": "^19.0.0",
1414
"use-intl": "^3.0.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.3.3",
18-
"@types/react-dom": "^18.3.0",
19-
"@vitejs/plugin-react": "^4.3.1",
17+
"@types/react": "^19.0.0",
18+
"@types/react-dom": "^19.0.0",
19+
"@vitejs/plugin-react": "^4.3.4",
2020
"prettier": "^3.3.3",
2121
"typescript": "^5.5.3",
22-
"vite": "^5.3.1"
22+
"vite": "^6.2.1"
2323
},
2424
"prettier": {
2525
"singleQuote": true,

0 commit comments

Comments
 (0)