This commit is contained in:
David Ralph
2020-10-15 16:59:56 +01:00
parent aa16b7cffa
commit 52cc9cb579
3 changed files with 10 additions and 10 deletions

View File

@@ -15,16 +15,16 @@
"license": "BSD-3-Clause",
"version": "4.1.1",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@muetab/quotes": "^1.0.0",
"lodash.merge": "4.6.2",
"react": "^16.13.1",
"react": "16.14.0",
"react-clock": "^2.4.0",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"react-toastify": "^6.0.8",
"supports-webp": "^2.0.1"
"react-dom": "16.14.0",
"react-modal": "3.11.2",
"react-toastify": "6.0.9",
"supports-webp": "2.0.1"
},
"devDependencies": {
"react-scripts": "3.4.3",