Skip to content

Commit 727b5f5

Browse files
committed
fix: add diff-match-patch
1 parent 6736631 commit 727b5f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"test": "node ./out/test/runTest.js"
121121
},
122122
"devDependencies": {
123+
"@types/diff-match-patch": "^1.0.36",
123124
"@types/mocha": "^10.0.3",
124125
"@types/node": "18.x",
125126
"@types/vscode": "^1.82.0",
@@ -136,6 +137,7 @@
136137
},
137138
"dependencies": {
138139
"contentful-management": "^11.4.0",
140+
"diff-match-patch": "^1.0.5",
139141
"yaml": "^2.3.3"
140142
}
141-
}
143+
}

0 commit comments

Comments
 (0)