Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hojas committed Dec 8, 2023
1 parent 976349b commit 0ad56d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vitepress serve --host 0.0.0.0 --port 3000"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.4",
"@antfu/eslint-config": "^2.4.2",
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@types/node": "^20.10.4",
"eslint": "^8.55.0",
Expand Down
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
"@algolia/logger-common" "4.20.0"
"@algolia/requester-common" "4.20.0"

"@antfu/eslint-config@^2.3.4":
version "2.3.4"
resolved "https://registry.npmmirror.com/@antfu/eslint-config/-/eslint-config-2.3.4.tgz#e87a76ba5b62dd1d74296d020db0c3d4793845f6"
integrity sha512-5uPgbcn88QqIALeZpZeVOwFPbMLWYpOkyV8yZZXfV45tMAb9gLcg2Zodo/L0v+bW8xFcu6l2xm5LCNmjkWERrg==
"@antfu/eslint-config@^2.4.2":
version "2.4.2"
resolved "https://registry.npmmirror.com/@antfu/eslint-config/-/eslint-config-2.4.2.tgz#d2d81d164cb1e477c619ef8024c06efd3305992d"
integrity sha512-19l69ER3GS0yHHTS65tRkuawJKndeGv9wmr5wYV3QNmzBXQeXsmt8CW7hUC1qfQ1eb1nLn/zMa+krqIWqdclbw==
dependencies:
"@antfu/eslint-define-config" "^1.23.0-2"
"@antfu/install-pkg" "^0.3.1"
Expand All @@ -152,6 +152,8 @@
"@typescript-eslint/eslint-plugin" "^6.13.2"
"@typescript-eslint/parser" "^6.13.2"
eslint-config-flat-gitignore "^0.1.2"
eslint-merge-processors "^0.1.0"
eslint-parser-plain "^0.1.0"
eslint-plugin-antfu "^2.0.0"
eslint-plugin-eslint-comments "^3.2.0"
eslint-plugin-i "^2.29.0"
Expand All @@ -166,6 +168,7 @@
eslint-plugin-vitest "^0.3.10"
eslint-plugin-vue "^9.19.2"
eslint-plugin-yml "^1.10.0"
eslint-processor-vue-blocks "^0.1.1"
globals "^13.23.0"
jsonc-eslint-parser "^2.4.0"
local-pkg "^0.5.0"
Expand Down Expand Up @@ -1663,13 +1666,23 @@ eslint-import-resolver-node@^0.3.9:
is-core-module "^2.13.0"
resolve "^1.22.4"

eslint-merge-processors@^0.1.0:
version "0.1.0"
resolved "https://registry.npmmirror.com/eslint-merge-processors/-/eslint-merge-processors-0.1.0.tgz#30ac4c59725a63d12a9677de7d2b2ec2a09fb779"
integrity sha512-IvRXXtEajLeyssvW4wJcZ2etxkR9mUf4zpNwgI+m/Uac9RfXHskuJefkHUcawVzePnd6xp24enp5jfgdHzjRdQ==

eslint-module-utils@^2.8.0:
version "2.8.0"
resolved "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49"
integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
dependencies:
debug "^3.2.7"

eslint-parser-plain@^0.1.0:
version "0.1.0"
resolved "https://registry.npmmirror.com/eslint-parser-plain/-/eslint-parser-plain-0.1.0.tgz#8f7f0ac79fe4e4f47b33cf226b837ccff9d71ad6"
integrity sha512-oOeA6FWU0UJT/Rxc3XF5Cq0nbIZbylm7j8+plqq0CZoE6m4u32OXJrR+9iy4srGMmF6v6pmgvP1zPxSRIGh3sg==

eslint-plugin-antfu@^2.0.0:
version "2.0.0"
resolved "https://registry.npmmirror.com/eslint-plugin-antfu/-/eslint-plugin-antfu-2.0.0.tgz#caece5fd2f7581331b02eb2534bd7d393a65550b"
Expand Down Expand Up @@ -1827,6 +1840,11 @@ eslint-plugin-yml@^1.10.0:
natural-compare "^1.4.0"
yaml-eslint-parser "^1.2.1"

eslint-processor-vue-blocks@^0.1.1:
version "0.1.1"
resolved "https://registry.npmmirror.com/eslint-processor-vue-blocks/-/eslint-processor-vue-blocks-0.1.1.tgz#485a57c92c726ac60e86f5c9f4d73185ba6aab94"
integrity sha512-9+dU5lU881log570oBwpelaJmOfOzSniben7IWEDRYQPPWwlvaV7NhOtsTuUWDqpYT+dtKKWPsgz4OkOi+aZnA==

eslint-rule-composer@^0.3.0:
version "0.3.0"
resolved "https://registry.npmmirror.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
Expand Down

0 comments on commit 0ad56d3

Please sign in to comment.