Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from troy-ameigh/main
Browse files Browse the repository at this point in the history
adjusted gitignore
  • Loading branch information
troy-ameigh authored Mar 15, 2024
2 parents 8fb2e5d + 6dc4b2c commit b8f5eb8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ node_modules
# CDK asset staging directory
.cdk.staging
cdk.out
.DS_Store
.editorconfig
.pre-commit-config.yaml
.DS_Store
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "2.0.0-rc.27",
"@types/jest": "^27.0.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^10.17.27",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"aws-cdk": "2.51.1",
"@aws-cdk/assert": "2.68.0",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.27",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"aws-cdk": "^2.132.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^27.0.2",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"sinon": "^11.1.1",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
"sinon": "^17.0.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@aws-cdk/lambda-layer-kubectl-v27": "^2.0.0",
"@aws-quickstart/eks-blueprints": "1.12.0",
"aws-cdk-lib": "2.99.1",
"cdk-nag": "^2.18.4",
"constructs": "^10.0.0",
"@aws-cdk/lambda-layer-kubectl-v27": "^2.1.0",
"@aws-quickstart/eks-blueprints": "1.14.0",
"aws-cdk-lib": "^2.132.0",
"cdk-nag": "^2.28.63",
"constructs": "^10.3.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"source-map-support": "^0.5.16"
"source-map-support": "^0.5.21"
}
}

0 comments on commit b8f5eb8

Please sign in to comment.