Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Feb 25, 2020
1 parent 2ba95d8 commit 9f08ed4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/@aws-cdk/aws-apigatewayv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.25.0",
"cdk-build-tools": "1.25.0",
"cdk-integ-tools": "1.25.0",
"cfn2ts": "1.25.0",
"pkglint": "1.25.0"
"@aws-cdk/assert": "999.0.0",
"cdk-build-tools": "999.0.0",
"cdk-integ-tools": "999.0.0",
"cfn2ts": "999.0.0",
"pkglint": "999.0.0"
},
"dependencies": {
"@aws-cdk/core": "1.25.0",
"@aws-cdk/aws-lambda": "1.25.0"
"@aws-cdk/core": "999.0.0",
"@aws-cdk/aws-lambda": "999.0.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.25.0",
"@aws-cdk/aws-lambda": "1.25.0"
"@aws-cdk/core": "999.0.0",
"@aws-cdk/aws-lambda": "999.0.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}

0 comments on commit 9f08ed4

Please sign in to comment.