Skip to content

Commit e1705b5

Browse files
committed
upgrade
1 parent 1598e6f commit e1705b5

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"mhutchie.git-graph",
2121
"eamodio.gitlens",
2222
"mikestead.dotenv",
23-
"ms-azuretools.vscode-docker",
2423

2524
"nick-rudenko.back-n-forth",
2625
"ryu1kn.partial-diff"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"@typescript-eslint/parser": "^8.32.1",
8282
"eslint": "8.57.0",
8383
"eslint-config-prettier": "^10.1.5",
84-
"eslint-mdx": "^3.4.1",
84+
"eslint-mdx": "^3.4.2",
8585
"eslint-plugin-astro": "^1.3.1",
86-
"eslint-plugin-mdx": "^3.4.1",
86+
"eslint-plugin-mdx": "^3.4.2",
8787
"eslint-plugin-tailwindcss": "^3.18.0",
8888
"prettier": "^3.5.3",
8989
"prettier-plugin-astro": "^0.14.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,10 +2904,10 @@ eslint-config-prettier@^10.1.5:
29042904
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
29052905
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
29062906

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==
29112911
dependencies:
29122912
acorn "^8.14.1"
29132913
acorn-jsx "^5.3.2"
@@ -2938,12 +2938,12 @@ eslint-plugin-astro@^1.3.1:
29382938
postcss "^8.4.14"
29392939
postcss-selector-parser "^7.0.0"
29402940

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==
29452945
dependencies:
2946-
eslint-mdx "^3.4.1"
2946+
eslint-mdx "^3.4.2"
29472947
mdast-util-from-markdown "^2.0.2"
29482948
mdast-util-mdx "^3.0.0"
29492949
micromark-extension-mdxjs "^3.0.0"

0 commit comments

Comments
 (0)