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 Jan 13, 2025
1 parent ffe3221 commit be82737
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 45 deletions.
64 changes: 28 additions & 36 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/h5p-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"i18next-http-middleware": "3.7.1",
"ioredis": "^5.3.2",
"mongodb": "4.17.2",
"react": "18.3.1",
"react-dom": "^18.2.0",
"react": "19.0.0",
"react-dom": "^19.0.0",
"requirejs": "^2.3.6",
"tmp-promise": "3.0.3"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/ioredis": "5.0.0",
"@types/puppeteer": "5.4.7",
"@types/react": "18.3.18",
"@types/react": "19.0.6",
"puppeteer": "17.1.3",
"start-server-and-test": "2.0.9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/h5p-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"dependencies": {
"@lumieducation/h5p-webcomponents": "^9.3.2",
"react": "18.3.1"
"react": "19.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.3.2",
"@types/react": "18.3.18"
"@types/react": "19.0.6"
}
}
8 changes: 4 additions & 4 deletions packages/h5p-rest-example-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"@lumieducation/h5p-react": "^9.3.2",
"bootstrap": "5.3.3",
"http-proxy-middleware": "2.0.7",
"react": "18.3.1",
"react": "19.0.0",
"react-bootstrap": "2.10.7",
"react-dom": "18.3.1"
"react-dom": "19.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.3.2",
Expand All @@ -20,8 +20,8 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react-dom": "18.3.5",
"@types/react": "18.3.18",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.6",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down

0 comments on commit be82737

Please sign in to comment.