Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sr258 committed Mar 4, 2021
1 parent d4bab5e commit f01d554
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/h5p-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "17.0.1"
},
"devDependencies": {
"@lumieducation/h5p-server": "^7.1.0",
"@lumieducation/h5p-server": "7.1.0",
"@types/react": "16.14.4",
"@types/resize-observer-browser": "0.1.5"
}
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 @@ -6,7 +6,7 @@
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@lumieducation/h5p-react": "^7.1.0",
"@lumieducation/h5p-react": "7.1.0",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
"@testing-library/user-event": "12.7.3",
Expand All @@ -23,7 +23,7 @@
"typescript": "4.1.5"
},
"devDependencies": {
"@lumieducation/h5p-server": "^7.1.0",
"@lumieducation/h5p-server": "7.1.0",
"prettier": "2.2.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/h5p-rest-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"author": "S. Rettig",
"license": "MIT",
"dependencies": {
"@lumieducation/h5p-express": "^7.1.0",
"@lumieducation/h5p-mongos3": "^7.1.0",
"@lumieducation/h5p-server": "^7.1.0",
"@lumieducation/h5p-express": "7.1.0",
"@lumieducation/h5p-mongos3": "7.1.0",
"@lumieducation/h5p-server": "7.1.0",
"@types/express": "4.17.11",
"body-parser": "1.19.0",
"cache-manager": "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/h5p-webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"await-lock": "^2.1.0"
},
"devDependencies": {
"@lumieducation/h5p-server": "^7.1.0",
"@lumieducation/h5p-server": "7.1.0",
"@types/resize-observer-browser": "0.1.5"
}
}

0 comments on commit f01d554

Please sign in to comment.