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 b643c3f commit 8396aa0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 303 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@winglang/compatibility-spy": "workspace:^",
"bump-pack": "workspace:^",
"generate-workspace": "workspace:^",
"turbo": "^2.1.3"
"turbo": "^2.1.1"
},
"scripts": {
"build": "turbo compile post-compile lint eslint test package",
Expand Down
8 changes: 4 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.

3 changes: 1 addition & 2 deletions packages/@winglang/sdk/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const project = new cdk.JsiiProject({
"dotenv-expand",
"adm-zip",
"@types/adm-zip",
"fs-extra",
"@types/fs-extra",
],
devDeps: [
Expand All @@ -115,7 +114,7 @@ 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
3 changes: 1 addition & 2 deletions packages/@winglang/sdk/package.json

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

Loading

0 comments on commit 8396aa0

Please sign in to comment.