Merge pull request #175 from gempir/upgrade-deps

upgrade web deps
This commit is contained in:
gempir 2022-10-08 20:32:18 +02:00 committed by GitHub
commit 7d00f66181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 770 additions and 519 deletions

View file

@ -3,21 +3,21 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^4.11.0", "@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/lab": "^4.0.0-alpha.61",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"dayjs": "^1.9.5", "dayjs": "^1.11.5",
"react": "^17.0.1", "react": "^17.0.2",
"react-dom": "^17.0.1", "react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha", "react-linkify": "^1.0.0-alpha",
"react-query": "^3.21.0", "react-query": "^3.39.2",
"react-scripts": "^4", "react-scripts": "^4.0.3",
"react-window": "^1.8.6", "react-window": "^1.8.7",
"runes": "^0.4.3", "runes": "^0.4.3",
"swagger-ui-react": "^4.1.3", "swagger-ui-react": "^4.14.2",
"typescript": "^4.0.3", "typescript": "^4.8.4",
"web-vitals": "^2.1.0" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@ -44,17 +44,17 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.11.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.0.0", "@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.2.1", "@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.1", "@types/jest": "^27.5.2",
"@types/react": "^17.0.19", "@types/react": "^17.0.50",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.17",
"@types/react-linkify": "^1.0.0", "@types/react-linkify": "^1.0.1",
"@types/react-window": "^1.8.2", "@types/react-window": "^1.8.5",
"@types/runes": "^0.4.1", "@types/runes": "^0.4.1",
"@types/styled-components": "^5.1.4", "@types/styled-components": "^5.1.26",
"@types/swagger-ui-react": "^3.35.0", "@types/swagger-ui-react": "^3.35.3",
"styled-components": "^5.2.1" "styled-components": "^5.3.6"
} }
} }

File diff suppressed because it is too large Load diff