diff options
| author | Zephyrrus <[email protected]> | 2021-01-07 21:56:35 +0200 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2021-01-07 21:56:35 +0200 |
| commit | 34bd71948e69946d1986349ef7247c294d31eb66 (patch) | |
| tree | ec6bc30bce72fea2a9061419983014aae23a6dfb /package.json | |
| parent | Merge branch 'feature/stats-dashboard' into feature/system_status_page (diff) | |
| download | host.fuwn.me-34bd71948e69946d1986349ef7247c294d31eb66.tar.xz host.fuwn.me-34bd71948e69946d1986349ef7247c294d31eb66.zip | |
chore: revert nuxt update, it breaks SSR in development mode, not worth it.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4b602c6..f166c04 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "morgan": "^1.10.0", "multer": "^1.4.1", "mysql": "^2.16.0", - "nuxt": "^2.14.12", + "nuxt": "^2.12.2", "nuxt-dropzone": "^0.2.8", "pg": "^7.8.1", "qoa": "^0.2.0", |