Skip to content

Commit

Permalink
Merge pull request #694 from baptistecdr/renovate/major-react-monorepo
Browse files Browse the repository at this point in the history
Update react monorepo to v19 (major)
  • Loading branch information
baptistecdr authored Dec 15, 2024
2 parents c37e5f7 + eb43492 commit fd75ae3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 47 deletions.
77 changes: 35 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"filesize": "10.1.6",
"luxon": "3.5.0",
"path": "0.12.7",
"react": "18.3.1",
"react-bootstrap": "2.10.6",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-bootstrap": "2.10.7",
"react-dom": "19.0.0",
"react-loader-spinner": "6.1.6",
"reflect-metadata": "0.2.2",
"uuid": "11.0.3",
Expand All @@ -41,9 +41,9 @@
"@types/jest": "29.5.14",
"@types/luxon": "3.4.2",
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react": "19.0.1",
"@types/react-bootstrap": "0.32.37",
"@types/react-dom": "18.3.5",
"@types/react-dom": "19.0.2",
"@types/uuid": "10.0.0",
"@types/webextension-polyfill": "0.12.1",
"@vitejs/plugin-react": "4.3.4",
Expand All @@ -57,6 +57,10 @@
"overrides": {
"vite-plugin-node-polyfills": {
"vite": "6.0.3"
},
"react-loader-spinner": {
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
}

0 comments on commit fd75ae3

Please sign in to comment.