update package minor versions

This commit is contained in:
Aarni Halinen
2021-05-15 18:13:53 +03:00
parent 872548ac2e
commit e8485bfa50
2 changed files with 885 additions and 927 deletions
+19 -19
View File
@@ -33,54 +33,54 @@
"prepare": "husky install"
},
"devDependencies": {
"@types/js-cookie": "2.2.6",
"@types/js-cookie": "^2.2.6",
"@types/react": "^17.0.5",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-csv": "^1.1.1",
"@types/react-dom": "^17.0.3",
"@types/react-jsonschema-form": "^1.7.4",
"@types/shortid": "0.0.29",
"@types/react-dom": "^17.0.5",
"@types/react-jsonschema-form": "^1.7.5",
"@types/shortid": "^0.0.29",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-plugin-styled-components": "1.12.0",
"eslint": "^7.25.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"next-sitemap": "^1.6.49",
"npm-run-all": "4.1.5",
"next-sitemap": "^1.6.57",
"npm-run-all": "^4.1.5",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"testcafe": "^1.14.0",
"testcafe": "^1.14.2",
"typescript": "^4.2.4"
},
"dependencies": {
"@next/bundle-analyzer": "^10.2.0",
"axios": "0.21.1",
"date-fns": "^2.21.2",
"axios": "^0.21.1",
"date-fns": "^2.21.3",
"fast-deep-equal": "^3.1.3",
"js-cookie": "2.2.1",
"lodash": "4.17.21",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"next": "^10.2.0",
"normalize.css": "8.0.1",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-jsonschema-form": "1.8.1",
"react-jsonschema-form": "^1.8.1",
"react-markdown": "^6.0.2",
"react-mde": "^11.5.0",
"react-toastify": "^7.0.4",
"rehype-raw": "^5.1.0",
"rehype-sanitize": "^4.0.0",
"shortid": "2.2.16",
"shortid": "^2.2.16",
"styled-components": "^5.3.0",
"swr": "^0.5.6"
}