Skip to content

Commit

Permalink
Update backfill dependencies (microsoft#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 authored Sep 5, 2023
1 parent 9c792c8 commit 1b92174
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 247 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update backfill dependencies",
"packageName": "@lage-run/cache",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update backfill dependencies",
"packageName": "@lage-run/cache-github-actions",
"email": "[email protected]",
"dependentChangeType": "patch"
}
7 changes: 7 additions & 0 deletions change/lage-7c4e95ef-cf77-45d6-a127-b06efd08daa9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update backfill dependencies",
"packageName": "lage",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/cache-github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"backfill-config": "^6.3.1",
"backfill-logger": "^5.1.3",
"backfill-config": "^6.4.1",
"backfill-logger": "^5.2.1",
"workspace-tools": "^0.35.0",
"@actions/cache": "^3.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"dependencies": {
"@lage-run/target-graph": "^0.8.7",
"@lage-run/logger": "^1.3.0",
"backfill-config": "^6.3.1",
"backfill-cache": "^5.6.4",
"backfill-logger": "^5.1.3",
"backfill-config": "^6.4.1",
"backfill-cache": "^5.7.1",
"backfill-logger": "^5.2.1",
"glob-hasher": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@lage-run/cli": "^0.16.0",
"@lage-run/scheduler": "^1.1.7",
"backfill-config": "^6.3.1",
"backfill-config": "^6.4.1",
"dts-bundle-generator": "7.2.0",
"workspace-tools": "^0.35.0",
"esbuild": "^0.17.18"
Expand Down
Loading

0 comments on commit 1b92174

Please sign in to comment.