Skip to content

Commit 8c14347

Browse files
authored
chore: update to v4 (#40)
* chore: update to v4 * chore: remove lock
1 parent 185fa62 commit 8c14347

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
dist
1212
dist-ssr
1313
*.local
14+
.env
1415

1516
# Editor directories and files
1617
.vscode/*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@heroicons/react": "^2.0.17",
1515
"@radix-ui/react-toast": "^1.1.3",
1616
"@thirdweb-dev/chains": "^0.1",
17-
"@thirdweb-dev/react": "^3",
18-
"@thirdweb-dev/sdk": "^3",
17+
"@thirdweb-dev/react": "^4",
18+
"@thirdweb-dev/sdk": "^4",
1919
"class-variance-authority": "^0.6.0",
2020
"clsx": "^1.2.1",
2121
"ethers": "^5",

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ module.exports = {
5757
},
5858
},
5959
borderRadius: {
60-
lg: `var(--radius)`,
61-
md: `calc(var(--radius) - 2px)`,
60+
lg: "var(--radius)",
61+
md: "calc(var(--radius) - 2px)",
6262
sm: "calc(var(--radius) - 4px)",
6363
},
6464
fontFamily: {

0 commit comments

Comments
 (0)