Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit e686376

Browse files
Bump eslint-config-loopback from 8.0.0 to 13.1.0
Bumps [eslint-config-loopback](https://github.com/strongloop/eslint-config-loopback) from 8.0.0 to 13.1.0. - [Release notes](https://github.com/strongloop/eslint-config-loopback/releases) - [Changelog](https://github.com/strongloop/eslint-config-loopback/blob/master/CHANGES.md) - [Commits](loopbackio/eslint-config-loopback@v8.0.0...v13.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 40bc82b commit e686376

3 files changed

Lines changed: 38 additions & 8 deletions

File tree

package-lock.json

Lines changed: 22 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"eslint": "^5.1.0",
21-
"eslint-config-loopback": "^8.0.0",
21+
"eslint-config-loopback": "^13.1.0",
2222
"loopback-datasource-juggler": "^4.1.1",
2323
"mocha": "~6.1.4",
2424
"nsp": "^3.1.0",

yarn.lock

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -887,9 +887,17 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.5:
887887
version "1.0.5"
888888
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
889889

890-
eslint-config-loopback@^8.0.0:
891-
version "8.0.0"
892-
resolved "https://registry.yarnpkg.com/eslint-config-loopback/-/eslint-config-loopback-8.0.0.tgz#f142bca47122994a1a85f19cc2163511616b4152"
890+
eslint-config-loopback@^13.1.0:
891+
version "13.1.0"
892+
resolved "https://registry.yarnpkg.com/eslint-config-loopback/-/eslint-config-loopback-13.1.0.tgz#098397a9744dc3f829cfc819da3eb45cec322889"
893+
dependencies:
894+
eslint-plugin-mocha "^5.2.0"
895+
896+
eslint-plugin-mocha@^5.2.0:
897+
version "5.3.0"
898+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-5.3.0.tgz#cf3eb18ae0e44e433aef7159637095a7cb19b15b"
899+
dependencies:
900+
ramda "^0.26.1"
893901

894902
eslint-scope@^4.0.0:
895903
version "4.0.0"
@@ -2461,6 +2469,10 @@ querystring@0.2.0:
24612469
version "0.2.0"
24622470
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
24632471

2472+
ramda@^0.26.1:
2473+
version "0.26.1"
2474+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06"
2475+
24642476
rc@^1.1.7:
24652477
version "1.2.1"
24662478
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.1.tgz#2e03e8e42ee450b8cb3dce65be1bf8974e1dfd95"

0 commit comments

Comments
 (0)