Skip to content

Commit

Permalink
fix: fix package deps
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Tomasi <dominik.tomasi@gmail.com>
  • Loading branch information
dtomasi committed Apr 30, 2024
1 parent 3e366cf commit 0ec156f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/com.gitlab.ci.docker/PklProject.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"package://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0": {
"type": "local",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0.1.1",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0.1.0",
"path": "../com.aoe.opensource.strings"
},
"package://opensource.aoe.com/pkl-pantry/packages/com.gitlab.ci.schema@0": {
"type": "local",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.gitlab.ci.schema@0.1.1",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.gitlab.ci.schema@0.1.0",
"path": "../com.gitlab.ci.schema"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/com.gitlab.ci.golang/PklProject.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"resolvedDependencies": {
"package://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0": {
"type": "local",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0.1.1",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0.1.0",
"path": "../com.aoe.opensource.strings"
},
"package://opensource.aoe.com/pkl-pantry/packages/com.gitlab.ci.schema@0": {
"type": "local",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.gitlab.ci.schema@0.1.1",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.gitlab.ci.schema@0.1.0",
"path": "../com.gitlab.ci.schema"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/com.gitlab.ci.schema/PklProject.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"resolvedDependencies": {
"package://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0": {
"type": "local",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0.1.1",
"uri": "projectpackage://opensource.aoe.com/pkl-pantry/packages/com.aoe.opensource.strings@0.1.0",
"path": "../com.aoe.opensource.strings"
}
}
Expand Down

0 comments on commit 0ec156f

Please sign in to comment.