Skip to content

Commit c60107e

Browse files
Merge pull request #12 from webdevnerdstuff/dev
Dev
2 parents c93c60c + a06139c commit c60107e

File tree

7 files changed

+350
-95
lines changed

7 files changed

+350
-95
lines changed

dist/vuetify-resize-drawer.js

+3-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
function gtag() { dataLayer.push(arguments); }
44
gtag('js', new Date());
55

6-
gtag('config', 'UA-113524767-5');</script><meta name="base" content="https://webdevnerdstuff.github.io/vuetify-resize-drawer/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vuetify-resize-drawer, vuetifyResizeDrawer, v-resize-drawer, vResizeDrawer, vuetify, navigation drawer, v-navigation-drawer, vNavigationDrawer, api, drawer, resize, resizable, vue, vue2, component, javascript, webdevnerdstuff, wdns"><meta name="description" content="The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vuetify Resize Drawer"><meta name="og:image" content="https://webdevnerdstuff.github.io/vuetify-resize-drawer/images/vuetify-resize-drawer-social.jpg"><meta name="og:image:alt" content="The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user."><meta name="og:site_name" content="Vuetify Resize Drawer"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vuetify Resize Drawer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vuetify-resize-drawer.js?e23042e514add1372270"></script></body></html>
6+
gtag('config', 'UA-113524767-5');</script><meta name="base" content="https://webdevnerdstuff.github.io/vuetify-resize-drawer/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vuetify-resize-drawer, vuetifyResizeDrawer, v-resize-drawer, vResizeDrawer, vuetify, navigation drawer, v-navigation-drawer, vNavigationDrawer, api, drawer, resize, resizable, vue, vue2, component, javascript, webdevnerdstuff, wdns"><meta name="description" content="The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vuetify Resize Drawer"><meta name="og:image" content="https://webdevnerdstuff.github.io/vuetify-resize-drawer/images/vuetify-resize-drawer-social.jpg"><meta name="og:image:alt" content="The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user."><meta name="og:site_name" content="Vuetify Resize Drawer"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vuetify Resize Drawer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vuetify-resize-drawer.js?23b36e944d4342d40edf"></script></body></html>

docs/vuetify-resize-drawer.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-resize-drawer",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "The vuetify-resize-drawer component extends the functionality of the v-navigation-drawer so that it is resizable by the user.",
55
"private": false,
66
"main": "dist/vuetify-resize-drawer.js",
@@ -55,12 +55,6 @@
5555
"webdevnerdstuff",
5656
"wdns"
5757
],
58-
"dependencies": {
59-
"prettier": "^2.6.2",
60-
"vue-code-highlight": "^0.7.8",
61-
"vue-unicorn-log": "^1.0.6",
62-
"vuetify-loader": "^1.7.3"
63-
},
6458
"devDependencies": {
6559
"@babel/core": "^7.18.0",
6660
"@babel/eslint-parser": "^7.17.0",
@@ -94,6 +88,7 @@
9488
"postcss-html": "^1.4.1",
9589
"postcss-import": "^14.1.0",
9690
"postcss-scss": "^4.0.4",
91+
"prettier": "^2.6.2",
9792
"prism-themes": "github:PrismJS/prism-themes",
9893
"sass": "~1.32.13",
9994
"sass-loader": "^12.6.0",
@@ -105,19 +100,22 @@
105100
"stylelint-webpack-plugin": "^3.3.0",
106101
"terser-webpack-plugin": "^5.3.1",
107102
"vue": "~2.6.14",
103+
"vue-code-highlight": "^0.7.8",
108104
"vue-hot-reload-api": "^2.3.4",
109105
"vue-loader": "^15.9.8",
110106
"vue-style-loader": "^4.1.3",
111107
"vue-template-compiler": "^2.6.14",
108+
"vue-unicorn-log": "^1.0.6",
112109
"vuetify": "^2.6.6",
110+
"vuetify-loader": "^1.7.3",
113111
"webpack": "^5.72.1",
114112
"webpack-bundle-analyzer": "^4.5.0",
115113
"webpack-cli": "^4.9.2",
116114
"webpack-dev-server": "^4.9.0",
117115
"webpack-merge": "^5.8.0"
118116
},
119117
"peerDependencies": {
120-
"vue": "^2.6.12",
121-
"vuetify": "^2.5.6"
118+
"vue": "^2.6.14",
119+
"vuetify": "^2.6.6"
122120
}
123121
}

0 commit comments

Comments
 (0)