Skip to content

Commit bc0ed19

Browse files
committed
build: declare @types/node only in devDependencies
@types/node was listed in both dependencies and devDependencies, and the two had drifted apart before they were aligned on ^24.13.3. It supplies build-time typings only, so keep the devDependencies entry and drop the duplicate. npm already resolved it as a dev-only package, so installs are unaffected; this just makes package.json say what npm was already doing.
1 parent 11e7a1f commit bc0ed19

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"dependencies": {
1010
"@testing-library/react": "^13.4.0",
1111
"@testing-library/user-event": "^13.5.0",
12-
"@types/node": "^24.13.3",
1312
"@types/react": "^18.2.13",
1413
"@types/react-dom": "^18.2.6",
1514
"babel-plugin-syntax-dynamic-import": "^6.18.0",

0 commit comments

Comments
 (0)