Skip to content

Commit

Permalink
dep++
Browse files Browse the repository at this point in the history
  • Loading branch information
KDxCBdP7 committed May 13, 2020
1 parent d7ae07d commit 89a820d
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 391 deletions.
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"author": "Masahiro Onohara <masahirompp@gmail.com> (https://github.com/masahirompp)",
"license": "MIT",
"devDependencies": {
"@aws-cdk/aws-iam": "^1.37.0",
"@aws-cdk/aws-s3": "^1.37.0",
"@aws-cdk/aws-ssm": "^1.37.0",
"@aws-cdk/core": "^1.37.0",
"@types/node": "^13.13.5",
"@aws-cdk/aws-iam": "^1.38.0",
"@aws-cdk/aws-s3": "^1.38.0",
"@aws-cdk/aws-ssm": "^1.38.0",
"@aws-cdk/core": "^1.38.0",
"@types/node": "^14.0.1",
"@types/webpack": "^4.41.12",
"aws-cdk": "^1.37.0",
"aws-sdk": "^2.671.0",
"aws-cdk": "^1.38.0",
"aws-sdk": "^2.675.0",
"dotenv": "^8.2.0",
"dotenv-cli": "^3.1.0",
"ts-node": "^8.10.1",
"typescript": "^3.8.3",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"webpack-dev-server": "^3.11.0"
},
"dependencies": {}
}
Loading

0 comments on commit 89a820d

Please sign in to comment.