Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
OronNadiv committed Jan 11, 2018
1 parent 3b4eac4 commit b30268f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookshelf-deep-changed-plugin",
"version": "1.0.3",
"version": "1.0.4",
"description": "Allows bookshelf models to check whether a value you save is different than the existing value in the database.",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"bluebird": ">=2 <4",
"bookshelf": ">=0.7 <0.11",
"knex": ">=0.7 <0.14",
"bookshelf": ">=0.7 <0.13",
"knex": ">=0.7 <0.15",
"lodash.isequal": "^4.5.0",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
Expand Down

0 comments on commit b30268f

Please sign in to comment.