Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
cultureamp-renovate[bot] committed Dec 13, 2024
1 parent a0055c7 commit 9ad2903
Show file tree
Hide file tree
Showing 5 changed files with 1,081 additions and 1,010 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"clean": "rimraf './storybook-static' './node_modules' '.turbo'"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@kaizen/components": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"i18n:extract:remove-obsolete": "pnpm pkg:aio i18n:extract --deleteObsoleteTranslations"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
Expand All @@ -60,8 +60,8 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.17.9",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitest/eslint-plugin": "^1.1.14",
"chromatic": "^11.20.0",
"eslint": "^9.16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"postcss-preset-env": "^10.1.1",
"postcss-scss": "^4.0.9",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-highlight": "^0.15.0",
"react-intl": "^7.0.1",
"rollup": "^4.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"object-to-css-variables": "^0.2.1",
"postcss": "^8.4.49",
"prettier": "*",
"react": "^18.3.1",
"react": "^19.0.0",
"react-highlight": "^0.15.0",
"react-map-interaction": "^2.1.0",
"rollup": "^4.28.1",
Expand Down
Loading

0 comments on commit 9ad2903

Please sign in to comment.