upgrade packages #2

This commit is contained in:
vchikalkin 2021-04-05 10:29:47 +03:00 committed by Chika
parent 8c00d32b33
commit b70e417faf

View File

@ -2,7 +2,7 @@
"name": "evocalculator.client", "name": "evocalculator.client",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.5.0", "@ant-design/icons": "^4.6.2",
"@apollo/client": "^3.3.13", "@apollo/client": "^3.3.13",
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
"@babel/helper-split-export-declaration": "^7.11.0", "@babel/helper-split-export-declaration": "^7.11.0",
@ -28,7 +28,7 @@
"react-scripts": "^4.0.3", "react-scripts": "^4.0.3",
"styled-components": "^5.2.3", "styled-components": "^5.2.3",
"styled-system": "^5.1.5", "styled-system": "^5.1.5",
"typescript": "4.1.5", "typescript": "^4.2.3",
"use-debounce": "^6.0.1", "use-debounce": "^6.0.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"validator": "^13.5.2" "validator": "^13.5.2"
@ -36,11 +36,11 @@
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@types/luxon": "^1.25.1", "@types/luxon": "^1.26.3",
"@types/pluralize": "^0.0.29", "@types/pluralize": "^0.0.29",
"@types/react-router-dom": "^5.1.7", "@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7", "@types/styled-components": "^5.1.9",
"@types/styled-system": "^5.1.10", "@types/styled-system": "^5.1.11",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dotenv": "^8.2.0" "dotenv": "^8.2.0"
}, },