Skip to content

Commit

Permalink
chore(lightbox): bump to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pexea12 committed May 20, 2020
1 parent ef537f8 commit e15e534
Show file tree
Hide file tree
Showing 2 changed files with 856 additions and 499 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-image-lightbox",
"description": "A Vue.js package to display an image gallery lightbox",
"version": "7.0.0",
"version": "7.1.0",
"author": "Nguyen P. Thien Dzung <dzungnguyenvn@outlook.com>",
"license": "MIT",
"main": "dist/vue-image-lightbox.min.js",
Expand Down Expand Up @@ -31,33 +31,33 @@
},
"homepage": "https://github.com/pexea12/vue-image-lightbox",
"dependencies": {
"@babel/runtime": "^7.5.5",
"babel-loader": "^8.0.6",
"@babel/runtime": "7.9.2",
"hammerjs": "^2.0.8",
"terser-webpack-plugin": "^2.3.2",
"vue-lazyload": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/core": "7.9.0",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.2.0",
"css-loader": "3.5.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.4",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"style-loader": "^1.0.0",
"url-loader": "^2.1.0",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^4.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.10",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.1"
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
},
"vetur": {
"tags": "dist/vetur/tags.json",
Expand Down
Loading

0 comments on commit e15e534

Please sign in to comment.