Skip to content

Commit

Permalink
chore: Upgrade dependencies (full) (aws#2315)
Browse files Browse the repository at this point in the history
Upgrades some criminally old dependencies we had in the tree with the
latest available version at this point.
  • Loading branch information
RomainMuller authored Apr 17, 2019
1 parent 26632fd commit cf89c7a
Show file tree
Hide file tree
Showing 158 changed files with 30,864 additions and 93,511 deletions.
9,698 changes: 4,522 additions & 5,176 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@types/node": "8.10.40",
"@types/jest": "^24.0.11",
"@types/node": "8.10.45",
"@types/nodeunit": "^0.0.30",
"conventional-changelog-cli": "^2.0.12",
"lerna": "^3.13.1",
"nodeunit": "^0.11.2",
"nyc": "^13.3.0",
"tslint": "^5.13.1",
"@types/jest": "^24.0.11",
"jest": "^24.4.0",
"ts-jest": "^24.0.0",
"typescript": "^3.3.3333"
"jest": "^24.7.1",
"lerna": "^3.13.3",
"nodeunit": "^0.11.3",
"nyc": "^14.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"typescript": "^3.4.3"
},
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/@aws-cdk/alexa-ask/package-lock.json

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

58 changes: 21 additions & 37 deletions packages/@aws-cdk/app-delivery/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/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@aws-cdk/aws-s3": "^0.28.0",
"cdk-build-tools": "^0.28.0",
"cdk-integ-tools": "^0.28.0",
"fast-check": "^1.7.0",
"fast-check": "^1.14.0",
"pkglint": "^0.28.0"
},
"repository": {
Expand Down
174 changes: 95 additions & 79 deletions packages/@aws-cdk/applet-js/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/@aws-cdk/applet-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/yaml": "^1.0.0",
"@types/fs-extra": "^5.0.5",
"@types/yaml": "^1.0.2",
"cdk-build-tools": "^0.28.0",
"pkglint": "^0.28.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.28.0",
"fs-extra": "^7.0.0",
"source-map-support": "^0.5.6",
"yaml": "^1.1.0"
"fs-extra": "^7.0.1",
"source-map-support": "^0.5.12",
"yaml": "^1.5.0"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
Expand Down
50 changes: 25 additions & 25 deletions packages/@aws-cdk/assert/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/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-cdk/cdk": "^0.28.0",
"@aws-cdk/cloudformation-diff": "^0.28.0",
"@aws-cdk/cx-api": "^0.28.0",
"source-map-support": "^0.5.6"
"source-map-support": "^0.5.12"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
Expand Down
Loading

0 comments on commit cf89c7a

Please sign in to comment.