sanity-diff-patch
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "sanity-diff-patch", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@sanity/diff-match-patch": "^0.0.7" | ||
"@sanity/diff-match-patch": "^1.0.0" | ||
}, | ||
@@ -54,7 +54,7 @@ "devDependencies": { | ||
"@types/jest": "^26.0.24", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-sanity": "^5.1.0", | ||
"p-queue": "^6.0.0", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.3.0", | ||
"tslib": "^2.5.0", | ||
"typescript": "^4.3.5" | ||
@@ -61,0 +61,0 @@ }, |
+ Added@sanity/diff-match-patch@1.0.0(transitive)
- Removed@sanity/diff-match-patch@0.0.7(transitive)