Skip to content

Commit

Permalink
fix yarn.lock and resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Jan 2, 2025
1 parent 5f9f20b commit 1f5335a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"resolutions": {
"ms": "~2.1.3",
"typescript": "~5.2.2"
"typescript": "~5.7.2"
},
"dependencies": {
"@kubernetes/client-node": "~0.22.3",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/toposort": "~2.0.7"
},
"peerDependencies": {
"typescript": "~5.2.2"
"typescript": "~5.7.2"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@
"@types/jsonfile" "*"
"@types/node" "*"

"@types/gc-stats@^1.4.3":
"@types/gc-stats@~1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@types/gc-stats/-/gc-stats-1.4.3.tgz#2dc35998fdb6032870816b92b704ee12899f1523"
integrity sha512-Aek/WiRt7EHDKFNI3hDjYVvPNEeSjWGxN/8jxyaFoAawAq/bd8geI04XPMLQlLBO7LneLoWAAAvFv7hedgdi3w==
Expand Down

0 comments on commit 1f5335a

Please sign in to comment.