Skip to content

Commit 1a273c1

Browse files
committed
Observability Builder Upgrade
1 parent c4be957 commit 1a273c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"devDependencies": {
13-
"@aws-quickstart/eks-blueprints": "^1.11.3",
13+
"@aws-quickstart/eks-blueprints": "^1.11.2",
1414
"@types/jest": "^29.5.1",
1515
"@types/node": "^18.15.12",
1616
"@typescript-eslint/eslint-plugin": "^5.59.0",
@@ -23,14 +23,14 @@
2323
"typescript": "^5.0.4"
2424
},
2525
"dependencies": {
26-
"@aws-quickstart/eks-blueprints": "^1.11.3",
26+
"@aws-quickstart/eks-blueprints": "^1.11.2",
2727
"constructs": "^10.0.0",
2828
"aws-cdk": "2.91.0",
2929
"eks-blueprints-cdk-kubeflow-ext": "0.1.9",
3030
"source-map-support": "^0.5.21"
3131
},
3232
"overrides": {
33-
"@aws-quickstart/eks-blueprints": "^1.11.3",
33+
"@aws-quickstart/eks-blueprints": "^1.11.2",
3434
"aws-cdk": "2.91.0",
3535
"xml2js": "0.5.0"
3636
}

0 commit comments

Comments
 (0)