chore: bump packages

This commit is contained in:
Dawid Wysokiński 2021-05-29 12:07:53 +02:00
parent 09c4c66f3d
commit 73dccb6f6a
3 changed files with 1656 additions and 2133 deletions

View File

@ -4,22 +4,22 @@
"private": true,
"dependencies": {
"@apollo/client": "^3.2.5",
"@date-io/date-fns": "1.3.13",
"@date-io/date-fns": "^1.3.13",
"@kichiyaki/roboto": "^1.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "3.2.10",
"@nivo/bar": "0.64.0",
"@nivo/core": "0.64.0",
"@nivo/line": "0.64.0",
"@material-ui/pickers": "3.3.10",
"@nivo/bar": "^0.70.1",
"@nivo/core": "^0.70.1",
"@nivo/line": "^0.70.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"clsx": "^1.1.1",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
@ -28,14 +28,15 @@
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.0.1",
"lodash": "^4.17.20",
"query-string": "^6.13.6",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"typescript": "^4.0.3",
"react-scripts": "4.0.3",
"typescript": "4.2.3",
"use-debounce": "^5.0.1",
"use-query-params": "^1.1.8",
"uuid": "^8.3.2",

View File

@ -15,8 +15,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react-jsx",
},
"exclude": ["node_modules"],
"include": ["src"]
}

3765
yarn.lock

File diff suppressed because it is too large Load Diff