Update dependencies and bump version number

This commit is contained in:
2021-11-25 09:20:59 +00:00
parent a0c7530b3b
commit 1c20f74a83
2 changed files with 6812 additions and 8545 deletions

15292
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,31 +1,33 @@
{ {
"name": "parandum", "name": "parandum",
"version": "2.0.0", "version": "2.0.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/core": "^7.15.5", "@babel/core": "^7.16.0",
"@emotion/styled": "^11.6.0", "@emotion/styled": "^11.6.0",
"@firebase/app": "^0.6.20", "@firebase/app": "^0.6.20",
"@material-ui/core": "^4.12.3", "@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"apexcharts": "^3.30.0",
"css-what": "^5.1.0",
"firebase": "^8.10.0", "firebase": "^8.10.0",
"firebase-admin": "^9.11.0", "firebase-admin": "^9.12.0",
"firebase-functions": "^3.14.1", "firebase-functions": "^3.16.0",
"firebase-tools": "^9.19.0", "firebase-tools": "^9.23.0",
"firebaseui": "^5.0.0", "firebaseui": "^5.0.0",
"normalize-url": "^6.1.0", "normalize-url": "^6.1.0",
"rc-slider": "^9.7.2", "rc-slider": "^9.7.4",
"react": "^17.0.2", "react": "^17.0.2",
"react-apexcharts": "^1.3.9", "react-apexcharts": "^1.3.9",
"react-collapsible": "^2.8.4", "react-collapsible": "^2.8.4",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-firebaseui": "^5.0.2", "react-firebaseui": "^5.0.2",
"react-router-dom": "^5.3.0", "react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3", "react-scripts": "^5.0.0-next.47",
"react-select": "^5.1.0", "react-select": "^5.2.1",
"react-xarrows": "^2.0.2", "react-xarrows": "^2.0.2",
"styled-components": "^5.3.1", "styled-components": "^5.3.3",
"typescript": "^4.3.5", "typescript": "^4.5.2",
"universal-cookie": "^4.0.4", "universal-cookie": "^4.0.4",
"web-vitals": "^0.2.4", "web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.4", "workbox-background-sync": "^5.1.4",
@@ -67,15 +69,14 @@
}, },
"devDependencies": { "devDependencies": {
"@firebase/rules-unit-testing": "^1.3.12", "@firebase/rules-unit-testing": "^1.3.12",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7", "@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3", "@testing-library/user-event": "^12.8.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
"eslint-plugin-promise": "^5.1.0", "eslint-plugin-promise": "^5.1.1",
"firebase-functions-test": "^0.2.3", "firebase-functions-test": "^0.2.3",
"hamjest": "^3.7.2", "hamjest": "^3.7.3",
"mocha": "^8.4.0", "mocha": "^9.1.3",
"react-test-renderer": "^17.0.2" "react-test-renderer": "^17.0.2"
} }
} }