Skip to content

Commit

Permalink
chore(examples/next): Add missing @types/node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Mar 24, 2022
1 parent 1e850c7 commit eb5c4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/node": "^17.0.5",
"typescript": "^4.5.4"
}
}

0 comments on commit eb5c4de

Please sign in to comment.