update next.js

This commit is contained in:
Aarni Halinen
2022-02-18 06:02:12 +02:00
parent 0da2fefcc1
commit b747d41722
4 changed files with 370 additions and 2971 deletions
+4 -4
View File
@@ -48,10 +48,10 @@
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^13.0.0",
"eslint-config-next": "^12.0.7",
"eslint-config-next": "^12.1.0",
"husky": "^7.0.1",
"jest": "^27.1.0",
"next-sitemap": "^1.6.203",
"next-sitemap": "^2.4.2",
"npm-run-all": "^4.1.5",
"postcss-jsx": "^0.36.4",
"postcss-syntax": "^0.36.2",
@@ -63,7 +63,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@next/bundle-analyzer": "^12.0.7",
"@next/bundle-analyzer": "^12.1.0",
"@rjsf/core": "^3.2.1",
"@sentry/nextjs": "^6.17.9",
"axios": "^0.21.1",
@@ -71,7 +71,7 @@
"fast-deep-equal": "^3.1.3",
"js-cookie": "^3.0.0",
"lodash": "^4.17.21",
"next": "^12.0.7",
"next": "^12.1.0",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",