Update to latest Next.js canary

This commit is contained in:
Luis Alvarez
2021-03-10 23:07:53 -06:00
parent 9b71bd77fc
commit 18d8d9acc8
2 changed files with 56 additions and 275 deletions

View File

@@ -32,7 +32,7 @@
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^10.0.7",
"next": "^10.0.9-canary.5",
"next-seo": "^4.11.0",
"next-themes": "^0.0.4",
"postcss": "^8.2.6",
@@ -73,9 +73,6 @@
"prettier": "^2.2.1",
"typescript": "^4.0.3"
},
"resolutions": {
"webpack": "5.11.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"