Skip to content

Commit

Permalink
Add @types to dependencies (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir authored Nov 16, 2023
1 parent 7328421 commit c3824a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/observable-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
},
"dependencies": {
"@mml-io/observable-dom-common": "^0.10.0",
"@types/jsdom": "^21.1.2",
"@types/node-fetch": "2.6.4",
"jsdom": "22.1.0",
"node-fetch": "2.6.12"
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@types/node-fetch": "2.6.4"
}
}

0 comments on commit c3824a2

Please sign in to comment.