diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 17:30:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 17:30:09 -0400 |
| commit | a045f870e9dae04342113e1b2cf7f1c2e6bc79a9 (patch) | |
| tree | a073676bd264a89570e4a4042775a02eebd8876a /package.json | |
| parent | 02a6f590a13228da1485cf91e42ebd5684b3a6dd (diff) | |
| download | personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.tar.gz personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.tar.bz2 personal-website-a045f870e9dae04342113e1b2cf7f1c2e6bc79a9.zip | |
Added shadows and upgraded packages
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 5e6b73d..30f411b 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." }, "dependencies": { - "@nuxtjs/markdownit": "^1.2.9", - "@nuxtjs/pwa": "^3.0.0-0", - "node-sass": "^4.13.1", - "nuxt": "^2.12.2", + "@nuxtjs/markdownit": "^1.2.10", + "@nuxtjs/pwa": "^3.0.0-beta.20", + "node-sass": "^4.14.1", + "nuxt": "^2.13.3", "nuxt-mobile": "^1.0.1", "prettier": "^2.0.5", - "vuetify": "^2.2.23" + "vuetify": "^2.3.6" }, "devDependencies": { "@nuxtjs/eslint-config": "^2.0.0", |
