Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Oct 2, 2024
1 parent ab87591 commit 4e99d93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-run-script"
optional = true
version = "1.0.30"
version = "1.0.31"

[[order.group]]
id = "paketo-buildpacks/node-start"
optional = true
version = "2.1.3"
version = "2.1.4"

[[order.group]]
id = "paketo-buildpacks/yarn-start"
Expand Down Expand Up @@ -89,17 +89,17 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-run-script"
optional = true
version = "1.0.30"
version = "1.0.31"

[[order.group]]
id = "paketo-buildpacks/node-start"
optional = true
version = "2.1.3"
version = "2.1.4"

[[order.group]]
id = "paketo-buildpacks/npm-start"
optional = true
version = "2.0.12"
version = "2.0.13"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down Expand Up @@ -134,7 +134,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-start"
version = "2.1.3"
version = "2.1.4"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
6 changes: 3 additions & 3 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].3"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].4"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].12"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].13"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand All @@ -36,7 +36,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].30"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].31"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

0 comments on commit 4e99d93

Please sign in to comment.