Skip to content

Commit a32af96

Browse files
committed
dependencies updated
1 parent 2e009c2 commit a32af96

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"formbold"
2929
],
3030
"devDependencies": {
31-
"@types/react-dom": "19.0.0",
32-
"typescript": "5.8.2"
31+
"@types/react-dom": "^19.0.0",
32+
"typescript": "^5.8.2"
3333
},
3434
"peerDependencies": {
35-
"@types/react": "19.0.0",
36-
"react": "19.0.0",
37-
"react-dom": "19.0.0"
35+
"@types/react": "^19.0.0",
36+
"react": "^19.0.0",
37+
"react-dom": "^19.0.0"
3838
},
3939
"bugs": {
4040
"url": "https://github.com/FormBold/formbold-react/issues"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)