Skip to content

Commit 99b5354

Browse files
chore(deps): update expo, next, astro, nx (#8337)
* chore(deps): update expo, next, astro * Fix lockfile * Update some misc packages
1 parent bbd3821 commit 99b5354

File tree

28 files changed

+1622
-2111
lines changed

28 files changed

+1622
-2111
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"vue",
3636
"vue-tsc",
3737
"vue2",
38-
"vue2.7"
38+
"vue2.7",
39+
"webpack"
3940
]
4041
}

examples/react/auto-refetching/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

examples/react/auto-refetching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.61.0",
1212
"@tanstack/react-query-devtools": "^5.61.0",
13-
"next": "^14.2.5",
13+
"next": "^14.2.10",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/react/infinite-query-with-max-pages/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

examples/react/infinite-query-with-max-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.61.0",
1212
"@tanstack/react-query-devtools": "^5.61.0",
13-
"next": "^14.2.5",
13+
"next": "^14.2.10",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

examples/react/load-more-infinite-scroll/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

examples/react/load-more-infinite-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-query": "^5.61.0",
1212
"@tanstack/react-query-devtools": "^5.61.0",
13-
"next": "^14.2.5",
13+
"next": "^14.2.10",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
1616
"react-intersection-observer": "^9.13.0"

examples/react/nextjs-suspense-streaming/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5.61.0",
1313
"@tanstack/react-query-devtools": "^5.61.0",
1414
"@tanstack/react-query-next-experimental": "^5.61.0",
15-
"next": "^14.2.5",
15+
"next": "^14.2.10",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

examples/react/nextjs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)