Skip to content

Commit aa383bd

Browse files
authored
Merge branch 'develop' into bugifx/ci-stale-template
2 parents 770b8bb + 3753674 commit aa383bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/template-retail-react-app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Send PWA Kit events to Data Cloud [#318] (https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2229)
66
- Fix dependencies vulnerabilities [#2338](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2338)
77
- Fix accessibility issues [#2375](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2375)
8-
- Update cc-datacloud-typescript package to use a fixed lock version [#2392](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2391)
8+
- Update cc-datacloud-typescript package to use a fixed lock version [#2392](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2392)
99

1010
## v6.0.1 (Mar 05, 2025)
1111
- Update PWA-Kit SDKs to v3.9.1 [#2301](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2301)

packages/template-retail-react-app/jest-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const setupMockServer = () => {
9494
return res(ctx.delay(0), ctx.status(200), ctx.json({}))
9595
}),
9696
// Mock Data Cloud API
97-
rest.post('*.pc-rnd.c360a.salesforce.com/web/events/*', (req, res, ctx) => {
97+
rest.post('*.c360a.salesforce.com/web/events/*', (req, res, ctx) => {
9898
return res(ctx.delay(0), ctx.status(204), ctx.json({}))
9999
})
100100
)

packages/template-retail-react-app/package-lock.json

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

packages/template-retail-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@lhci/cli": "^0.11.0",
4646
"@loadable/component": "^5.15.3",
4747
"@peculiar/webcrypto": "^1.4.2",
48-
"@salesforce/cc-datacloud-typescript": "1.0.10",
48+
"@salesforce/cc-datacloud-typescript": "1.1.2",
4949
"@salesforce/commerce-sdk-react": "3.3.0-dev.1",
5050
"@salesforce/pwa-kit-dev": "3.10.0-dev.1",
5151
"@salesforce/pwa-kit-react-sdk": "3.10.0-dev.1",

0 commit comments

Comments
 (0)