Skip to content

Commit

Permalink
chore: upgrade vuetify-loader (1.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwangjie committed Apr 6, 2019
1 parent c5ea86a commit 85a6be4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vue-loader": "^15.0.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"vuetify-loader": "^1.1.1",
"vuetify-loader": "^1.2.1",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.2"
},
Expand Down
4 changes: 0 additions & 4 deletions src/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import router from './router'
import store from './store'
import logger from '../common/logger'
import Vuetify from 'vuetify/lib'
import { Scroll } from 'vuetify/lib/directives'
import VueClipboard from 'vue-clipboard2'
import colors from 'vuetify/es5/util/colors'
import 'vuetify/src/stylus/app.styl'
Expand All @@ -18,9 +17,6 @@ Vue.use(Vuetify, {
theme: {
primary: colors.lightBlue,
},
directives: {
Scroll, // TODO: remove this after the version of vuetify-loader containing https://github.com/vuetifyjs/vuetify-loader/pull/38 be published
}
})

const app = new Vue({
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6135,10 +6135,10 @@ vuedraggable@^2.16.0:
dependencies:
sortablejs "^1.7.0"

vuetify-loader@^1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/vuetify-loader/-/vuetify-loader-1.1.1.tgz#3e3a553c9be038d642092cd87715b5bc10602c6d"
integrity sha512-ham+JNmVY7L+nSJSY8DeMLhLZq4ognl4db6sm8j5aKVbeaZTDPNmmoeFxogSfSpRQ5Ly50rWwO6gPbSOvCoodg==
vuetify-loader@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/vuetify-loader/-/vuetify-loader-1.2.1.tgz#7b4724d9566ad4c400dec69d0192b83af0924c63"
integrity sha512-p4WEVvWt6/5Xm5H8A4ESzWlheAbPbQAhojhcpf9SnOIH9894mBmU4l7asuD7xZ2E/MTl1BeX3ZZj2hrv7/NIxQ==
dependencies:
loader-utils "^1.1.0"

Expand Down

0 comments on commit 85a6be4

Please sign in to comment.