Updated to NextJS 12

This commit is contained in:
Ludoviko 2022-01-01 22:39:27 +00:00
parent 16fee4031d
commit b05897f0b5
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
57 changed files with 205 additions and 323 deletions

View file

@ -11,14 +11,14 @@
"dependencies": {
"autoprefixer": "^10.3.3",
"moment": "^2.29.1",
"next": "^11.1.2",
"next": "12",
"next-intl": "^2.0.0",
"next-plausible": "^2.1.1",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react": "latest",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"react-dom": "latest",
"tailwindcss": "^2.2.9"
},
"devDependencies": {