Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies versions to latest #43

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Updates:
* store next_lambda source zip in s3 [#38](https://github.com/Nexode-Consulting/terraform-aws-nextjs-serverless/pull/38)
* expand image examples [#39](https://github.com/Nexode-Consulting/terraform-aws-nextjs-serverless/pull/39)
* update cache diagram [#37](https://github.com/Nexode-Consulting/terraform-aws-nextjs-serverless/pull/37)
* update dependencies versions to latest [#43](https://github.com/Nexode-Consulting/terraform-aws-nextjs-serverless/pull/43)

**Breaking Changes**
* `lambda_memory_size` is replaced by `next_lambda_memory_size` & `image_optimization_lambda_memory_size`
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Please check our [testing guidelines](https://github.com/Nexode-Consulting/terra
```diff
module "tf_next" {
- source = "Nexode-Consulting/nextjs-serverless/aws"
- version = "0.2.16"
- version = "0.2.17"
+ source = "../../../"
...
}
Expand Down
12 changes: 6 additions & 6 deletions examples/nextjs-v13/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nextjs-v13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.2.16",
"version": "0.2.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.15",
"build-serverless-next": "^0.2.16",
"build-serverless-next": "^0.2.17",
"next": "^13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-v13/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "next_serverless" {
source = "../../../"
# source = "Nexode-Consulting/nextjs-serverless/aws"
# version = "0.2.16"
# version = "0.2.17"

deployment_name = var.deployment_name
region = var.region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rm -r standalone
rm -r deployments

# Install necessary packages
npm i -D serverless@3.36.0 serverless-esbuild@1.48.5 [email protected].5 [email protected] [email protected].16 [email protected].16
npm i -D serverless@3.38.0 serverless-esbuild@1.49.0 [email protected].7 [email protected] [email protected].17 [email protected].17

# Inject code in build, and cleanup
cp -a ./app ./app-backup
Expand Down
2 changes: 1 addition & 1 deletion packages/build-serverless-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-serverless-next",
"version": "0.2.16",
"version": "0.2.17",
"description": "Bash script to build serverless component for deploying to AWS using Terraform",
"bin": {
"build-serverless-next": "./bin/build-serverless-next.sh"
Expand Down
2 changes: 1 addition & 1 deletion packages/image-redirection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-redirection",
"version": "0.2.16",
"version": "0.2.17",
"description": "Image Redirection Lambda",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-image-optimization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-image-optimization",
"version": "0.2.16",
"version": "0.2.17",
"description": "Image Optimization Lambda",
"main": "index.js",
"scripts": {
Expand Down