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 @@ -137,7 +137,7 @@
"dprint": "0.49.0",
"editorconfig": "2.0.1",
"eslint": "9.20.1",
"eslint-import-resolver-typescript": "3.8.0",
"eslint-import-resolver-typescript": "3.8.3",
"eslint-mdx": "3.1.5",
"eslint-plugin-chai-expect": "3.1.0",
"eslint-plugin-import": "2.31.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ __metadata:
dprint: "npm:0.49.0"
editorconfig: "npm:2.0.1"
eslint: "npm:9.20.1"
eslint-import-resolver-typescript: "npm:3.8.0"
eslint-import-resolver-typescript: "npm:3.8.3"
eslint-mdx: "npm:3.1.5"
eslint-plugin-chai-expect: "npm:3.1.0"
eslint-plugin-import: "npm:2.31.0"
Expand Down Expand Up @@ -4595,17 +4595,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-typescript@npm:3.8.0":
version: 3.8.0
resolution: "eslint-import-resolver-typescript@npm:3.8.0"
"eslint-import-resolver-typescript@npm:3.8.3":
version: 3.8.3
resolution: "eslint-import-resolver-typescript@npm:3.8.3"
dependencies:
"@nolyfill/is-core-module": "npm:1.0.39"
debug: "npm:^4.3.7"
enhanced-resolve: "npm:^5.15.0"
get-tsconfig: "npm:^4.10.0"
is-bun-module: "npm:^1.0.2"
stable-hash: "npm:^0.0.4"
tinyglobby: "npm:^0.2.10"
tinyglobby: "npm:^0.2.12"
peerDependencies:
eslint: "*"
eslint-plugin-import: "*"
Expand All @@ -4615,7 +4615,7 @@ __metadata:
optional: true
eslint-plugin-import-x:
optional: true
checksum: 10/62d9b3dda939cf9abc56701a9ccba2f74e8bb1a203009118d57dd2fcc03603ad737078925b27eda56cf69ec0b1900a91aee8954cbdb8940ad726d395eb4fe8d6
checksum: 10/b2bfde146fef39f3db6c0fd93146fb85c89f030da1b117d9be58a450d67c97984ec536360fd7dde43d6a7bb16079d41cadd9916185d721535870dc88eeb75b27
languageName: node
linkType: hard

Expand Down Expand Up @@ -5141,15 +5141,15 @@ __metadata:
languageName: node
linkType: hard

"fdir@npm:^6.4.2":
version: 6.4.2
resolution: "fdir@npm:6.4.2"
"fdir@npm:^6.4.3":
version: 6.4.3
resolution: "fdir@npm:6.4.3"
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
checksum: 10/5ff80d1d2034e75cc68be175401c9f64c4938a6b2c1e9a0c27f2d211ffbe491fd86d29e4576825d9da8aff9bd465f0283427c2dddc11653457906c46d3bbc448
checksum: 10/8e6d20f4590dc168de1374a9cadaa37e20ca6e0b822aa247c230e7ea1d9e9674a68cd816146435e4ecc98f9285091462ab7e5e56eebc9510931a1794e4db68b2
languageName: node
linkType: hard

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

"tinyglobby@npm:^0.2.10":
version: 0.2.10
resolution: "tinyglobby@npm:0.2.10"
"tinyglobby@npm:^0.2.10, tinyglobby@npm:^0.2.12":
version: 0.2.12
resolution: "tinyglobby@npm:0.2.12"
dependencies:
fdir: "npm:^6.4.2"
fdir: "npm:^6.4.3"
picomatch: "npm:^4.0.2"
checksum: 10/10c976866d849702edc47fc3fef27d63f074c40f75ef17171ecc1452967900699fa1e62373681dd58e673ddff2e3f6094bcd0a2101e3e4b30f4c2b9da41397f2
checksum: 10/4ad28701fa9118b32ef0e27f409e0a6c5741e8b02286d50425c1f6f71e6d6c6ded9dd5bbbbb714784b08623c4ec4d150151f1d3d996cfabe0495f908ab4f7002
languageName: node
linkType: hard

Expand Down
Loading