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 Aug 3, 2022
1 parent e9d9c98 commit 96b351d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.3.0"
version = "0.4.0"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
Expand Down Expand Up @@ -99,7 +99,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.3.0"
version = "0.4.0"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
Expand Down Expand Up @@ -155,7 +155,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.3.0"
version = "0.4.0"

[[order.group]]
id = "paketo-buildpacks/node-start"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/node-run-script@0.4.1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/node-module-bom@0.3.0"
uri = "urn:cnb:registry:paketo-buildpacks/node-module-bom@0.4.0"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/watchexec@2.5.3"
Expand Down

0 comments on commit 96b351d

Please sign in to comment.