Skip to content

Commit

Permalink
chore(types): specify @types/node version (#136)
Browse files Browse the repository at this point in the history
this commit add @types/node to the dependencies manifest for the router.
when trying to build this package without an earlier version of these
types, compilation fails. the compilation fails due to @types/node being
hoisted from the np package, and the types being hoisted are
incompatible with the version of typescript that is used with v1 of
stencil
  • Loading branch information
rwaskiewicz authored Jun 6, 2022
1 parent bf35fcc commit d0d53ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@stencil/state-tunnel": "^1.0.1"
},
"devDependencies": {
"@types/node": "12.0.0",
"np": "^5.0.3"
},
"author": "Ionic Team",
Expand Down

0 comments on commit d0d53ac

Please sign in to comment.