@capraconsulting/webapp-deploy-lambda
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "@capraconsulting/webapp-deploy-lambda", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "CDK construct for deploying a webapp release to S3 and CloudFront", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"lint:fix": "eslint --fix .", | ||
"prepare": "npm run build && husky install", | ||
"prepare": "npm run build && husky", | ||
"semantic-release": "semantic-release" | ||
@@ -46,5 +46,5 @@ }, | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.14.11", | ||
"@typescript-eslint/eslint-plugin": "7.16.1", | ||
"@typescript-eslint/parser": "7.16.1", | ||
"@types/node": "20.14.14", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"aws-cdk-lib": "2.145.0", | ||
@@ -54,5 +54,5 @@ "constructs": "10.3.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-deprecation": "2.0.0", | ||
"eslint-plugin-deprecation": "3.0.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"husky": "8.0.3", | ||
"husky": "9.1.4", | ||
"jest": "29.7.0", | ||
@@ -62,5 +62,5 @@ "jest-cdk-snapshot": "2.2.2", | ||
"semantic-release": "24.0.0", | ||
"ts-jest": "29.2.3", | ||
"ts-jest": "29.2.4", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.5.3" | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -67,0 +67,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50256