Skip to content

Commit ec0e101

Browse files
committedAug 28, 2020
update dependencies to latest
- `eslint` to 7.x - `mocha` to 8.x - `uuid` to 8.x - `loopback-connector` to 5.x Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
1 parent 1ebdc2c commit ec0e101

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed
 

‎.mocharc.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"reporter": "spec",
3+
"timeout": 10000,
4+
"require": "test/init.js",
5+
"exit": true
6+
}

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"bluebird": "^3.4.6",
3232
"chalk": "^4.0.0",
3333
"debug": "^4.1.1",
34-
"loopback-connector": "^4.10.2",
34+
"loopback-connector": "^5.0.0",
3535
"pg": "^8.0.2",
3636
"strong-globalize": "^6.0.0",
37-
"uuid": "^7.0.3"
37+
"uuid": "^8.3.0"
3838
},
3939
"devDependencies": {
40-
"eslint": "^6.0.1",
40+
"eslint": "^7.7.0",
4141
"eslint-config-loopback": "^13.1.0",
4242
"juggler-v3": "file:./deps/juggler-v3",
4343
"juggler-v4": "file:./deps/juggler-v4",
4444
"lodash": "^4.17.4",
4545
"loopback-datasource-juggler": "^3.0.0 || ^4.0.0",
46-
"mocha": "^7.1.1",
46+
"mocha": "^8.1.2",
4747
"rc": "^1.0.0",
4848
"should": "^13.2.3",
4949
"sinon": "^9.0.2"

‎test/mocha.opts

-4
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.