upgrade web deps
This commit is contained in:
parent
389b15f9cf
commit
33412110e4
2 changed files with 770 additions and 519 deletions
|
@ -3,21 +3,21 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "^4.0.0-alpha.56",
|
||||
"@material-ui/core": "^4.12.4",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@material-ui/lab": "^4.0.0-alpha.61",
|
||||
"btoa": "^1.2.1",
|
||||
"dayjs": "^1.9.5",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"dayjs": "^1.11.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-linkify": "^1.0.0-alpha",
|
||||
"react-query": "^3.21.0",
|
||||
"react-scripts": "^4",
|
||||
"react-window": "^1.8.6",
|
||||
"react-query": "^3.39.2",
|
||||
"react-scripts": "^4.0.3",
|
||||
"react-window": "^1.8.7",
|
||||
"runes": "^0.4.3",
|
||||
"swagger-ui-react": "^4.1.3",
|
||||
"typescript": "^4.0.3",
|
||||
"web-vitals": "^2.1.0"
|
||||
"swagger-ui-react": "^4.14.2",
|
||||
"typescript": "^4.8.4",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
@ -44,17 +44,17 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.5",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@testing-library/user-event": "^13.2.1",
|
||||
"@types/jest": "^27.0.1",
|
||||
"@types/react": "^17.0.19",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/react-linkify": "^1.0.0",
|
||||
"@types/react-window": "^1.8.2",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/react": "^17.0.50",
|
||||
"@types/react-dom": "^17.0.17",
|
||||
"@types/react-linkify": "^1.0.1",
|
||||
"@types/react-window": "^1.8.5",
|
||||
"@types/runes": "^0.4.1",
|
||||
"@types/styled-components": "^5.1.4",
|
||||
"@types/swagger-ui-react": "^3.35.0",
|
||||
"styled-components": "^5.2.1"
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@types/swagger-ui-react": "^3.35.3",
|
||||
"styled-components": "^5.3.6"
|
||||
}
|
||||
}
|
||||
|
|
1243
web/yarn.lock
1243
web/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue