Skip to content

Commit 4473611

Browse files
committed
fix: pin @types/node to existing version and regenerate lockfile
- Fix @types/node 20.19.28 -> 20.19.27 (typo, version didn't exist) - Regenerate package-lock.json to resolve versions available on both public npm and Anthropic artifactory registries
1 parent 59f6b5f commit 4473611

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package-lock.json

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"@types/bun": "^1.3.2",
7979
"@types/react": "^19.2.2",
8080
"@types/react-dom": "^19.2.2",
81+
"@types/node": "20.19.27",
8182
"caniuse-lite": "1.0.30001763",
8283
"cheerio": "1.1.2",
8384
"concurrently": "^9.2.1",

0 commit comments

Comments
 (0)