Skip to content

Commit 7b93f81

Browse files
author
Tom Kirkpatrick
committed
chore: update dependencies
1 parent 53e61dc commit 7b93f81

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3434
},
3535
"dependencies": {
36-
"bluebird": "3.2.1",
37-
"debug": "2.2.0",
38-
"lodash": "4.2.1"
36+
"bluebird": "^3.5.0",
37+
"debug": "^2.6.8",
38+
"lodash": "^4.17.4"
3939
},
4040
"peerDependencies": {
4141
"loopback": "^2.25.0"
@@ -45,20 +45,18 @@
4545
},
4646
"devDependencies": {
4747
"@bubltechnology/customizable-commit-analyzer": "^1.0.2-0",
48-
"chai": "3.5.0",
48+
"chai": "^3.0.0",
4949
"chai-tbd": "0.1.0",
5050
"condition-circle": "^1.5.0",
5151
"coveralls": "latest",
5252
"dirty-chai": "1.2.2",
53-
"eslint": "^2.13.1",
54-
"eslint-config-fullcube": "https://github.com/fullcube/eslint-config-fullcube/tarball/master",
55-
"eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c",
56-
"eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1",
57-
"leasot": "3.1.2",
53+
"eslint": "^3.19.0",
54+
"eslint-config-fullcube": "^2.0.2",
5855
"loopback": "^2.25.0",
59-
"loopback-boot": "2.16.0",
60-
"loopback-component-fixtures": "0.0.6",
61-
"mocha": "2.4.5",
56+
"loopback-boot": "^2.24.0",
57+
"loopback-component-explorer": "^4.2.0",
58+
"loopback-component-fixtures": "^1.1.0",
59+
"mocha": "^3.4.1",
6260
"mocha-sinon": "latest",
6361
"nyc": "latest",
6462
"sinon": "latest",

0 commit comments

Comments
 (0)