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 Jan 5, 2024
1 parent 0cd2d09 commit 46ec839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "3.0.1"
version = "3.1.0"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -94,7 +94,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "3.0.1"
version = "3.1.0"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -152,7 +152,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "3.0.1"
version = "3.1.0"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -210,7 +210,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "3.0.1"
version = "3.1.0"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -268,7 +268,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "3.0.1"
version = "3.1.0"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/node-engine@3.0.1"
uri = "urn:cnb:registry:paketo-buildpacks/node-engine@3.1.0"

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

0 comments on commit 46ec839

Please sign in to comment.