Skip to content

Commit

Permalink
Brought back bundled dependencies for aws-cdk-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviomacedo committed Mar 24, 2022
1 parent cecbfe7 commit 8d3f87c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions packages/aws-cdk-lib/package.json
Expand Up @@ -93,12 +93,26 @@
},
"license": "Apache-2.0",
"bundledDependencies": [
"@balena/dockerignore",
"case",
"fs-extra",
"ignore",
"jsonschema",
"semver"
"minimatch",
"punycode",
"semver",
"yaml"
],
"dependencies": {
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
"fs-extra": "^9.1.0",
"ignore": "^5.2.0",
"jsonschema": "^1.4.0",
"semver": "^7.3.5"
"minimatch": "^3.1.2",
"punycode": "^2.1.1",
"semver": "^7.3.5",
"yaml": "1.10.2"
},
"devDependencies": {
"@aws-cdk/alexa-ask": "0.0.0",
Expand Down

0 comments on commit 8d3f87c

Please sign in to comment.