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 renovate[bot] committed Jan 3, 2021
1 parent 5a50498 commit e87d68c
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@sentry/browser": "^5.27.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@sentry/browser": "5.27.4",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.2.0",
"@testing-library/user-event": "12.2.2",
"@types/jest": "26.0.15",
"@types/node": "12.19.5",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@lumieducation/h5p-server": "6.2.0",
"@lumieducation/h5p-react": "0.1.1",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-redux-i18n": "^1.9.3",
"react-router-dom": "^5.2.0",
"lodash": "4.17.20",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-redux-i18n": "1.9.3",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"save": "^2.4.0",
"shortid": "^2.2.16",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"save": "2.4.0",
"shortid": "2.2.16",
"socket.io-client": "2.3.1",
"superagent": "^6.1.0",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
"superagent": "6.1.0",
"typescript": "4.0.5",
"web-vitals": "0.2.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -58,15 +58,15 @@
]
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.165",
"@types/react-redux": "^7.1.11",
"@types/react-redux-i18n": "^0.0.11",
"@types/react-router-dom": "^5.1.6",
"@types/shortid": "^0.0.29",
"@types/socket.io-client": "^1.4.34",
"@types/superagent": "^4.1.10",
"prettier": "^2.2.0",
"redux-mock-store": "^1.5.4"
"@types/debug": "4.1.5",
"@types/lodash": "4.14.165",
"@types/react-redux": "7.1.11",
"@types/react-redux-i18n": "0.0.11",
"@types/react-router-dom": "5.1.6",
"@types/shortid": "0.0.29",
"@types/socket.io-client": "1.4.34",
"@types/superagent": "4.1.10",
"prettier": "2.2.0",
"redux-mock-store": "1.5.4"
}
}

0 comments on commit e87d68c

Please sign in to comment.