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] committed Jun 18, 2024
1 parent 52390a1 commit 00b046a
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 78 deletions.
9 changes: 5 additions & 4 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.34.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "8.0.3",
"jest": "29.7.0",
"json-autotranslate": "1.14.1",
Expand Down
43 changes: 20 additions & 23 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,7 +39,7 @@
"i18next-http-middleware": "3.5.0",
"ioredis": "^5.3.2",
"mongodb": "4.17.2",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "^18.2.0",
"requirejs": "^2.3.6",
"tmp-promise": "3.0.3"
Expand All @@ -48,7 +48,7 @@
"@types/express": "4.17.21",
"@types/ioredis": "4.28.10",
"@types/puppeteer": "5.4.7",
"@types/react": "18.2.67",
"@types/react": "18.3.3",
"puppeteer": "17.1.3",
"start-server-and-test": "2.0.4"
}
Expand Down
25 changes: 10 additions & 15 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.2.0"
"react": "18.3.1"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.3.2",
"@types/react": "18.2.67"
"@types/react": "18.3.3"
}
}
65 changes: 38 additions & 27 deletions packages/h5p-rest-example-client/package-lock.json

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

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.2.0",
"react": "18.3.1",
"react-bootstrap": "2.10.2",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.3.2",
Expand All @@ -20,8 +20,8 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/react-dom": "18.2.22",
"@types/react": "18.2.67",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.3",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down

0 comments on commit 00b046a

Please sign in to comment.