Skip to content

Commit

Permalink
[diff] Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent ffc8f99 commit 17bc8c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 83 deletions.
6 changes: 2 additions & 4 deletions packages/@sanity/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sanity/diff",
"version": "1.150.1",
"description": "Generates and display diffs between documents and primitive types",
"description": "Generates diffs between documents and primitive types",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -26,9 +26,7 @@
"access": "public"
},
"dependencies": {
"@sanity/react-hooks": "1.150.1",
"diff-match-patch": "^1.0.4",
"sanity-diff-patch": "^1.0.7"
"diff-match-patch": "^1.0.4"
},
"devDependencies": {
"@types/jest": "^24.0.23",
Expand Down
31 changes: 0 additions & 31 deletions packages/@sanity/diff/src/operations/types.ts

This file was deleted.

48 changes: 0 additions & 48 deletions packages/@sanity/diff/src/operations/undoChange.ts

This file was deleted.

0 comments on commit 17bc8c4

Please sign in to comment.