Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simlu committed Feb 16, 2021
1 parent 6646e16 commit 9820b18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"root": true,
"extends": ["airbnb-base", "plugin:mocha/recommended"],
"extends": [
"airbnb-base",
"plugin:mocha/recommended",
"plugin:markdown/recommended"
],
"rules": {
"@blackflux/rules/istanbul-prevent-ignore": 1,
"@blackflux/rules/kebab-case-enforce": 1,
Expand Down Expand Up @@ -37,6 +41,6 @@
},
"env": {"es6": true, "node": true, "mocha": true},
"globals": {},
"plugins": ["json", "mocha", "markdown", "@blackflux/rules"],
"plugins": ["json", "mocha", "@blackflux/rules"],
"parser": "babel-eslint"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
"@babel/core": "7.12.16",
"@babel/register": "7.12.13",
"@blackflux/eslint-plugin-rules": "1.3.45",
"@blackflux/robo-config-plugin": "4.0.4",
"@blackflux/robo-config-plugin": "4.0.5",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "5.4.0",
"chai": "4.3.0",
"coveralls": "3.1.0",
"eslint": "7.20.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.184",
"mocha": "8.3.0",
"nyc": "15.1.0",
"semantic-release": "17.3.9",
"babel-preset-latest-node": "5.4.0"
"semantic-release": "17.3.9"
},
"keywords": [
"ratelimit",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@
dependencies:
smart-fs "1.12.4"

"@blackflux/robo-config-plugin@4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.0.4.tgz#1c9957f46d0bf04c2a48d1a4a990bccd304059ba"
integrity sha512-2z6TNyOtoqo2/wO4EKyAFrOxGfRTkFY+ZR31+2ItJi9L+1mjvybT1GDHS3W4JWPu6j/W92L1o64B2ZvTQJ2P+w==
"@blackflux/robo-config-plugin@4.0.5":
version "4.0.5"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-4.0.5.tgz#5727c5a287210d525fcbe949b2ae45cd9a0a0732"
integrity sha512-vB43FLQj/ztTlUSIAMKsrzRyet5mdLJtBFh0cnY/kS6B6MteNjEdOgfWhA7uVDTyhvvv140kKrE31C9jqn3/Fw==

"@eslint/eslintrc@^0.3.0":
version "0.3.0"
Expand Down Expand Up @@ -2364,12 +2364,11 @@ eslint-plugin-json@2.1.2:
lodash "^4.17.19"
vscode-json-languageservice "^3.7.0"

eslint-plugin-markdown@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.2.tgz#79274bf17ce3ead48e4a55cbcb6d7ce735754280"
integrity sha512-BfvXKsO0K+zvdarNc801jsE/NTLmig4oKhZ1U3aSUgTf2dB/US5+CrfGxMsCK2Ki1vS1R3HPok+uYpufFndhzw==
eslint-plugin-markdown@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-2.0.0.tgz#cd650beda2b599cd9e4535ea369266b5d0e49d23"
integrity sha512-zt10JoexHeJFMTE5egDcetAJ34bn5k/92s0wAuRZfhDAyI0ryEj+O91JL2CbBExajie6BE5L63y47dN1Sbp6mQ==
dependencies:
object-assign "^4.0.1"
remark-parse "^5.0.0"
unified "^6.1.2"

Expand Down

0 comments on commit 9820b18

Please sign in to comment.