Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Jun 14, 2022
2 parents 4c953c5 + c6b7f9d commit 64c5df9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/h5p-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@lumieducation/h5p-server": "^9.1.2",
"body-parser": "1.20.0",
"bootstrap": "^5.1.3",
"cache-manager": "3.6.3",
"cache-manager-redis-store": "2.0.0",
"cache-manager": "3.6.3",
"debug": "^4.3.4",
"dotenv": "^16.0.0",
"express": "4.18.1",
"express-fileupload": "^1.3.1",
"express": "4.18.1",
"fs-extra": "10.1.0",
"i18next": "21.6.16",
"i18next-fs-backend": "1.1.4",
"i18next": "21.6.16",
"i18next-http-middleware": "3.2.1",
"ioredis": "^4.28.5",
"react": "18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-html-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"@lumieducation/h5p-server": "^9.1.2",
"fs-extra": "10.1.0",
"mime-types": "^2.1.35",
"postcss": "^8.4.12",
"postcss-clean": "^1.2.2",
"postcss-safe-parser": "^6.0.0",
"postcss-url": "^10.1.3",
"postcss": "^8.4.12",
"uglify-js": "^3.15.4",
"upath": "^2.0.1"
},
Expand Down
7 changes: 6 additions & 1 deletion packages/h5p-rest-example-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@
},
"devDependencies": {
"@lumieducation/h5p-server": "^9.1.2",
"@types/react": "18.0.12",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.8",
"@types/react-dom": "18.0.5",
"@types/react": "18.0.12",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down

0 comments on commit 64c5df9

Please sign in to comment.