Skip to content

Commit

Permalink
chore: pin versions of all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Jun 2, 2017
1 parent 079000a commit 80ede5a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"@bubltechnology/customizable-commit-analyzer": "^1.0.2-0",
"chai": "^4.0.1",
"condition-circle": "^1.5.0",
"compression": "^1.0.3",
"cors": "^2.8.3",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-fullcube": "^2.0.2",
"faker": "^4.1.0",
"helmet": "^3.6.1",
"loglevel": "^1.4.1",
"loopback": "^3.8.0",
"loopback-boot": "^2.24.0",
"loopback-component-explorer": "^4.2.0",
"loopback-component-fixtures": "^1.1.0",
"mocha": "^3.4.2",
"nodemon": "^1.9.2",
"nyc": "^11.0.1",
"semantic-release": "^6.3.6",
"serve-favicon": "^2.4.3",
"strong-error-handler": "^2.1.0"
"@bubltechnology/customizable-commit-analyzer": "1.0.2-0",
"chai": "4.0.1",
"condition-circle": "1.5.0",
"compression": "1.0.3",
"cors": "2.8.3",
"coveralls": "2.13.1",
"eslint": "3.19.0",
"eslint-config-fullcube": "2.0.2",
"faker": "4.1.0",
"helmet": "3.6.1",
"loglevel": "1.4.1",
"loopback": "3.8.0",
"loopback-boot": "2.24.0",
"loopback-component-explorer": "4.2.0",
"loopback-component-fixtures": "1.1.0",
"mocha": "3.4.2",
"nodemon": "1.9.2",
"nyc": "11.0.1",
"semantic-release": "6.3.6",
"serve-favicon": "2.4.3",
"strong-error-handler": "2.1.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"debug": "^2.6.8",
"lodash": "^4.17.4"
"bluebird": "3.5.0",
"debug": "2.6.8",
"lodash": "4.17.4"
},
"config": {
"commitTypeMap": {
Expand Down

0 comments on commit 80ede5a

Please sign in to comment.