update all the things

This commit is contained in:
Thomas Ruoff
2021-11-24 23:09:18 +01:00
parent 8bfac0378d
commit dc53021d84
4 changed files with 1028 additions and 4816 deletions

View File

@@ -8,18 +8,18 @@
"start": "next start"
},
"dependencies": {
"luxon": "^1.25.0",
"next": "10.0.3",
"luxon": "^2.1.1",
"next": "^12.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^5.0.1",
"postcss-preset-env": "^6.7.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"youtube-player": "^5.5.2"
},
"devDependencies": {
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"typescript": "^4.1.2"
"@types/node": "^14.17.34",
"@types/react": "^17.0.37",
"typescript": "^4.5.2"
}
}