Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent d1528df commit facde32
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 75 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "8.0.3",
"jest": "29.7.0",
"json-autotranslate": "1.14.3",
Expand Down
53 changes: 14 additions & 39 deletions packages/h5p-examples/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/h5p-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"i18next-http-middleware": "3.6.0",
"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"
},
Expand Down
29 changes: 4 additions & 25 deletions packages/h5p-react/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/h5p-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@lumieducation/h5p-webcomponents": "^9.3.2",
"react": "18.3.1"
"react": "19.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.3.2",
Expand Down
4 changes: 2 additions & 2 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.6",
"react": "18.3.1",
"react": "19.0.0",
"react-bootstrap": "2.10.4",
"react-dom": "18.3.1"
"react-dom": "19.0.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.3.2",
Expand Down

0 comments on commit facde32

Please sign in to comment.