optimise and fix quote api support for addons

This commit is contained in:
David Ralph
2020-12-05 13:48:14 +00:00
parent 7147dbef30
commit 408f8c4502
5 changed files with 96 additions and 16 deletions

View File

@@ -11,15 +11,14 @@
"license": "BSD-3-Clause",
"version": "5.0.0",
"dependencies": {
"@material-ui/core": "4.11.1",
"@material-ui/icons": "4.9.1",
"@muetab/quotes": "^1.0.0",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"deepmerge": "^4.2.2",
"fontsource-lexend-deca": "^3.0.10",
"fontsource-lexend-deca": "^3.0.11",
"fontsource-roboto": "^3.0.3",
"react": "17.0.1",
"react-beforeunload": "^2.4.0",
"react-clock": "^2.4.0",
"react-clock": "^3.0.0",
"react-color-gradient-picker": "^0.1.2",
"react-date-picker": "^8.0.5",
"react-dom": "17.0.1",
@@ -29,7 +28,7 @@
},
"devDependencies": {
"node-sass": "4.14.1",
"react-scripts": "^3.4.4"
"react-scripts": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",