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 @@ -166,7 +166,7 @@
"editorconfig": "2.0.1",
"eslint": "9.25.1",
"eslint-import-resolver-typescript": "4.3.4",
"eslint-mdx": "3.4.0",
"eslint-mdx": "3.4.1",
"eslint-plugin-chai-expect": "3.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ __metadata:
editorconfig: "npm:2.0.1"
eslint: "npm:9.25.1"
eslint-import-resolver-typescript: "npm:4.3.4"
eslint-mdx: "npm:3.4.0"
eslint-mdx: "npm:3.4.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 @@ -2272,10 +2272,10 @@ __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
"@pkgr/core@npm:^0.2.0, @pkgr/core@npm:^0.2.3":
version: 0.2.4
resolution: "@pkgr/core@npm:0.2.4"
checksum: 10/8544f0346c3f7035b9e2fdf60179c68b12d3c76b3fba9533844099af67cf5c0ce5257538f5faa05953d48cc1536d046f003231f321b2f75b3fb449db8410a2b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4987,9 +4987,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-mdx@npm:3.4.0, eslint-mdx@npm:^3.4.0":
version: 3.4.0
resolution: "eslint-mdx@npm:3.4.0"
"eslint-mdx@npm:3.4.1, eslint-mdx@npm:^3.4.0":
version: 3.4.1
resolution: "eslint-mdx@npm:3.4.1"
dependencies:
acorn: "npm:^8.14.1"
acorn-jsx: "npm:^5.3.2"
Expand All @@ -4998,7 +4998,7 @@ __metadata:
remark-mdx: "npm:^3.1.0"
remark-parse: "npm:^11.0.0"
remark-stringify: "npm:^11.0.0"
synckit: "npm:^0.11.2"
synckit: "npm:^0.11.4"
tslib: "npm:^2.8.1"
unified: "npm:^11.0.5"
unified-engine: "npm:^11.2.2"
Expand All @@ -5011,7 +5011,7 @@ __metadata:
peerDependenciesMeta:
remark-lint-file-extension:
optional: true
checksum: 10/37bdf1c54b7258e224e0711f7270033881886b3c8c8110d45ea8cec3a230fcbc17e69ba6ba08c7f920510856b95780973d1ecb7ea7cacda2ec22da2dd2efccc2
checksum: 10/aaef3f977efc9f8b0f24d59ed6b1911fcb954f5f2a0d26767de348245895555338167515bfb11da8aaf163fb4ae50aedfec0c79fe2ab65ebd6ddd6147d5a3d6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -10715,13 +10715,13 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.11.2":
version: 0.11.2
resolution: "synckit@npm:0.11.2"
"synckit@npm:^0.11.2, synckit@npm:^0.11.4":
version: 0.11.4
resolution: "synckit@npm:0.11.4"
dependencies:
"@pkgr/core": "npm:^0.2.0"
"@pkgr/core": "npm:^0.2.3"
tslib: "npm:^2.8.1"
checksum: 10/8dbf20a9f1cb9f168062b505302f87b434b6f808d61af94183583b1201f33ba0026469fb81dd20074c980bc56237c6bd4ccb640433b5734eef14f5a90c1bbf18
checksum: 10/37c9fc5af9f06379d263c514e477000074d8af9ef9d3a63354b31dcce39bbf778a67accc2c66c52a13d6fd3871a7fbd36120f713a59edb6fa16358616f3a260f
languageName: node
linkType: hard

Expand Down
Loading