Skip to content

Commit ff3d1c3

Browse files
author
Duke
committed
fix: corrected dependency
1 parent 847f0bd commit ff3d1c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bun.lockb

363 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "^18.0.0 || ^19.0.0"
88
},
99
"peerDependencies": {
10-
"@submodule/react": "^11.2.0",
10+
"@submodule/core": "^11.2.0",
1111
"react": "^18.0.0 || ^19.0.0"
1212
},
1313
"tsup": {
@@ -49,6 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@testing-library/react": "^16.1.0",
52+
"@submodule/core": "^11.2.0",
5253
"tsup": "^8.3.5",
5354
"typescript": "^5.7.2",
5455
"vitest": "^2.1.8"

0 commit comments

Comments
 (0)