Skip to content

Commit

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

0 comments on commit 277b79c

Please sign in to comment.