Skip to content

Commit 1a2c827

Browse files
committed
fix: disable place order button on mobile
1 parent 305299e commit 1a2c827

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"commercelayer"
6969
],
7070
"dependencies": {
71-
"@commercelayer/react-components": "^3.12.1",
71+
"@commercelayer/react-components": "^3.12.2",
7272
"@headlessui/react": "^1.6.1",
7373
"@rollbar/react": "^0.11.0",
7474
"async-retry": "^1.3.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,10 @@
514514
client-oauth2 "^4.3.3"
515515
tslib "^2.3.1"
516516

517-
"@commercelayer/react-components@^3.12.1":
518-
version "3.12.1"
519-
resolved "https://registry.yarnpkg.com/@commercelayer/react-components/-/react-components-3.12.1.tgz#ccc524ca7775708a629b50ec4dcdc27aaa44b74e"
520-
integrity sha512-ianbdQKlGobZPAJa90Yxsx7alhoVpQDXjQOC3OVgi8yTfa07B32YJKV9MjnE7ly747nlZI0QVeAq/1Q9x+mA3Q==
517+
"@commercelayer/react-components@^3.12.2":
518+
version "3.12.2"
519+
resolved "https://registry.yarnpkg.com/@commercelayer/react-components/-/react-components-3.12.2.tgz#f1cf5bcac64038b2b2ece8e5d582c458015bb7cf"
520+
integrity sha512-UO8CW34JWK/El3VCPJo4x1IkdVPjNrEJmSIM6IJkrtewBIaSm9IzkgwCgtVD59gk/sZ07JLFXKnWtXa13L6CCg==
521521
dependencies:
522522
"@ac-dev/countries-service" "^1.2.0"
523523
"@ac-dev/states-service" "^1.1.0"

0 commit comments

Comments
 (0)