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 18, 2024
1 parent e298541 commit ae9e3ed
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 173 deletions.
8 changes: 4 additions & 4 deletions apps/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@eunchurn/react-windrose": "workspace:*",
"d3-force": "^3.0.0",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eunchurn/eslint-config": "workspace:*",
Expand All @@ -23,8 +23,8 @@
"@eunchurn/typescript-config": "workspace:*",
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "^22.0.0",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"dependencies": {
"@eunchurn/react-windrose": "workspace:*",
"@eunchurn/windrose": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-rnd": "^10.4.12"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "^4.3.1",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-styled-components": "7.2.0",
"react": "^18.3.1",
"react": "^19.0.0",
"ts-jest": "29.2.5",
"typescript": "^5.5.4"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"react": ">=18",
Expand All @@ -46,11 +46,11 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-is": "19.0.0",
"jest-environment-jsdom": "29.7.0",
"react-is": "18.3.1",
"react-is": "19.0.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-windrose-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"build-storybook": "storybook build"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"react": ">=18",
Expand All @@ -80,12 +80,12 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-is": "19.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"jest-environment-jsdom": "29.7.0",
"react-is": "18.3.1",
"react-is": "19.0.0",
"storybook": "^8.2.9",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"peerDependencies": {
"react": ">=18",
Expand All @@ -46,11 +46,11 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/node": "22.10.2",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-is": "19.0.0",
"jest-environment-jsdom": "29.7.0",
"react-is": "18.3.1",
"react-is": "19.0.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@types/d3": "7.4.3",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/styled-components": "5.1.34",
"jest-environment-jsdom": "29.7.0",
"jest-styled-components": "7.2.0",
Expand All @@ -41,8 +41,8 @@
"dependencies": {
"d3": "^7.9.0",
"lodash": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-tooltip": "^5.28.0",
"styled-components": "^6.1.12"
}
Expand Down
Loading

0 comments on commit ae9e3ed

Please sign in to comment.