Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmllr95 committed May 4, 2021
1 parent 223cb9c commit 91bfd0a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.js
@@ -1,6 +1,11 @@
module.exports = {
extends: ['standard', 'plugin:vue/recommended', 'plugin:prettier/recommended'],
plugins: ['jest', 'markdown', 'node', 'promise'],
extends: [
'standard',
'plugin:vue/recommended',
'plugin:prettier/recommended',
'plugin:markdown/recommended'
],
plugins: ['jest', 'node', 'promise'],
parserOptions: {
parser: 'babel-eslint',
sourceType: 'module'
Expand Down
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -24,6 +24,8 @@ updates:
versions: [">=5.0.0"]
- dependency-name: "clean-css-cli"
versions: [">=5.0.0"]
- dependency-name: "html-loader"
versions: [">=2.0.0"]
- dependency-name: "prettier"
versions: [">1.14.3"]
- dependency-name: "sass-loader"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -118,7 +118,7 @@
"eslint-config-vue": "^2.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-markdown": "^2.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Expand Up @@ -5542,13 +5542,12 @@ eslint-plugin-jest@^24.3.6:
dependencies:
"@typescript-eslint/experimental-utils" "^4.0.1"

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.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-2.1.0.tgz#1fee34a058e299bd51f3393553bf7f92f3fa167c"
integrity sha512-Rqw7tosArdlzXcR/xJGW3Er9gRiF7iE+QEMEm7hZZ/feZjUf8xCaGQJgB1nzs9yVhJnUeiAcj5TXLLfKMbp3DQ==
dependencies:
object-assign "^4.0.1"
remark-parse "^5.0.0"
remark-parse "^7.0.0"
unified "^6.1.2"

eslint-plugin-node@^11.1.0:
Expand Down Expand Up @@ -11846,10 +11845,10 @@ remark-gfm@^1.0.0:
mdast-util-gfm "^0.1.0"
micromark-extension-gfm "^0.3.0"

remark-parse@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
integrity sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==
remark-parse@^7.0.0:
version "7.0.2"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-7.0.2.tgz#41e7170d9c1d96c3d32cf1109600a9ed50dba7cf"
integrity sha512-9+my0lQS80IQkYXsMA8Sg6m9QfXYJBnXjWYN5U+kFc5/n69t+XZVXU/ZBYr3cYH8FheEGf1v87rkFDhJ8bVgMA==
dependencies:
collapse-white-space "^1.0.2"
is-alphabetical "^1.0.0"
Expand Down

0 comments on commit 91bfd0a

Please sign in to comment.