Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorconfig": "3.0.0",
"eslint": "9.28.0",
"eslint-import-resolver-typescript": "4.4.3",
"eslint-mdx": "3.4.2",
"eslint-mdx": "3.5.0",
"eslint-plugin-chai-expect": "3.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
67 changes: 65 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ __metadata:
editorconfig: "npm:3.0.0"
eslint: "npm:9.28.0"
eslint-import-resolver-typescript: "npm:4.4.3"
eslint-mdx: "npm:3.4.2"
eslint-mdx: "npm:3.5.0"
eslint-plugin-chai-expect: "npm:3.1.0"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jest-formatting: "npm:3.1.0"
Expand Down Expand Up @@ -3210,6 +3210,15 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:^8.15.0":
version: 8.15.0
resolution: "acorn@npm:8.15.0"
bin:
acorn: bin/acorn
checksum: 10/77f2de5051a631cf1729c090e5759148459cdb76b5f5c70f890503d629cf5052357b0ce783c0f976dd8a93c5150f59f6d18df1def3f502396a20f81282482fa4
languageName: node
linkType: hard

"agent-base@npm:6, agent-base@npm:^6.0.2":
version: 6.0.2
resolution: "agent-base@npm:6.0.2"
Expand Down Expand Up @@ -5040,7 +5049,34 @@ __metadata:
languageName: node
linkType: hard

"eslint-mdx@npm:3.4.2, eslint-mdx@npm:^3.4.2":
"eslint-mdx@npm:3.5.0":
version: 3.5.0
resolution: "eslint-mdx@npm:3.5.0"
dependencies:
acorn: "npm:^8.15.0"
acorn-jsx: "npm:^5.3.2"
espree: "npm:^9.6.1 || ^10.4.0"
estree-util-visit: "npm:^2.0.0"
remark-mdx: "npm:^3.1.0"
remark-parse: "npm:^11.0.0"
remark-stringify: "npm:^11.0.0"
synckit: "npm:^0.11.8"
unified: "npm:^11.0.5"
unified-engine: "npm:^11.2.2"
unist-util-visit: "npm:^5.0.0"
uvu: "npm:^0.5.6"
vfile: "npm:^6.0.3"
peerDependencies:
eslint: ">=8.0.0"
remark-lint-file-extension: "*"
peerDependenciesMeta:
remark-lint-file-extension:
optional: true
checksum: 10/828b0992b15eb98f118db294b88dc82f61a42c5f26a0fb310075303b0a6ab9e33419c932a2521ef3ef60dcb68eba56ce569fb3739e46abe836517715c57bcb19
languageName: node
linkType: hard

"eslint-mdx@npm:^3.4.2":
version: 3.4.2
resolution: "eslint-mdx@npm:3.4.2"
dependencies:
Expand Down Expand Up @@ -5294,6 +5330,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^4.2.1":
version: 4.2.1
resolution: "eslint-visitor-keys@npm:4.2.1"
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
languageName: node
linkType: hard

"eslint@npm:9.28.0":
version: 9.28.0
resolution: "eslint@npm:9.28.0"
Expand Down Expand Up @@ -5366,6 +5409,17 @@ __metadata:
languageName: node
linkType: hard

"espree@npm:^9.6.1 || ^10.4.0":
version: 10.4.0
resolution: "espree@npm:10.4.0"
dependencies:
acorn: "npm:^8.15.0"
acorn-jsx: "npm:^5.3.2"
eslint-visitor-keys: "npm:^4.2.1"
checksum: 10/9b355b32dbd1cc9f57121d5ee3be258fab87ebeb7c83fc6c02e5af1a74fc8c5ba79fe8c663e69ea112c3e84a1b95e6a2067ac4443ee7813bb85ac7581acb8bf9
languageName: node
linkType: hard

"esprima@npm:^4.0.1":
version: 4.0.1
resolution: "esprima@npm:4.0.1"
Expand Down Expand Up @@ -10709,6 +10763,15 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.11.8":
version: 0.11.8
resolution: "synckit@npm:0.11.8"
dependencies:
"@pkgr/core": "npm:^0.2.4"
checksum: 10/9bb2cf11edaf31ba781f1c719dd58087323201bda6392254538aef4dea216aa02a32e25f06643bcfa1c1a2c95e0d84186d82cfb66f9a0ab3a2be4816c696a8a3
languageName: node
linkType: hard

"tapable@npm:^2.2.0":
version: 2.2.1
resolution: "tapable@npm:2.2.1"
Expand Down