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 @@ -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.3",
"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.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 @@ -4856,17 +4856,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.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.11"
tinyglobby: "npm:^0.2.12"
peerDependencies:
eslint: "*"
eslint-plugin-import: "*"
Expand All @@ -4876,7 +4876,7 @@ __metadata:
optional: true
eslint-plugin-import-x:
optional: true
checksum: 10/7d556db1026fd73ce4e86d7308e46300916fda83abcc68812ad5f61eca853f55ee05f09f586143e705ddc93e0c41d36875b6d49f7f0c0ed5c9ae0e04a4c918e2
checksum: 10/b2bfde146fef39f3db6c0fd93146fb85c89f030da1b117d9be58a450d67c97984ec536360fd7dde43d6a7bb16079d41cadd9916185d721535870dc88eeb75b27
languageName: node
linkType: hard

Expand Down Expand Up @@ -10701,7 +10701,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