Skip to content

Commit ac4bc0b

Browse files
committed
fix: add classnames, react-icons and react-hook-form dependencies (for pre-made bricks)
1 parent 57279e1 commit ac4bc0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@types/react-dom": "19.0.4",
14+
"classnames": "^2.5.1",
1415
"dayjs": "^1.11.13",
1516
"email-validator": "^2.0.4",
1617
"jsonp": "^0.2.1",
@@ -22,6 +23,8 @@
2223
"react": "19.0.0",
2324
"react-bricks": "^4.7.0",
2425
"react-dom": "19.0.0",
26+
"react-hook-form": "^7.54.2",
27+
"react-icons": "^5.5.0",
2528
"react-slick": "^0.30.3",
2629
"slick-carousel": "^1.8.1"
2730
},

0 commit comments

Comments
 (0)