Skip to content

Commit dd496e3

Browse files
committed
remove vue-final-modal in docs/package.json
1 parent df84b26 commit dd496e3

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@nuxt/content-theme-docs": "^0.6.1",
13-
"nuxt": "^2.14.1",
14-
"vue-final-modal": "^0.13.3"
13+
"nuxt": "^2.14.1"
1514
},
1615
"devDependencies": {
1716
"@nuxtjs/google-analytics": "^2.4.0",

docs/plugins/global.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Vue from 'vue'
22

3-
// import VueFinalModal from 'vue-final-modal'
43
import VueFinalModal from '../../lib'
54

65
Vue.use(VueFinalModal)

docs/yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,11 +2445,6 @@ [email protected]:
24452445
raw-body "2.4.0"
24462446
type-is "~1.6.17"
24472447

2448-
body-scroll-lock@^3.0.3:
2449-
version "3.1.5"
2450-
resolved "https://registry.yarnpkg.com/body-scroll-lock/-/body-scroll-lock-3.1.5.tgz#c1392d9217ed2c3e237fee1e910f6cdd80b7aaec"
2451-
integrity sha512-Yi1Xaml0EvNA0OYWxXiYNqY24AfWkbA6w5vxE7GWxtKfzIbZM+Qw+aSmkgsbWzbHiy/RCSkUZBplVxTA+E4jJg==
2452-
24532448
boolbase@^1.0.0, boolbase@~1.0.0:
24542449
version "1.0.0"
24552450
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
@@ -9904,13 +9899,6 @@ vue-client-only@^2.0.0:
99049899
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
99059900
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
99069901

9907-
vue-final-modal@^0.13.3:
9908-
version "0.13.5"
9909-
resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-0.13.5.tgz#60e6d00794400e9a4c98edf80f5d63c0db8f8c21"
9910-
integrity sha512-ALFXJa8tRPgmEHqQwIoI84KygvibJ8EhYnY14DUuLwabij89HjnGY54LonFfNPwK2CYFmcWimkVw6pQ/QBm3xg==
9911-
dependencies:
9912-
body-scroll-lock "^3.0.3"
9913-
99149902
vue-hot-reload-api@^2.3.0:
99159903
version "2.3.4"
99169904
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)