Skip to content

Commit

Permalink
Updated the eks-blueprints release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashoksrirama committed Jan 7, 2025
1 parent e228b73 commit 7e7947a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@aws-quickstart/eks-blueprints": "1.15.1",
"@aws-quickstart/eks-blueprints": "1.16.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"aws-cdk": "2.147.3",
"aws-cdk": "2.173.4",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
Expand All @@ -25,18 +25,18 @@
},
"dependencies": {
"@kubecost/kubecost-eks-blueprints-addon": "^0.1.8",
"@aws-quickstart/eks-blueprints": "1.15.1",
"aws-cdk": "2.147.3",
"aws-cdk-lib": "2.147.3",
"@aws-quickstart/eks-blueprints": "1.16.3",
"aws-cdk": "2.173.4",
"aws-cdk-lib": "2.173.4",
"aws-sdk": "^2.1455.0",
"constructs": "^10.3.0",
"eks-blueprints-cdk-kubeflow-ext": "0.1.9",
"source-map-support": "^0.5.21"
},
"overrides": {
"@aws-quickstart/eks-blueprints": "1.15.1",
"aws-cdk": "2.147.3",
"aws-cdk-lib": "2.147.3",
"@aws-quickstart/eks-blueprints": "1.16.3",
"aws-cdk": "2.173.4",
"aws-cdk-lib": "2.173.4",
"xml2js": "0.5.0"
}
}

0 comments on commit 7e7947a

Please sign in to comment.