Skip to content

Commit 8a53ca6

Browse files
committed
fix: check order status on stripe dropin change to avoid delay on Apple Pay
1 parent a322b0f commit 8a53ca6

2 files changed

Lines changed: 151 additions & 133 deletions

File tree

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
"dependencies": {
7676
"@commercelayer/js-auth": "^6.7.2",
7777
"@commercelayer/organization-config": "^2.3.0",
78-
"@commercelayer/react-components": "4.23.3",
78+
"@commercelayer/react-components": "4.23.4",
7979
"@commercelayer/sdk": "^6.42.0",
8080
"@faker-js/faker": "^9.8.0",
8181
"@headlessui/react": "^2.2.4",
82-
"@next/bundle-analyzer": "^15.3.2",
83-
"@next/eslint-plugin-next": "^15.3.2",
82+
"@next/bundle-analyzer": "^15.3.3",
83+
"@next/eslint-plugin-next": "^15.3.3",
8484
"@tailwindcss/forms": "^0.5.10",
8585
"@types/async-retry": "1.4.8",
86-
"@types/node": "^22.15.23",
86+
"@types/node": "^22.15.29",
8787
"@types/react": "^18.3.12",
8888
"@types/react-gtm-module": "^2.0.4",
8989
"@types/styled-components": "^5.1.34",
@@ -96,10 +96,10 @@
9696
"cronstrue": "^2.61.0",
9797
"dotenv": "^16.5.0",
9898
"i18next": "^25.2.1",
99-
"next": "^15.3.2",
99+
"next": "^15.3.3",
100100
"next-build-id": "^3.0.0",
101101
"next-i18next": "^15.4.2",
102-
"postcss": "^8.5.3",
102+
"postcss": "^8.5.4",
103103
"react": "^18.3.1",
104104
"react-dom": "^18.3.1",
105105
"react-gtm-module": "^2.0.11",
@@ -122,7 +122,7 @@
122122
"npm-check-updates": "^18.0.1",
123123
"semantic-release": "^24.2.5",
124124
"serve": "^14.2.4",
125-
"stylelint": "^16.19.1",
125+
"stylelint": "^16.20.0",
126126
"stylelint-config-standard": "^36.0.1"
127127
},
128128
"resolutions": {
@@ -142,9 +142,7 @@
142142
"preset": "styled-components"
143143
}
144144
},
145-
"cacheDirectories": [
146-
".next/cache"
147-
],
145+
"cacheDirectories": [".next/cache"],
148146
"pnpm": {
149147
"overrides": {
150148
"micromatch@<4.0.8": ">=4.0.8",

0 commit comments

Comments
 (0)