Skip to content

Commit

Permalink
fix(deps-dev): update react monorepo to v19
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 04ee83b commit 484b25d
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 95 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@repo/tailwind-config": "workspace:^",
"@repo/typescript-config": "workspace:^",
"http-request-mock": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-mla": "workspace:^"
},
"scripts": {
Expand All @@ -30,8 +30,8 @@
"devDependencies": {
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.4",
"tailwindcss": "3.4.17",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-mla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"immer": "^10.1.1",
"leaflet": "^1.9.4",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-i18next": "^15.0.1",
"tailwindcss": "3.4.17",
"vis-data": "^7.1.9",
Expand Down Expand Up @@ -65,8 +65,8 @@
"@types/luxon": "3.4.2",
"@types/node": "20.17.16",
"@types/offscreencanvas": "2019.7.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/wicg-file-system-access": "2023.10.5",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/webcomponent-mla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"react-mla": "workspace:^",
"@r2wc/react-to-web-component": "^2.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"scripts": {
"dev": "vite dev --open",
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.4",
"sass-embedded": "1.83.4",
Expand Down
Loading

0 comments on commit 484b25d

Please sign in to comment.