Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent b7d0f1b commit feed54e
Show file tree
Hide file tree
Showing 8 changed files with 2,042 additions and 177 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"next": "^14.2.0",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-focus-lock": "^2.7.1",
"rss": "^1.2.2",
"tsx": "^4.0.0"
Expand All @@ -52,8 +52,8 @@
"@types/gtag.js": "^0.0.20",
"@types/js-yaml": "^4.0.5",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/rss": "^0.0.32",
"next-sitemap": "^4.0.0",
"typescript": "^5.5.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@stylistic/eslint-plugin-ts": "^3.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"vitest": "^3.0.4",
"esbuild": "^0.24.0",
"esbuild-jest": "^0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"devDependencies": {
"@keystone-6/core": "workspace:^",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"@keystone-6/core": "^6.0.0",
"react": "^18.3.1"
"react": "^19.0.0"
},
"preconstruct": {
"entrypoints": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@babel/runtime": "^7.24.7",
"@keystar/ui": "^0.7.13",
"cloudinary": "^2.0.0",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependencies": {
"@keystone-6/core": "^6.0.0"
},
"devDependencies": {
"@keystone-6/core": "^6.1.0",
"@types/express": "^4.17.14",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"graphql": "^16.8.1",
"graphql-upload": "^15.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@
"pluralize": "^8.0.0",
"prisma": "5.22.0",
"prompts": "^2.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resolve": "^1.20.0",
"uuid": "^11.0.0"
},
Expand All @@ -281,7 +281,7 @@
"@types/fs-extra": "^11.0.0",
"@types/pluralize": "^0.0.33",
"@types/prompts": "^2.0.14",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"@types/resolve": "^1.20.2",
"@types/uuid": "^10.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/document-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^16.14.0 || 17 || 18"
"react": "19"
},
"devDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/document-renderer"
}
6 changes: 3 additions & 3 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@react-stately/list": "^3.10.8",
"@react-stately/overlays": "^3.6.10",
"@react-aria/utils": "^3.25.1",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"graphql": "^16.8.1",
"is-hotkey": "^0.2.0",
"match-sorter": "^8.0.0",
Expand All @@ -96,8 +96,8 @@
"mdast-util-gfm-strikethrough": "^0.2.3",
"micromark-extension-gfm-autolink-literal": "0.5.7",
"micromark-extension-gfm-strikethrough": "0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"scroll-into-view-if-needed": "^3.0.0",
"slate": "^0.112.0",
"slate-history": "^0.110.0",
Expand Down
Loading

0 comments on commit feed54e

Please sign in to comment.