We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsondiffpatch
1 parent d401cef commit b41c274Copy full SHA for b41c274
3 files changed
.changeset/large-zebras-fix.md
@@ -0,0 +1,5 @@
1
+---
2
+'@commercetools/sync-actions': patch
3
4
+
5
+Downgrade jsondiffpatch to 0.6.0
.renovaterc.json
@@ -22,7 +22,7 @@
22
},
23
{
24
"matchPackageNames": ["jsondiffpatch"],
25
- "allowedVersions": "<= 0.6.2"
+ "allowedVersions": "<= 0.6.0"
26
}
27
],
28
"lockFileMaintenance": {
packages/sync-actions/package.json
@@ -40,7 +40,7 @@
40
41
"dependencies": {
42
"fast-equals": "^2.0.0",
43
- "jsondiffpatch": "0.6.2",
+ "jsondiffpatch": "0.6.0",
44
"lodash.flatten": "^4.4.0",
45
"lodash.foreach": "^4.5.0",
46
"lodash.intersection": "^4.4.0",
0 commit comments