update dev deps

This commit is contained in:
Aarni Halinen
2021-08-22 18:32:36 +03:00
parent eae4daf876
commit 00542fa3ed
3 changed files with 1338 additions and 4283 deletions
-1
View File
@@ -1 +0,0 @@
_
+1321 -4266
View File
File diff suppressed because it is too large Load Diff
+17 -16
View File
@@ -33,32 +33,33 @@
"prepare": "husky install"
},
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"@types/react": "^17.0.11",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-csv": "^1.1.1",
"@types/react-dom": "^17.0.8",
"@types/react-jsonschema-form": "^1.7.5",
"@types/js-cookie": "^2.2.7",
"@types/react": "^17.0.19",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^17.0.9",
"@types/react-jsonschema-form": "^1.7.6",
"@types/shortid": "^0.0.29",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^13.0.0",
"eslint-config-next": "^11.0.1",
"husky": "^6.0.0",
"next-sitemap": "^1.6.124",
"husky": "^7.0.1",
"next-sitemap": "^1.6.162",
"npm-run-all": "^4.1.5",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-config-styled-components": "^0.1.1",
"testcafe": "^1.14.2",
"typescript": "^4.3.2"
"testcafe": "^1.15.3",
"typescript": "^4.3.5"
},
"dependencies": {
"@next/bundle-analyzer": "^11.0.1",
"axios": "^0.21.1",
"date-fns": "^2.22.1",
"date-fns": "^2.23.0",
"fast-deep-equal": "^3.1.3",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",