Skip to content

Commit

Permalink
Update more versions for API-first apps (#6641)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Feb 3, 2025
1 parent e16f74f commit 80e3d77
Show file tree
Hide file tree
Showing 30 changed files with 2,274 additions and 1,264 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@tanstack/react-query-devtools": "^5.59.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/rr7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@react-router/dev": "7.1.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/vite-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"isbot": "^4.3.0",
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"typescript": "^5.6.3",
"vite": "^5.2.9",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vite-plugin-babel": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
},
"packageManager": "pnpm@9.1.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/blocks/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jest-axe": "^8.0.0",
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
}
}
2 changes: 2 additions & 0 deletions packages/client/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"react-dom": "^18.2.0",
"release-it": "17.1.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"uuid": "^9.0.1",
"vite": "^5.4.9",
"vite-plugin-dts": "^3.7.3",
Expand All @@ -87,8 +87,8 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update internal `peerDependencies` to include React 19. @sneridagh
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"release-it": "17.1.1",
"storybook": "^8.5.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
Expand All @@ -117,8 +117,8 @@
"react-aria-components": "^1.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down
2 changes: 2 additions & 0 deletions packages/helpers/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand All @@ -67,7 +67,7 @@
"release-it": "^17.1.1",
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
}
}
2 changes: 2 additions & 0 deletions packages/providers/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand All @@ -75,7 +75,7 @@
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
}
}
2 changes: 2 additions & 0 deletions packages/react-router/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand All @@ -71,7 +71,7 @@
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
}
}
2 changes: 2 additions & 0 deletions packages/registry/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"release-alpha": "release-it --preRelease=alpha"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"release-it": "16.2.1",
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/seven/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Update internal `peerDependencies` to include React 19.
Update to latest RR7, and use React 19.
Update TS version. @sneridagh
20 changes: 11 additions & 9 deletions packages/seven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,23 @@
"@plone/react-router": "workspace:*",
"@plone/slots": "workspace:*",
"@plone/theming": "workspace:*",
"@react-router/node": "7.1.2",
"@react-router/serve": "7.1.2",
"@react-router/node": "^7.1.5",
"@react-router/serve": "^7.1.5",
"isbot": "^5.1.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "7.1.2"
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.5"
},
"devDependencies": {
"@plone/types": "workspace:*",
"@react-router/dev": "7.1.2",
"@react-router/dev": "^7.1.5",
"@testing-library/cypress": "10.0.2",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/node": "^20",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.0.3",
"cypress": "^13.13.2",
"typescript": "^5.6.3",
"react-router-devtools": "^1.1.0",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"wait-on": "^8.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/slots/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"release-it": "17.1.1",
"storybook": "^8.5.3",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/theming/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update internal `peerDependencies` to include React 19.
Update TS version. @sneridagh
6 changes: 3 additions & 3 deletions packages/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
Expand All @@ -60,7 +60,7 @@
"jest-axe": "^8.0.0",
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
Expand Down
1 change: 1 addition & 0 deletions packages/types/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update TS version. @sneridagh
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"react-intl": "3.12.1",
"release-it": "^17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
1 change: 1 addition & 0 deletions packages/volto/news/6641.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update TS version. @sneridagh
2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"tmp": "0.2.1",
"ts-jest": "^26.4.2",
"ts-loader": "9.4.4",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"use-trace-update": "1.3.2",
"wait-on": "6.0.0",
"webpack": "5.90.1",
Expand Down
Loading

0 comments on commit 80e3d77

Please sign in to comment.