Skip to content

Commit be68718

Browse files
committed
Update dependencies
1 parent 14af26c commit be68718

File tree

2 files changed

+303
-65
lines changed

2 files changed

+303
-65
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@radix-ui/react-slot": "^1.2.3",
4040
"@radix-ui/react-tooltip": "^1.2.7",
4141
"@radix-ui/themes": "^1.1.0",
42+
"@svgr/webpack": "^8.1.0",
4243
"@tailwindcss/postcss": "^4.1.11",
4344
"@types/express": "^4.17.17",
4445
"@vercel/analytics": "^1.4.1",
@@ -85,7 +86,6 @@
8586
"devDependencies": {
8687
"@fullhuman/postcss-purgecss": "^4.1.3",
8788
"@playwright/test": "^1.53.2",
88-
"@svgr/webpack": "^8.1.0",
8989
"@tailwindcss/typography": "^0.5.2",
9090
"@testing-library/dom": "^10.4.0",
9191
"@testing-library/jest-dom": "^6.6.3",
@@ -137,5 +137,6 @@
137137
},
138138
"optionalDependencies": {
139139
"bufferutil": "^4.0.9"
140-
}
140+
},
141+
"peerDependencies": {}
141142
}

0 commit comments

Comments
 (0)