Skip to content

Commit

Permalink
build: remove @types/node (#753)
Browse files Browse the repository at this point in the history
# Motivation

It seems we actually do not need the dev dependency `@types/node`.

# Changes

- `npm rm @types/node`

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Nov 20, 2024
1 parent dff93d0 commit 996f06e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@size-limit/esbuild": "^11.1.2",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/text-encoding": "^0.0.39",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"esbuild": "^0.20.2",
Expand Down

0 comments on commit 996f06e

Please sign in to comment.