Skip to content

Commit

Permalink
fix: make @types/node a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Feb 2, 2023
1 parent adb582e commit 88a4cc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -89,12 +89,12 @@
},
"dependencies": {
"@sanity/eventsource": "^4",
"@types/node": "^18.11.18",
"get-it": "^8",
"rxjs": "^7"
},
"devDependencies": {
"@edge-runtime/types": "^2.0.3",
"@types/node": "^18.11.18",
"@edge-runtime/vm": "^2.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down

0 comments on commit 88a4cc1

Please sign in to comment.