Skip to content
Merged
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 @@ -164,7 +164,7 @@
"editorconfig": "2.0.1",
"eslint": "9.20.1",
"eslint-import-resolver-typescript": "4.2.2",
"eslint-mdx": "3.2.0",
"eslint-mdx": "3.3.1",
"eslint-plugin-chai-expect": "3.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
37 changes: 29 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ __metadata:
editorconfig: "npm:2.0.1"
eslint: "npm:9.20.1"
eslint-import-resolver-typescript: "npm:4.2.2"
eslint-mdx: "npm:3.2.0"
eslint-mdx: "npm:3.3.1"
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 @@ -2250,6 +2250,13 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.2.0":
version: 0.2.0
resolution: "@pkgr/core@npm:0.2.0"
checksum: 10/b7e126161ecf59ceaa0a95ba4b937cc57bf29c42bd72dc129391e4c9ab06aac31e37379dde4f523a736aab9765b18c2494096eedcbe1f494df415998eef2b949
languageName: node
linkType: hard

"@polka/url@npm:^1.0.0-next.24":
version: 1.0.0-next.28
resolution: "@polka/url@npm:1.0.0-next.28"
Expand Down Expand Up @@ -4914,18 +4921,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-mdx@npm:3.2.0, eslint-mdx@npm:^3.2.0":
version: 3.2.0
resolution: "eslint-mdx@npm:3.2.0"
"eslint-mdx@npm:3.3.1, eslint-mdx@npm:^3.2.0":
version: 3.3.1
resolution: "eslint-mdx@npm:3.3.1"
dependencies:
acorn: "npm:^8.14.1"
acorn-jsx: "npm:^5.3.2"
espree: "npm:^9.6.1"
espree: "npm:^9.6.1 || ^10.3.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.9.2"
synckit: "npm:^0.10.3"
tslib: "npm:^2.8.1"
unified: "npm:^11.0.5"
unified-engine: "npm:^11.2.2"
Expand All @@ -4934,7 +4941,11 @@ __metadata:
vfile: "npm:^6.0.3"
peerDependencies:
eslint: ">=8.0.0"
checksum: 10/660f45018e44ba684e10f78236fb719ba825c00d868b3367b8e8a9740a622425593c6d5bf572602f70eef2c4fd7d29ebf804ca08175dd4f01485bbb5a788b82f
remark-lint-file-extension: "*"
peerDependenciesMeta:
remark-lint-file-extension:
optional: true
checksum: 10/ea0f2b1fac267162da0992ff29c82960b1850f3d2107e1365397ff0d33778f42286974101eccb2665d025713f6a1d61503dc3835c4ecaa7def9bc002bfc07011
languageName: node
linkType: hard

Expand Down Expand Up @@ -5211,7 +5222,7 @@ __metadata:
languageName: node
linkType: hard

"espree@npm:^10.0.1, espree@npm:^10.1.0, espree@npm:^10.3.0":
"espree@npm:^10.0.1, espree@npm:^10.1.0, espree@npm:^10.3.0, espree@npm:^9.6.1 || ^10.3.0":
version: 10.3.0
resolution: "espree@npm:10.3.0"
dependencies:
Expand Down Expand Up @@ -10822,6 +10833,16 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.10.3":
version: 0.10.3
resolution: "synckit@npm:0.10.3"
dependencies:
"@pkgr/core": "npm:^0.2.0"
tslib: "npm:^2.8.1"
checksum: 10/bab2193585139f972b3725a9db8fedb6a93fe50bb5db06c0e8d3c93dbf83157e1eeba9fbd9c4922a1a41e9912b754ffe3906a3a7fa639ed502105de67d888207
languageName: node
linkType: hard

"synckit@npm:^0.6.0":
version: 0.6.2
resolution: "synckit@npm:0.6.2"
Expand Down
Loading