Skip to content

Commit

Permalink
chore: Upgrade dependencies (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed May 21, 2019
1 parent 2848f76 commit 297514e
Show file tree
Hide file tree
Showing 32 changed files with 2,109 additions and 2,275 deletions.
976 changes: 523 additions & 453 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^8.10.45",
"lerna": "^3.13.3",
"@types/node": "^8.10.48",
"lerna": "^3.14.1",
"nodeunit": "^0.11.3",
"nyc": "^14.0.0",
"nyc": "^14.1.1",
"tslint": "^5.16.0",
"typescript": "^3.4.3"
"typescript": "^3.4.5"
},
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions packages/codemaker/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/codemaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"devDependencies": {
"@types/decamelize": "^1.2.0",
"@types/fs-extra": "^5.0.5",
"@types/fs-extra": "^5.1.0",
"@types/nodeunit": "^0.0.30",
"nodeunit": "^0.11.3",
"typescript": "^3.4.3"
"typescript": "^3.4.5"
},
"dependencies": {
"camelcase": "^5.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jsii-build-tools/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/jsii-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "chmod +x bin/*"
},
"dependencies": {
"fs-extra": "^7.0.1"
"fs-extra": "^8.0.1"
},
"author": {
"name": "Amazon Web Services",
Expand Down
Loading

0 comments on commit 297514e

Please sign in to comment.