Skip to content

Commit e791f1d

Browse files
committed
fix: to last working version
1 parent 0299972 commit e791f1d

3 files changed

Lines changed: 9 additions & 13 deletions

File tree

.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.7.2"
25+
"allowedVersions": "<= 0.6.2"
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.7.2",
43+
"jsondiffpatch": "0.6.2",
4444
"lodash.flatten": "^4.4.0",
4545
"lodash.foreach": "^4.5.0",
4646
"lodash.intersection": "^4.4.0",

pnpm-lock.yaml

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)