File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 20
20
" mhutchie.git-graph" ,
21
21
" eamodio.gitlens" ,
22
22
" mikestead.dotenv" ,
23
- " ms-azuretools.vscode-docker" ,
24
23
25
24
" nick-rudenko.back-n-forth" ,
26
25
" ryu1kn.partial-diff"
Original file line number Diff line number Diff line change 81
81
"@typescript-eslint/parser" : " ^8.32.1" ,
82
82
"eslint" : " 8.57.0" ,
83
83
"eslint-config-prettier" : " ^10.1.5" ,
84
- "eslint-mdx" : " ^3.4.1 " ,
84
+ "eslint-mdx" : " ^3.4.2 " ,
85
85
"eslint-plugin-astro" : " ^1.3.1" ,
86
- "eslint-plugin-mdx" : " ^3.4.1 " ,
86
+ "eslint-plugin-mdx" : " ^3.4.2 " ,
87
87
"eslint-plugin-tailwindcss" : " ^3.18.0" ,
88
88
"prettier" : " ^3.5.3" ,
89
89
"prettier-plugin-astro" : " ^0.14.1" ,
Original file line number Diff line number Diff line change @@ -2904,10 +2904,10 @@ eslint-config-prettier@^10.1.5:
2904
2904
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
2905
2905
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
2906
2906
2907
- eslint-mdx@^3.4.1 :
2908
- version "3.4.1 "
2909
- resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.1 .tgz#edcd5f7fdf442b4c3d99c51f1cda2a3b9d38bc9e "
2910
- integrity sha512-/Pt9D5TIAZwAUnCJA24i+uE9NuqulmLI58a1oU1eRb5jeUNOR23FpIt4xuBE9CFR50nd4FkLnuyox7dSNSZ5Tg ==
2907
+ eslint-mdx@^3.4.2 :
2908
+ version "3.4.2 "
2909
+ resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-3.4.2 .tgz#5b8f04da2e0854f6f980d002e97538b82244281c "
2910
+ integrity sha512-NYNGuBClNzYzTJWbPzeYSh/eCl5m4BrX1MayNuGuvxn+cItTdNirE+ykos9q1CkYhHj+ZgQz6W+6EIaHMp7/jQ ==
2911
2911
dependencies :
2912
2912
acorn "^8.14.1"
2913
2913
acorn-jsx "^5.3.2"
@@ -2938,12 +2938,12 @@ eslint-plugin-astro@^1.3.1:
2938
2938
postcss "^8.4.14"
2939
2939
postcss-selector-parser "^7.0.0"
2940
2940
2941
- eslint-plugin-mdx@^3.4.1 :
2942
- version "3.4.1 "
2943
- resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.1 .tgz#4981e0d345e321f95c1dee36f09c6ad051b74600 "
2944
- integrity sha512-dfQ7LthK/Kmfw2d5XrR4CS1ScmFOa1S9vPjBUxtKgCEl6mNnYVfA/yg50xLyab0pI/GEfGEmvlajs2biDHJBsA ==
2941
+ eslint-plugin-mdx@^3.4.2 :
2942
+ version "3.4.2 "
2943
+ resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-3.4.2 .tgz#130da53d3b7d9ca1a4832cebf0a794dfdc5eeb29 "
2944
+ integrity sha512-deXcJ4hTLkQ7F2JLto74UXeDkZYXu1Xtgvy0ZHlJ4CNwCYAZier3qNvTMBwE9VEnowxN+TgB18OhMLYyaR9hXA ==
2945
2945
dependencies :
2946
- eslint-mdx "^3.4.1 "
2946
+ eslint-mdx "^3.4.2 "
2947
2947
mdast-util-from-markdown "^2.0.2"
2948
2948
mdast-util-mdx "^3.0.0"
2949
2949
micromark-extension-mdxjs "^3.0.0"
You can’t perform that action at this time.
0 commit comments