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 Dec 23, 2024
1 parent 5410848 commit 0bb0204
Show file tree
Hide file tree
Showing 22 changed files with 1,160 additions and 1,045 deletions.
4 changes: 2 additions & 2 deletions design-system/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3"
"@types/react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/loading": "workspace:^",
"react": "^18.3.1"
"react": "^19.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/button"
}
10 changes: 5 additions & 5 deletions design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@types/react": "^19.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3"
"@types/react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"date-fns": "^4.0.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-day-picker": "^9.0.0",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-focus-lock": "^2.7.1",
"react-select": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,18 +1162,18 @@
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.0",
"@svgr/plugin-svgo": "^8.0.0",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"feather-icons": "^4.28.0",
"globby": "^14.0.0",
"react": "^18.3.1",
"react": "^19.0.0",
"to-pascal-case": "^1.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"preconstruct": {
"entrypoints": [
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3"
"@types/react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"react": "^18.3.1"
"react": "^19.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/loading"
}
6 changes: 3 additions & 3 deletions design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"@types/react-transition-group": "4.4.12"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-focus-lock": "^2.7.1",
"react-remove-scroll": "^2.4.3",
"react-transition-group": "^4.4.2"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3"
"@types/react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"react": "^18.3.1"
"react": "^19.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice"
}
8 changes: 4 additions & 4 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/pill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"devDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/segmented-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3",
"react": "^18.3.1"
"@types/react": "^19.0.0",
"react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/segmented-control"
}
6 changes: 3 additions & 3 deletions design-system/packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "^18.3.3",
"react": "^18.3.1"
"@types/react": "^19.0.0",
"react": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/toast"
}
8 changes: 4 additions & 4 deletions design-system/packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
8 changes: 4 additions & 4 deletions design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@keystone-ui/toast": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/tinycolor2": "^1.4.3",
"next": "^14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,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 @@ -54,8 +54,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 @@
"@types/jest": "^29.0.0",
"@types/node": "^22.0.0",
"@types/node-fetch": "^2.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"esbuild": "^0.24.0",
"esbuild-jest": "^0.5.0",
"eslint": "^9.2.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 @@ -32,11 +32,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 @@ -22,15 +22,15 @@
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/pill": "workspace:^",
"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 @@ -237,8 +237,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 @@ -254,7 +254,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 @@ -13,10 +13,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 @@ -60,7 +60,7 @@
"@keystone-ui/modals": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@types/react": "^18.3.3",
"@types/react": "^19.0.0",
"apply-ref": "^1.0.0",
"graphql": "^16.8.1",
"is-hotkey": "^0.2.0",
Expand All @@ -70,8 +70,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 0bb0204

Please sign in to comment.