Palindrom / JSONPatcherProxy

ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
94 stars 14 forks source link

Bump dependencies #34

Closed warpech closed 5 years ago

warpech commented 5 years ago

Bumped dependencies because the project did not build in MacOs Copied Webpack configuration from Palindrom Moved "fast-json-patch" to devDependencies, because it is only used in the test benchmark.

tomalec commented 5 years ago

I think fast-json-pacth was used to define a type in TS https://github.com/Palindrom/JSONPatcherProxy/blob/master/index.d.ts#L8 which seems outdated looking at line 1. Any idea what to do with it?

warpech commented 5 years ago

I think fast-json-pacth was used to define a type in TS https://github.com/Palindrom/JSONPatcherProxy/blob/master/index.d.ts#L8 which seems outdated looking at line 1. Any idea what to do with it?

Thanks for noticing! I reverted it, because the type definitions in fast-json-patch indeed look very solid. It turned out I needed to fix few more things for Travis. I think it is good to merge now.