Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 568ae2b

Browse files
committed
remove aws-sdk dependency
1 parent e22df2f commit 568ae2b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

create-keystone-app/starter/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"build": "keystone build",
99
"postinstall": "keystone postinstall"
1010
},
11-
"// @aws-sdk": "temporary dependency until https://github.com/keystonejs/keystone/issues/8023 is resolved",
1211
"dependencies": {
13-
"@aws-sdk/util-endpoints": "^3.192.0",
1412
"@keystone-6/auth": "^5.0.0",
1513
"@keystone-6/core": "^3.0.1",
1614
"@keystone-6/fields-document": "^5.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@
974974
"@aws-sdk/types" "3.193.0"
975975
tslib "^2.3.1"
976976

977-
"@aws-sdk/[email protected]", "@aws-sdk/util-endpoints@^3.192.0":
977+
"@aws-sdk/[email protected]":
978978
version "3.194.0"
979979
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.194.0.tgz#0cd08a96eebf85e7d250d7dfea19dd0e79a7848a"
980980
integrity sha512-G+DGC3Zx0GnQpt4DpRmVcCfliNxf3nwBtZ3JIdCptkUZgDEpLYzOfjbf3bUyPTQh+oGHeqfnVAF+rFjTnYql3A==

0 commit comments

Comments
 (0)