Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
moving library deps to peerDependencies
  • Loading branch information
corymhall committed May 30, 2024
1 parent 0c6f1c6 commit 16af370
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 505 deletions.
42 changes: 25 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,36 @@
},
"devDependencies": {
"@aws-cdk/aws-apprunner-alpha": "2.20.0-alpha.0",
"@types/archiver": "^5.3.1",
"@types/archiver": "^6.0.2",
"@types/jest": "^29.5.2",
"@types/node": "^14.17.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"ts-node": "^10.9.2",
"jest-junit": "^15",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.6.3"
"typescript": "^5.4.5",
"@pulumi/aws": "^6.32.0",
"@pulumi/aws-native": "^0.108.0",
"@pulumi/docker": "^4.5.0",
"@pulumi/pulumi": "^3.117.0",
"aws-cdk-lib": "^2.20.0",
"constructs": "^10.0.111"
},
"peerDependencies": {
"aws-cdk-lib": "^2.20.0",
"@pulumi/aws": "^6.32.0",
"@pulumi/aws-native": "^0.108.0",
"@pulumi/docker": "^4.5.0",
"@pulumi/pulumi": "^3.117.0",
"constructs": "^10.0.111"
},
"dependencies": {
"archiver": "^7.0.1"
},
"scripts": {
"build": "tsc && cp package.json README.md LICENSE lib/ && sed -i.bak -e \"s/\\${VERSION}/$(pulumictl get version --language javascript)/g\" lib/package.json && rm lib/package.json.bak",
Expand Down Expand Up @@ -84,14 +101,5 @@
]
],
"preset": "ts-jest"
},
"dependencies": {
"@pulumi/aws": "^5.5.0",
"@pulumi/aws-native": "^0.108.0",
"@pulumi/docker": "^3.2.0",
"@pulumi/pulumi": "^3.117.0",
"archiver": "^5.3.1",
"aws-cdk-lib": "^2.20.0",
"constructs": "^10.0.111"
}
}
1 change: 0 additions & 1 deletion src/aws-resource-mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ export function mapToAwsResource(
destinationIpv6CidrBlock: props.destinationIpv6CidrBlock,
egressOnlyGatewayId: props.egressOnlyInternetGatewayId,
gatewayId: props.gatewayId,
instanceId: props.instanceId,
localGatewayId: props.localGatewayId,
natGatewayId: props.natGatewayId,
networkInterfaceId: props.networkInterfaceId,
Expand Down
Loading

0 comments on commit 16af370

Please sign in to comment.