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 Nov 6, 2024
1 parent 21de4d9 commit 4bf0f27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.35"
version = "1.0.36"

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

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

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

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

[[order.group]]
id = "paketo-buildpacks/node-start"
version = "2.1.7"
version = "2.1.8"

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

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

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

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

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

0 comments on commit 4bf0f27

Please sign in to comment.