Skip to content

Commit 1ac30db

Browse files
chore: move @types/node to peerDependencies (#231)
* chore: move @types/node to peerDependencies * Fix formatting in package.json Signed-off-by: Gijs de Man <43375368+Gijsdeman@users.noreply.github.com> * Fix `@types/node` to '*' We do this as we still want to be able to ship `@types/node` but not rely on a specific version and avoid an `.npmrc` with `legacy-peer-deps=true`. Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud> --------- Signed-off-by: Gijs de Man <43375368+Gijsdeman@users.noreply.github.com> Signed-off-by: Nikola Hristov <nikola@nikolahristov.tech> Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud> Co-authored-by: Nikola Hristov <nikola@nikolahristov.tech> Co-authored-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent 23b96c4 commit 1ac30db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "Build 'Source/**/*.ts'"
3333
},
3434
"dependencies": {
35-
"@types/node": "25.5.2",
35+
"@types/node": "*",
3636
"deepmerge-ts": "7.1.5",
3737
"fast-glob": "3.3.3"
3838
},

0 commit comments

Comments
 (0)