Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
dep version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Nov 22, 2018
1 parent c1e023e commit 5d3fff4
Show file tree
Hide file tree
Showing 3 changed files with 2,331 additions and 14 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.js",
"version": "5.0.3",
"version": "5.0.4",
"authors": [
"clarketm <travis.m.clarke@gmail.com>"
],
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"file-saverjs": "^1.3.5",
"blobjs": "^1.1.0",
"js-xlsx": "^0.9.12"
"file-saverjs": "^1.3.6",
"blobjs": "^1.1.1",
"js-xlsx": "^0.14.0"
},
"license": "Apache-2.0",
"homepage": "https://www.travismclarke.com/tableexport/",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport",
"version": "5.0.3",
"version": "5.0.4",
"authors": [
"clarketm <travis.m.clarke@gmail.com>"
],
Expand Down Expand Up @@ -34,23 +34,23 @@
"url": "https://github.com/clarketm/TableExport/issues"
},
"peerDependencies": {
"jquery": ">= 1.1.2",
"bootstrap": ">= 3 < 4"
"bootstrap": ">= 3 < 4",
"jquery": ">= 1.1.2"
},
"dependencies": {
"blobjs": "^1.1.1",
"file-saverjs": "^1.3.6",
"xlsx": "^0.9.13"
"xlsx": "^0.14.0"
},
"devDependencies": {
"del": "^2.2.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-clean-css": "^2.0.7",
"gulp-bump": "^3.1.1",
"gulp-clean-css": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"jasmine": "^2.4.1"
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.1",
"jasmine": "^3.3.0"
},
"license": "Apache-2.0",
"homepage": "https://tableexport.travismclarke.com/",
Expand Down
Loading

0 comments on commit 5d3fff4

Please sign in to comment.