@salesforce/retail-react-app 4.0.0 → 4.1.0-nightly-20240809080151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/retail-react-app",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0-nightly-20240809080151",
|
|
4
4
|
"license": "See license in LICENSE",
|
|
5
5
|
"author": "cc-pwa-kit@salesforce.com",
|
|
6
6
|
"ccExtensibility": {
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@lhci/cli": "^0.11.0",
|
|
46
46
|
"@loadable/component": "^5.15.3",
|
|
47
47
|
"@peculiar/webcrypto": "^1.4.2",
|
|
48
|
-
"@salesforce/commerce-sdk-react": "3.
|
|
49
|
-
"@salesforce/pwa-kit-dev": "3.
|
|
50
|
-
"@salesforce/pwa-kit-react-sdk": "3.
|
|
51
|
-
"@salesforce/pwa-kit-runtime": "3.
|
|
48
|
+
"@salesforce/commerce-sdk-react": "3.1.0-nightly-20240809080151",
|
|
49
|
+
"@salesforce/pwa-kit-dev": "3.8.0-nightly-20240809080151",
|
|
50
|
+
"@salesforce/pwa-kit-react-sdk": "3.8.0-nightly-20240809080151",
|
|
51
|
+
"@salesforce/pwa-kit-runtime": "3.8.0-nightly-20240809080151",
|
|
52
52
|
"@tanstack/react-query": "^4.28.0",
|
|
53
53
|
"@tanstack/react-query-devtools": "^4.29.1",
|
|
54
54
|
"@testing-library/dom": "^9.0.1",
|
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
72
|
"msw": "^1.2.1",
|
|
73
73
|
"nanoid": "^3.3.4",
|
|
74
|
-
"njwt": "^1.2.0",
|
|
75
74
|
"prop-types": "^15.8.1",
|
|
76
75
|
"query-string": "^7.1.3",
|
|
77
76
|
"raf": "^3.4.1",
|
|
@@ -100,5 +99,5 @@
|
|
|
100
99
|
"maxSize": "320 kB"
|
|
101
100
|
}
|
|
102
101
|
],
|
|
103
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "db578a1eb331a9ea14262941d9fa4a5866d70095"
|
|
104
103
|
}
|