Skip to content

Commit

Permalink
chore(package): Update dependencies to enable Greenkeeper 🌴 (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Feb 9, 2020
1 parent 6547d2c commit 892c9a3
Show file tree
Hide file tree
Showing 47 changed files with 1,915 additions and 9,997 deletions.
5 changes: 5 additions & 0 deletions .mocharc.json
@@ -0,0 +1,5 @@
{
"timeout": 20000,
"reporter": "Dot",
"exit": true
}
6 changes: 6 additions & 0 deletions .mocharc.ts.json
@@ -0,0 +1,6 @@
{
"timeout": 20000,
"require": [ "ts-node/register", "source-map-support/register" ],
"reporter": "Dot",
"exit": true
}
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Feathers
Copyright (c) 2020 Feathers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 7 additions & 3 deletions greenkeeper.json
Expand Up @@ -3,19 +3,23 @@
"default": {
"packages": [
"package.json",
"packages/adapter-commons/package.json",
"packages/adapter-tests/package.json",
"packages/authentication/package.json",
"packages/authentication-client/package.json",
"packages/authentication-local/package.json",
"packages/authentication/package.json",
"packages/authentication-oauth/package.json",
"packages/client/package.json",
"packages/commons/package.json",
"packages/configuration/package.json",
"packages/errors/package.json",
"packages/express/package.json",
"packages/feathers/package.json",
"packages/primus-client/package.json",
"packages/primus/package.json",
"packages/primus-client/package.json",
"packages/rest-client/package.json",
"packages/socketio-client/package.json",
"packages/socketio/package.json",
"packages/socketio-client/package.json",
"packages/transport-commons/package.json"
]
}
Expand Down
4 changes: 0 additions & 4 deletions mocha.opts

This file was deleted.

5 changes: 0 additions & 5 deletions mocha.ts.opts

This file was deleted.

0 comments on commit 892c9a3

Please sign in to comment.