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 authored and arjun024 committed Nov 17, 2021
1 parent 4d4487a commit 89b1f64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.10.0"
version = "0.11.0"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand All @@ -30,7 +30,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.1.2"
version = "0.2.0"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
Expand Down Expand Up @@ -65,7 +65,7 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.10.0"
version = "0.11.0"

[[order.group]]
id = "paketo-buildpacks/npm-install"
Expand All @@ -74,7 +74,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.1.2"
version = "0.2.0"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
Expand Down Expand Up @@ -109,12 +109,12 @@ api = "0.6"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.10.0"
version = "0.11.0"

[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.1.2"
version = "0.2.0"

[[order.group]]
id = "paketo-buildpacks/node-start"
Expand Down
4 changes: 2 additions & 2 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-engine:0.10.0"
uri = "docker://gcr.io/paketo-buildpacks/node-engine:0.11.0"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-start:0.6.0"
Expand Down Expand Up @@ -39,4 +39,4 @@
uri = "docker://gcr.io/paketo-buildpacks/node-run-script:0.3.0"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-module-bom:0.1.2"
uri = "docker://gcr.io/paketo-buildpacks/node-module-bom:0.2.0"

0 comments on commit 89b1f64

Please sign in to comment.