Skip to content

Commit 90cb106

Browse files
acasazzamalessani
authored andcommitted
feat: Update commercelayer react components to the latest version. Closes #524.
1 parent 637abb5 commit 90cb106

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

components/composite/StepPayment/PaymentContainer/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const PaymentContainer = ({ primaryColor, children }: Props) => {
2727
colorFormBorder: "#E6E7E7",
2828
colorPrimary: "#30313d",
2929
colorOutline: "var(--primary-light)",
30-
// @ts-expect-error no types
3130
label: {
3231
fontFamily: "Manrope, sans-serif",
3332
fontSize: "14px",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"dependencies": {
7676
"@commercelayer/js-auth": "^6.7.2",
7777
"@commercelayer/organization-config": "^2.3.0",
78-
"@commercelayer/react-components": "4.23.1",
78+
"@commercelayer/react-components": "4.23.2",
7979
"@commercelayer/sdk": "^6.41.0",
8080
"@faker-js/faker": "^9.7.0",
8181
"@headlessui/react": "^2.2.2",
@@ -142,7 +142,9 @@
142142
"preset": "styled-components"
143143
}
144144
},
145-
"cacheDirectories": [".next/cache"],
145+
"cacheDirectories": [
146+
".next/cache"
147+
],
146148
"pnpm": {
147149
"overrides": {
148150
"micromatch@<4.0.8": ">=4.0.8",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)