diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-09 19:24:35 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-09 19:24:35 +0200 |
commit | 264292673468df3713dbb0330a3b2190fb60de17 (patch) | |
tree | f38dbeee42d543907ed96b3801b052cf62adb15e /package.json | |
parent | cbbe66126c5281c2d6e18487dd76516f6e77d4f8 (diff) |
fix: correct image export
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index c19e263..66aab66 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "date-fns-tz": "^1.1.6", "es6-tween": "^5.5.11", "framer-motion": "^4", - "next": "11.0.1", - "next-pwa": "^5.2.24", + "next": "^11.1.0", "orgast-util-to-string": "^0.3.1", "orgast-util-visit-ids": "^0.3.1", "path": "^0.12.7", |