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

Commit 5bf749b

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 159be6e commit 5bf749b

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": "~5.2.0",
2424
"nsp": "^3.1.0",

yarn.lock

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

831-
eslint-config-loopback@^8.0.0:
832-
version "8.0.0"
833-
resolved "https://registry.yarnpkg.com/eslint-config-loopback/-/eslint-config-loopback-8.0.0.tgz#f142bca47122994a1a85f19cc2163511616b4152"
831+
eslint-config-loopback@^13.1.0:
832+
version "13.1.0"
833+
resolved "https://registry.yarnpkg.com/eslint-config-loopback/-/eslint-config-loopback-13.1.0.tgz#098397a9744dc3f829cfc819da3eb45cec322889"
834+
dependencies:
835+
eslint-plugin-mocha "^5.2.0"
836+
837+
eslint-plugin-mocha@^5.2.0:
838+
version "5.3.0"
839+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-5.3.0.tgz#cf3eb18ae0e44e433aef7159637095a7cb19b15b"
840+
dependencies:
841+
ramda "^0.26.1"
834842

835843
eslint-scope@^4.0.0:
836844
version "4.0.0"
@@ -2239,6 +2247,10 @@ querystring@0.2.0:
22392247
version "0.2.0"
22402248
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
22412249

2250+
ramda@^0.26.1:
2251+
version "0.26.1"
2252+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06"
2253+
22422254
rc@^1.1.7:
22432255
version "1.2.1"
22442256
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.1.tgz#2e03e8e42ee450b8cb3dce65be1bf8974e1dfd95"

0 commit comments

Comments
 (0)