diff --git a/package.json b/package.json index 0e78ae6..04f5384 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "deploy": "next build && next export && touch out/.nojekyll && touch out/CNAME && echo \"face.constraint.systems\" >> out/CNAME && git add out/ && git commit -m \"Deploy to gh-pages\" && git subtree push --prefix out origin gh-pages" }, "dependencies": { - "next": "9.2.1", + "next": "9.3.3", "react": "16.12.0", "react-dom": "16.12.0" }