Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency get-tsconfig to v4.8.1 #5920

Merged
merged 1 commit into from
Sep 13, 2024
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 packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cross-env": "7.0.3",
"es-check": "7.2.1",
"eslint": "8.57.0",
"get-tsconfig": "4.8.0",
"get-tsconfig": "4.8.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"size-limit": "11.1.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7780,7 +7780,7 @@ __metadata:
cross-env: "npm:7.0.3"
es-check: "npm:7.2.1"
eslint: "npm:8.57.0"
get-tsconfig: "npm:4.8.0"
get-tsconfig: "npm:4.8.1"
prettier: "npm:3.3.3"
rimraf: "npm:6.0.1"
size-limit: "npm:11.1.5"
Expand Down Expand Up @@ -11568,12 +11568,12 @@ __metadata:
languageName: node
linkType: hard

"get-tsconfig@npm:4.8.0, get-tsconfig@npm:^4.7.5":
version: 4.8.0
resolution: "get-tsconfig@npm:4.8.0"
"get-tsconfig@npm:4.8.1, get-tsconfig@npm:^4.7.5":
version: 4.8.1
resolution: "get-tsconfig@npm:4.8.1"
dependencies:
resolve-pkg-maps: "npm:^1.0.0"
checksum: 10c0/943721c996d9a77351aa7c07956de77baece97f997bd30f3247f46907e4b743f7b9da02c7b3692a36f0884d3724271faeb88ed1c3aca3aba2afe3f27d6c4aeb3
checksum: 10c0/536ee85d202f604f4b5fb6be81bcd6e6d9a96846811e83e9acc6de4a04fb49506edea0e1b8cf1d5ee7af33e469916ec2809d4c5445ab8ae015a7a51fbd1572f9
languageName: node
linkType: hard

Expand Down
Loading