Skip to content

Commit e268e67

Browse files
Merge pull request #3566 from SalesforceCommerceCloud/o.olaosebikan/aws-sdk
@W-20452321: Migrate AWS SDK V2 to V3
2 parents 1c39b41 + 758c27e commit e268e67

File tree

7 files changed

+2718
-469
lines changed

7 files changed

+2718
-469
lines changed

package-lock.json

Lines changed: 1334 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"test:e2e:extra_features": "npx playwright test --project=extra-features-desktop --project=extra-features-mobile"
2727
},
2828
"devDependencies": {
29-
"@playwright/test": "^1.49.0",
3029
"@axe-core/playwright": "^4.10.1",
31-
"commander": "^9.5.0",
32-
"eslint": "^8.37.0",
33-
"eslint-plugin-header": "^3.1.1",
34-
"eslint-plugin-no-relative-import-paths": "^1.5.3",
30+
"@playwright/test": "^1.49.0",
3531
"@typescript-eslint/eslint-plugin": "^5.57.0",
3632
"@typescript-eslint/parser": "^5.57.0",
33+
"commander": "^9.5.0",
34+
"eslint": "^8.37.0",
3735
"eslint-config-prettier": "8.8.0",
36+
"eslint-plugin-header": "^3.1.1",
3837
"eslint-plugin-jest": "^27.2.1",
3938
"eslint-plugin-jsx-a11y": "6.7.1",
39+
"eslint-plugin-no-relative-import-paths": "^1.5.3",
4040
"eslint-plugin-prettier": "4.2.1",
4141
"eslint-plugin-react": "^7.32.2",
4242
"eslint-plugin-react-hooks": "^4.6.0",
4343
"eslint-plugin-use-effect-no-deps": "^1.1.2",
44-
"prettier": "^2.8.6",
4544
"jsdom": "^22.1.0",
4645
"lerna": "^6.6.1",
46+
"prettier": "^2.8.6",
4747
"semver": "^7.5.2",
4848
"shelljs": "^0.9.2",
4949
"syncpack": "^10.1.0"
@@ -53,6 +53,7 @@
5353
"npm": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
5454
},
5555
"dependencies": {
56+
"@aws-sdk/client-cloudwatch": "^3.962.0",
5657
"node-fetch": "^2.6.9"
5758
}
5859
}

0 commit comments

Comments
 (0)