Skip to content

Commit b41c274

Browse files
authored
Downgrade jsondiffpatch to 0.6.0 (#1962)
1 parent d401cef commit b41c274

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/large-zebras-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commercetools/sync-actions': patch
3+
---
4+
5+
Downgrade jsondiffpatch to 0.6.0

.renovaterc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"matchPackageNames": ["jsondiffpatch"],
25-
"allowedVersions": "<= 0.6.2"
25+
"allowedVersions": "<= 0.6.0"
2626
}
2727
],
2828
"lockFileMaintenance": {

packages/sync-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"fast-equals": "^2.0.0",
43-
"jsondiffpatch": "0.6.2",
43+
"jsondiffpatch": "0.6.0",
4444
"lodash.flatten": "^4.4.0",
4545
"lodash.foreach": "^4.5.0",
4646
"lodash.intersection": "^4.4.0",

0 commit comments

Comments
 (0)