mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-07 09:22:44 +02:00
Merge pull request #130 from ipfs/dependabot/npm_and_yarn/vue-observe-visibility-1.0.0
chore(deps): remove unused dependency vue-observe-visibility
This commit is contained in:
Generated
+1
-15
@@ -16,7 +16,6 @@
|
||||
"vue-advanced-cropper": "^1.5.0",
|
||||
"vue-mq": "^1.0.1",
|
||||
"vue-multiselect": "^2.1.6",
|
||||
"vue-observe-visibility": "^0.4.6",
|
||||
"vue-social-sharing": "^3.0.7",
|
||||
"vuepress-plugin-img-lazy": "^1.0.4",
|
||||
"vuex": "^3.6.2"
|
||||
@@ -13116,10 +13115,7 @@
|
||||
"version": "1.3.5",
|
||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/internal-ip": {
|
||||
"version": "4.3.0",
|
||||
@@ -22799,11 +22795,6 @@
|
||||
"npm": ">= 3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vue-observe-visibility": {
|
||||
"version": "0.4.6",
|
||||
"resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-0.4.6.tgz",
|
||||
"integrity": "sha512-xo0CEVdkjSjhJoDdLSvoZoQrw/H2BlzB5jrCBKGZNXN2zdZgMuZ9BKrxXDjNP2AxlcCoKc8OahI3F3r3JGLv2Q=="
|
||||
},
|
||||
"node_modules/vue-property-decorator": {
|
||||
"version": "8.5.1",
|
||||
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.5.1.tgz",
|
||||
@@ -43763,11 +43754,6 @@
|
||||
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.6.tgz",
|
||||
"integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w=="
|
||||
},
|
||||
"vue-observe-visibility": {
|
||||
"version": "0.4.6",
|
||||
"resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-0.4.6.tgz",
|
||||
"integrity": "sha512-xo0CEVdkjSjhJoDdLSvoZoQrw/H2BlzB5jrCBKGZNXN2zdZgMuZ9BKrxXDjNP2AxlcCoKc8OahI3F3r3JGLv2Q=="
|
||||
},
|
||||
"vue-property-decorator": {
|
||||
"version": "8.5.1",
|
||||
"resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.5.1.tgz",
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
"vue-advanced-cropper": "^1.5.0",
|
||||
"vue-mq": "^1.0.1",
|
||||
"vue-multiselect": "^2.1.6",
|
||||
"vue-observe-visibility": "^0.4.6",
|
||||
"vue-social-sharing": "^3.0.7",
|
||||
"vuepress-plugin-img-lazy": "^1.0.4",
|
||||
"vuex": "^3.6.2"
|
||||
|
||||
@@ -4,7 +4,6 @@ import { createStore } from '@theme/store/store'
|
||||
import VScrollLock from 'v-scroll-lock'
|
||||
import VueMq from 'vue-mq'
|
||||
import { VLazyImagePlugin } from 'v-lazy-image'
|
||||
import VueObserveVisibility from 'vue-observe-visibility'
|
||||
import VueSocialSharing from 'vue-social-sharing'
|
||||
import Transition from '@theme/components/directives/Transition.js'
|
||||
|
||||
@@ -39,7 +38,6 @@ export default ({ Vue, router, siteData, isServer }) => {
|
||||
Vue.use(VScrollLock)
|
||||
Vue.use(VueMq, { breakpoints })
|
||||
Vue.use(VLazyImagePlugin)
|
||||
Vue.use(VueObserveVisibility)
|
||||
Vue.use(VueSocialSharing)
|
||||
|
||||
Vue.directive(Transition.name, Transition.directive)
|
||||
|
||||
Reference in New Issue
Block a user