Skip to content

Commit 7b123d0

Browse files
author
vmarta_sfemu
committed
Sync from monorepo
Template version: 0.4.1 Uses NPM packages @salesforce/storefront-next-* v0.4.1 Synced by: vmarta_sfemu Monorepo SHA: f1a286568b4f9bc493f2a058bed1cfdb8b11ef47 Latest change: f1a286568 - fix: make @react-router/dev and @react-router/fs-routes optional peer deps (backport) (#1739)
1 parent 561b957 commit 7b123d0

4 files changed

Lines changed: 1795 additions & 2012 deletions

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/storefront-next-e2e",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"scripts": {
66
"typecheck": "pnpm def && tsc --noEmit",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-retail-rsc-app",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Production-ready React storefront template for Salesforce Commerce Cloud.",
55
"private": true,
66
"type": "module",
@@ -82,8 +82,8 @@
8282
"@radix-ui/react-switch": "1.2.2",
8383
"@radix-ui/react-tooltip": "1.2.8",
8484
"@react-router/node": "7.12.0",
85-
"@salesforce/storefront-next-dev": "0.4.0",
86-
"@salesforce/storefront-next-runtime": "0.4.0",
85+
"@salesforce/storefront-next-dev": "0.4.1",
86+
"@salesforce/storefront-next-runtime": "0.4.1",
8787
"@vis.gl/react-google-maps": "1.7.1",
8888
"class-variance-authority": "0.7.1",
8989
"clsx": "2.1.1",

0 commit comments

Comments
 (0)