Skip to content

Commit

Permalink
fix(deps): update h5p-server to v7.0.0-alpha.1 (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPSchellenberg committed Feb 1, 2021
1 parent 09c999c commit 2882b9e
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 103 deletions.
92 changes: 13 additions & 79 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@lumieducation/h5p-react": "0.1.2",
"@lumieducation/h5p-server": "6.2.0",
"@lumieducation/h5p-server": "7.0.0-alpha.1",
"@lumieducation/xapi-viewer": "1.0.1-alpha.3",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
Expand Down
33 changes: 16 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"author": "Lumi Education Jan Philip Schellenberg & Sebastian Rettig GbR <c@Lumi.education>",
"main": "build/server/main.js",
"dependencies": {
"@lumieducation/h5p-express": "7.0.0-alpha.1",
"@lumieducation/h5p-html-exporter": "7.0.0-alpha.1",
"@lumieducation/h5p-server": "6.2.0",
"@lumieducation/h5p-server": "7.0.0-alpha.1",
"@lumieducation/xapi-aggregator": "1.0.1-alpha.2",
"@sentry/electron": "2.2.0",
"@sentry/node": "5.30.0",
Expand All @@ -17,7 +18,6 @@
"express": "4.17.1",
"express-fileupload": "1.2.1",
"fs-extra": "9.1.0",
"@lumieducation/h5p-server": "6.2.0",
"i18next": "19.8.4",
"i18next-fs-backend": "1.0.7",
"i18next-http-middleware": "3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion server/src/routes/h5pRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as H5P from '@lumieducation/h5p-server';
import {
IRequestWithUser,
IRequestWithLanguage
} from '@lumieducation/h5p-server/build/src/adapters/expressTypes';
} from '@lumieducation/h5p-express';

import HtmlExporter from '@lumieducation/h5p-html-exporter';

Expand Down
8 changes: 5 additions & 3 deletions server/src/routes/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import express from 'express';
import { H5PEditor, H5PPlayer } from '@lumieducation/h5p-server';
import h5pAjaxExpressRouter from '@lumieducation/h5p-server/build/src/adapters/H5PAjaxRouter/H5PAjaxExpressRouter';
import libraryAdministrationExpressRouter from '@lumieducation/h5p-server/build/src/adapters/LibraryAdministrationRouter/LibraryAdministrationExpressRouter';
import contentTypeCacheExpressRouter from '@lumieducation/h5p-server/build/src/adapters/ContentTypeCacheRouter/ContentTypeCacheExpressRouter';
import {
h5pAjaxExpressRouter,
libraryAdministrationExpressRouter,
contentTypeCacheExpressRouter
} from '@lumieducation/h5p-express';

// import h5pConfig from '../../config/h5pConfig';
import lumiRoutes from './lumiRoutes';
Expand Down

0 comments on commit 2882b9e

Please sign in to comment.