Skip to content

Commit

Permalink
Merge pull request #33 from swan-io/update-boxed
Browse files Browse the repository at this point in the history
Update Boxed to v3
bloodyowl authored Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents e86c7e6 + 53f0270 commit 3463b51
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"react": ">=18.0.0"
},
"dependencies": {
"@swan-io/boxed": "^2.3.0"
"@swan-io/boxed": "^3.0.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.2",
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@swan-io/boxed": "^2.3.0",
"@swan-io/boxed": "^3.0.0",
"@swan-io/chicane": "^2.0.0",
"@swan-io/use-form": "link:../",
"card-validator": "^9.1.0",
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
@@ -1168,10 +1168,10 @@
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.14.0.tgz#0bb7ac3cd1c3292db1f39afdabfd03ccea3a3d34"
integrity sha512-aGg7iToJjdklmxlUlJh/PaPNa4PmqHfyRMLunbL3eaMO0gp656+q1zOKkpJ/CVe9CryJv6tAN1HDoR8cNGzkag==

"@swan-io/boxed@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@swan-io/boxed/-/boxed-2.3.0.tgz#aafa19432a3fa2c00d472be7832632619c4ed5ff"
integrity sha512-ubonCw2GLblwsA9rodcDnhLvCY+0d9g0KyMFyzKZa+vPumWQ8IZ6HFjdQT3Nm5yC+/RnSmJ20RMPwOn/06M8Vw==
"@swan-io/boxed@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@swan-io/boxed/-/boxed-3.0.0.tgz#2118f0362461cd68d813a4286f15b59798074a90"
integrity sha512-E5so5kp40ZEwa/vQDxH9BevaKFrm6P4Gy84D2+q9tQeNcUQc2rrE3StH9tHLRCh+LcI5h9Nv3JMbpwpI3p8nQQ==

"@swan-io/chicane@^2.0.0":
version "2.0.0"
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -475,10 +475,10 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@swan-io/boxed@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@swan-io/boxed/-/boxed-2.3.0.tgz#aafa19432a3fa2c00d472be7832632619c4ed5ff"
integrity sha512-ubonCw2GLblwsA9rodcDnhLvCY+0d9g0KyMFyzKZa+vPumWQ8IZ6HFjdQT3Nm5yC+/RnSmJ20RMPwOn/06M8Vw==
"@swan-io/boxed@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@swan-io/boxed/-/boxed-3.0.0.tgz#2118f0362461cd68d813a4286f15b59798074a90"
integrity sha512-E5so5kp40ZEwa/vQDxH9BevaKFrm6P4Gy84D2+q9tQeNcUQc2rrE3StH9tHLRCh+LcI5h9Nv3JMbpwpI3p8nQQ==

"@testing-library/dom@^9.0.0":
version "9.3.4"

0 comments on commit 3463b51

Please sign in to comment.