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 6, 2024
1 parent d1528df commit ee16970
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 103 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
69 changes: 18 additions & 51 deletions packages/h5p-examples/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 @@ -39,16 +39,16 @@
"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"
},
"devDependencies": {
"@types/express": "4.17.21",
"@types/ioredis": "4.28.10",
"@types/puppeteer": "5.4.7",
"@types/react": "18.3.7",
"@types/react": "19.0.1",
"puppeteer": "17.1.3",
"start-server-and-test": "2.0.5"
}
Expand Down
45 changes: 8 additions & 37 deletions packages/h5p-react/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-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.7"
"@types/react": "19.0.1"
}
}
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.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 All @@ -20,8 +20,8 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/node": "20.16.4",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.7",
"@types/react-dom": "19.0.1",
"@types/react": "19.0.1",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down

0 comments on commit ee16970

Please sign in to comment.