TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

Updated dependencies #219

Closed RebeccaStevens closed 3 years ago

RebeccaStevens commented 3 years ago

Based off of #213

Closes #213

TehShrike commented 3 years ago

So this PR adds TypeScript dependencies, but doesn't do anything with them yet?

RebeccaStevens commented 3 years ago

@TehShrike

So this PR adds TypeScript dependencies, but doesn't do anything with them yet?

This project already has "typescript" and "ts-node" as dev-dependencies; it uses them for testing for typescript. This PR updates those dependencies, it doesn't add any new ones.