Skip to content

Commit

Permalink
move @types/node to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 30, 2024
1 parent 9657434 commit 11a814a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
33 changes: 13 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
"dependencies": {
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.18.5",
"@yeoman/namespace": "^1.0.0",
"chalk": "^5.3.0",
"debug": "^4.1.1",
Expand Down Expand Up @@ -97,6 +96,7 @@
"yeoman-test": "^9.0.0"
},
"peerDependencies": {
"@types/node": "^18.19.54 || >=20.5.0",
"@yeoman/types": "^1.1.1",
"mem-fs": "^4.1.0"
},
Expand Down

0 comments on commit 11a814a

Please sign in to comment.