Skip to content

Commit

Permalink
Be explicit about esbuild version and lock it to specific version (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa authored Jan 2, 2023
1 parent 7d4d08a commit 4770f68
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions .projen/deps.json

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

10 changes: 5 additions & 5 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
'@types/fs-extra',
'@types/micromatch',
'@types/aws-lambda',
'esbuild',
'esbuild@0.15.18',
'aws-lambda',
'serverless-http',
'jszip',
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Uses the [standalone output](https://nextjs.org/docs/advanced-features/output-fi

## Quickstart

Add the dependency `[email protected]` to your project along with `cdk-nextjs-standalone`.

```ts
import path from 'path';
import { Nextjs } from 'cdk-nextjs-standalone';
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

2 changes: 1 addition & 1 deletion yarn.lock

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

0 comments on commit 4770f68

Please sign in to comment.