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 @@ -193,7 +193,7 @@
"envinfo": "7.14.0",
"esbuild": "0.24.2",
"eslint": "9.20.1",
"eslint-import-resolver-typescript": "3.8.2",
"eslint-import-resolver-typescript": "3.8.6",
"eslint-mdx": "3.1.5",
"eslint-plugin-chai-expect": "3.1.0",
"eslint-plugin-import": "2.31.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ __metadata:
envinfo: "npm:7.14.0"
esbuild: "npm:0.24.2"
eslint: "npm:9.20.1"
eslint-import-resolver-typescript: "npm:3.8.2"
eslint-import-resolver-typescript: "npm:3.8.6"
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 @@ -4916,17 +4916,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-typescript@npm:3.8.2":
version: 3.8.2
resolution: "eslint-import-resolver-typescript@npm:3.8.2"
"eslint-import-resolver-typescript@npm:3.8.6":
version: 3.8.6
resolution: "eslint-import-resolver-typescript@npm:3.8.6"
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.11"
tinyglobby: "npm:^0.2.12"
peerDependencies:
eslint: "*"
eslint-plugin-import: "*"
Expand All @@ -4936,7 +4936,7 @@ __metadata:
optional: true
eslint-plugin-import-x:
optional: true
checksum: 10/7d556db1026fd73ce4e86d7308e46300916fda83abcc68812ad5f61eca853f55ee05f09f586143e705ddc93e0c41d36875b6d49f7f0c0ed5c9ae0e04a4c918e2
checksum: 10/cf703f6a33fca4aa07db914893c5a489284e0fc5e72a0e127ad3f46a1aca14315429c17e17d82a03939db1364558abb26aa0544f8589c74da289d514e63d82d1
languageName: node
linkType: hard

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

"tinyglobby@npm:^0.2.10, tinyglobby@npm:^0.2.11":
"tinyglobby@npm:^0.2.10, tinyglobby@npm:^0.2.12":
version: 0.2.12
resolution: "tinyglobby@npm:0.2.12"
dependencies:
Expand Down
Loading