update patch versions

This commit is contained in:
Aarni Halinen
2022-04-10 23:41:12 +03:00
parent 79e6f4ae27
commit ddc4a34926
2 changed files with 407 additions and 385 deletions
+396 -374
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -37,19 +37,19 @@
"@types/jest": "^27.0.1",
"@types/js-cookie": "^2.2.7",
"@types/react": "^17.0.19",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^17.0.9",
"@types/shortid": "^0.0.29",
"@types/styled-components": "^5.1.12",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^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": "^12.1.0",
"husky": "^7.0.1",
"eslint-config-next": "^12.1.4",
"husky": "^7.0.4",
"jest": "^27.1.0",
"next-sitemap": "^2.4.2",
"npm-run-all": "^4.1.5",
@@ -58,20 +58,20 @@
"stylelint": "^14.2.0",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-styled-components": "^0.1.1",
"testcafe": "^1.18.3",
"testcafe": "^1.18.5",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"dependencies": {
"@next/bundle-analyzer": "^12.1.0",
"@next/bundle-analyzer": "^12.1.4",
"@rjsf/core": "^4.1.1",
"@sentry/nextjs": "^6.19.6",
"axios": "^0.26.0",
"axios": "^0.26.1",
"date-fns": "^2.28.0",
"fast-deep-equal": "^3.1.3",
"js-cookie": "^3.0.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next": "^12.1.4",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
@@ -83,9 +83,9 @@
"react-toastify": "^8.2.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"sharp": "^0.30.1",
"sharp": "^0.30.3",
"shortid": "^2.2.16",
"styled-components": "^5.3.0",
"styled-components": "^5.3.5",
"swr": "^1.2.2"
}
}