Skip to content

Commit

Permalink
bump pinned angular adapter version to 17.2.8, and pinned nextjs adap…
Browse files Browse the repository at this point in the history
…ter version to 14.0.7

PiperOrigin-RevId: 672619325
Change-Id: I1e96b5396cce51f8d40f0caaf7894b9f6b78b351
  • Loading branch information
GCP Buildpacks Team authored and copybara-github committed Sep 9, 2024
1 parent a742690 commit d43f8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/nodejs/angular.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
// angularVersionKey is the metadata key used to store the angular build adaptor version in the angular layer.
angularVersionKey = "version"
// PinnedAngularAdapterVersion is the version of the angular adapter that will be used.
PinnedAngularAdapterVersion = "17.2.7"
PinnedAngularAdapterVersion = "17.2.8"
)

// InstallAngularBuildAdaptor installs the angular build adaptor in the given layer if it is not already cached.
Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/nextjs.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
// nextJsVersionKey is the metadata key used to store the nextjs build adaptor version in the nextjs layer.
nextJsVersionKey = "version"
// PinnedNextjsAdapterVersion is the version of the nextjs adapter that will be used.
PinnedNextjsAdapterVersion = "14.0.6"
PinnedNextjsAdapterVersion = "14.0.7"
)

// InstallNextJsBuildAdaptor installs the nextjs build adaptor in the given layer if it is not already cached.
Expand Down

0 comments on commit d43f8f8

Please sign in to comment.