Skip to content

Commit e15e534

Browse files
committed
chore(lightbox): bump to 7.0.1
1 parent ef537f8 commit e15e534

File tree

2 files changed

+856
-499
lines changed

2 files changed

+856
-499
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-image-lightbox",
33
"description": "A Vue.js package to display an image gallery lightbox",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"author": "Nguyen P. Thien Dzung <[email protected]>",
66
"license": "MIT",
77
"main": "dist/vue-image-lightbox.min.js",
@@ -31,33 +31,33 @@
3131
},
3232
"homepage": "https://github.com/pexea12/vue-image-lightbox",
3333
"dependencies": {
34-
"@babel/runtime": "^7.5.5",
35-
"babel-loader": "^8.0.6",
34+
"@babel/runtime": "7.9.2",
3635
"hammerjs": "^2.0.8",
37-
"terser-webpack-plugin": "^2.3.2",
3836
"vue-lazyload": "^1.3.2"
3937
},
4038
"devDependencies": {
41-
"@babel/core": "^7.5.5",
42-
"@babel/plugin-transform-runtime": "^7.5.5",
43-
"@babel/preset-env": "^7.5.5",
39+
"@babel/core": "7.9.0",
40+
"@babel/plugin-transform-runtime": "7.9.0",
41+
"@babel/preset-env": "7.9.0",
42+
"babel-loader": "^8.1.0",
4443
"copy-webpack-plugin": "5.1.1",
45-
"css-loader": "3.2.0",
44+
"css-loader": "3.5.0",
4645
"eslint": "^6.8.0",
47-
"eslint-plugin-vue": "^6.2.1",
48-
"file-loader": "^4.2.0",
49-
"html-webpack-plugin": "^3.2.0",
50-
"mini-css-extract-plugin": "^0.8.0",
46+
"eslint-plugin-vue": "^6.2.2",
47+
"file-loader": "^6.0.0",
48+
"html-webpack-plugin": "^4.0.4",
49+
"mini-css-extract-plugin": "^0.9.0",
5150
"optimize-css-assets-webpack-plugin": "5.0.3",
52-
"rimraf": "^3.0.0",
51+
"rimraf": "^3.0.2",
5352
"style-loader": "^1.0.0",
54-
"url-loader": "^2.1.0",
53+
"terser-webpack-plugin": "^2.3.5",
54+
"url-loader": "^4.0.0",
5555
"vue": "^2.6.10",
56-
"vue-loader": "^15.7.1",
56+
"vue-loader": "^15.9.1",
5757
"vue-template-compiler": "^2.6.10",
58-
"webpack": "4.41.5",
59-
"webpack-cli": "3.3.10",
60-
"webpack-dev-server": "3.10.1"
58+
"webpack": "4.42.1",
59+
"webpack-cli": "3.3.11",
60+
"webpack-dev-server": "3.10.3"
6161
},
6262
"vetur": {
6363
"tags": "dist/vetur/tags.json",

0 commit comments

Comments
 (0)