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 Sep 7, 2021
1 parent 1e36cf6 commit 48090e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ api = "0.4"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.7.1"
version = "0.7.2"

[[order.group]]
id = "paketo-buildpacks/yarn"
version = "0.4.0"
version = "0.4.1"

[[order.group]]
id = "paketo-buildpacks/yarn-install"
Expand Down Expand Up @@ -65,7 +65,7 @@ api = "0.4"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.7.1"
version = "0.7.2"

[[order.group]]
id = "paketo-buildpacks/npm-install"
Expand Down Expand Up @@ -109,7 +109,7 @@ api = "0.4"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.7.1"
version = "0.7.2"

[[order.group]]
id = "paketo-buildpacks/node-module-bom"
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.7.1"
uri = "docker://gcr.io/paketo-buildpacks/node-engine:0.7.2"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-start:0.3.0"
Expand All @@ -18,7 +18,7 @@
uri = "docker://gcr.io/paketo-buildpacks/yarn-install:0.4.0"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/yarn:0.4.0"
uri = "docker://gcr.io/paketo-buildpacks/yarn:0.4.1"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/yarn-start:0.2.0"
Expand Down

0 comments on commit 48090e0

Please sign in to comment.