Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuf239 committed Oct 8, 2024
1 parent 8396aa0 commit 81b9fce
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
12 changes: 8 additions & 4 deletions packages/@winglang/sdk/.projen/deps.json

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

8 changes: 4 additions & 4 deletions packages/@winglang/sdk/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ const project = new cdk.JsiiProject({
// env
"dotenv",
"dotenv-expand",
"adm-zip",
"@types/adm-zip",
"@types/fs-extra",
"adm-zip@^0.5.16",
"@types/adm-zip@^0.5.5",
"@types/fs-extra@^11.0.4",
"fs-extra@^11.2.0",
],
devDeps: [
`@cdktf/provider-aws@^19`, // only for testing Wing plugins
Expand All @@ -114,7 +115,6 @@ const project = new cdk.JsiiProject({
"[email protected]",
`cdktf-cli@${CDKTF_VERSION}`,
"eslint-plugin-sort-exports",
"fs-extra",
"vitest",
"@types/uuid",
"nanoid", // for ESM import test in target-sim/function.test.ts
Expand Down
9 changes: 5 additions & 4 deletions packages/@winglang/sdk/package.json

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

21 changes: 10 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 81b9fce

Please sign in to comment.