Skip to content

Commit

Permalink
Add @types/semver as dev dependency
Browse files Browse the repository at this point in the history
Without it `npm run bundle` complains about the missing type info.
  • Loading branch information
simu committed Jun 17, 2024
1 parent 11ee70f commit 1323e18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vercel/ncc": "^0.38.1",
Expand Down

0 comments on commit 1323e18

Please sign in to comment.