Skip to content

Commit

Permalink
fix: yarn version must satisfy >=3 in 5.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Dec 12, 2024
1 parent a8caf49 commit aa092d0
Show file tree
Hide file tree
Showing 7 changed files with 2,557 additions and 8,478 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"adio": "^1.0.1",
"axios": "^1.7.9",
"babel-jest": "29.7.0",
"babel-loader": "^9.2.1",
"babel-plugin-dynamic-import-node": "2.3.3",
Expand Down
14 changes: 2 additions & 12 deletions packages/cli-plugin-sync-dependencies/src/files/duplicates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@
"versions": [
{
"version": "3.1.2",
"files": [
{
"file": "/packages/app-admin/package.json",
"types": ["dependencies"]
}
]
"files": [{ "file": "/packages/app-admin/package.json", "types": ["dependencies"] }]
},
{
"version": "2.1.5",
"files": [
{
"file": "/packages/ui/package.json",
"types": ["dependencies"]
}
]
"files": [{ "file": "/packages/ui/package.json", "types": ["dependencies"] }]
}
]
}
Expand Down
Loading

0 comments on commit aa092d0

Please sign in to comment.