upgrade packages

This commit is contained in:
Chika 2021-02-12 17:28:10 +03:00
parent 901211b061
commit 3a135d4944

View File

@ -2,23 +2,23 @@
"name": "evocalculator.client",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@apollo/client": "^3.3.4",
"@ant-design/icons": "^4.5.0",
"@apollo/client": "^3.3.9",
"@babel/code-frame": "^7.10.4",
"@babel/helper-split-export-declaration": "^7.11.0",
"@craco/craco": "^6.0.0",
"@craco/craco": "^6.1.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.9.4",
"antd": "^4.12.3",
"axios": "^0.21.1",
"craco-less": "^1.17.1",
"graphql": "^15.4.0",
"graphql": "^15.5.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6",
"mobx": "^6.1.6",
"mobx-react-lite": "^3.2.0",
"normalize.css": "^8.0.1",
"pluralize": "^8.0.0",
"react": "^17.0.1",
@ -28,19 +28,18 @@
"react-scripts": "^4.0.1",
"styled-components": "^5.2.1",
"styled-system": "^5.1.5",
"ts-loader": "^8.0.12",
"typescript": "4.1.3",
"use-debounce": "^5.1.0",
"typescript": "4.1.5",
"use-debounce": "^5.2.0",
"uuid": "^8.3.2",
"validator": "^13.5.1"
"validator": "^13.5.2"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@types/luxon": "^1.25.0",
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.25.1",
"@types/pluralize": "^0.0.29",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.2",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.10",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0"