Skip to content

Commit 892c9a3

Browse files
chore(package): Update dependencies to enable Greenkeeper 🌴 (#1804)
1 parent 6547d2c commit 892c9a3

47 files changed

Lines changed: 1915 additions & 9997 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.mocharc.json‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"timeout": 20000,
3+
"reporter": "Dot",
4+
"exit": true
5+
}

‎.mocharc.ts.json‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"timeout": 20000,
3+
"require": [ "ts-node/register", "source-map-support/register" ],
4+
"reporter": "Dot",
5+
"exit": true
6+
}

‎LICENSE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Feathers
3+
Copyright (c) 2020 Feathers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎greenkeeper.json‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,23 @@
33
"default": {
44
"packages": [
55
"package.json",
6+
"packages/adapter-commons/package.json",
7+
"packages/adapter-tests/package.json",
8+
"packages/authentication/package.json",
69
"packages/authentication-client/package.json",
710
"packages/authentication-local/package.json",
8-
"packages/authentication/package.json",
11+
"packages/authentication-oauth/package.json",
12+
"packages/client/package.json",
913
"packages/commons/package.json",
1014
"packages/configuration/package.json",
1115
"packages/errors/package.json",
1216
"packages/express/package.json",
1317
"packages/feathers/package.json",
14-
"packages/primus-client/package.json",
1518
"packages/primus/package.json",
19+
"packages/primus-client/package.json",
1620
"packages/rest-client/package.json",
17-
"packages/socketio-client/package.json",
1821
"packages/socketio/package.json",
22+
"packages/socketio-client/package.json",
1923
"packages/transport-commons/package.json"
2024
]
2125
}

‎mocha.opts‎

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎mocha.ts.opts‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)