Skip to content

Commit

Permalink
fix: add vuetify to dependencies (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored May 13, 2021
1 parent de45005 commit 3610d12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"dependencies": {
"vuetify": "^2.4.2"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.11.3"
}
Expand Down
1 change: 1 addition & 0 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -1818,6 +1818,7 @@ Generated by [AVA](https://avajs.dev).
dependencies: {
'core-js': '^3.10.0',
nuxt: '^2.15.4',
vuetify: '^2.4.2',
},
devDependencies: {
'@nuxtjs/vuetify': '^1.11.3',
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit 3610d12

Please # to comment.