Skip to content

Commit 299221d

Browse files
authored
Unpin formiojs and core peer dependencies
1 parent d8ec97f commit 299221d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"lib"
7171
],
7272
"peerDependencies": {
73-
"@formio/core": "2.4.0",
74-
"@formio/js": "5.1.1",
73+
"@formio/core": "^2.4.0",
74+
"@formio/js": "^5.1.1",
7575
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0 || ^19.0.0",
7676
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0 || ^19.0.0"
7777
}

0 commit comments

Comments
 (0)