Skip to content

Commit 9b21d76

Browse files
committed
feat: libs
1 parent 3eb5f49 commit 9b21d76

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,5 @@
5555
"dependencies": {
5656
"@aws-sdk/client-cloudwatch": "^3.962.0",
5757
"node-fetch": "^2.6.9"
58-
},
59-
"volta": {
60-
"node": "24.0.0",
61-
"npm": "11.0.0"
6258
}
6359
}

packages/commerce-sdk-react/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## v5.1.0-dev
2+
- Add Page Designer Support
23
- Bump commerce-sdk-isomorphic to 5.1.0
34
- Add Node 24 support. Drop Node 16 support. [#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
45
- Add Shopper Consents API support [#3674](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3674)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
},
111111
{
112112
"path": "build/vendor.js",
113-
"maxSize": "388 kB"
113+
"maxSize": "391 kB"
114114
}
115115
]
116116
}

0 commit comments

Comments
 (0)