Skip to content

Commit 9f8aa06

Browse files
committed
refactor: 统一类型版本
1 parent 33d8551 commit 9f8aa06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.17.9",
3+
"version": "0.17.10",
44
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
55
"type": "module",
66
"module": "dist/index.js",
@@ -81,8 +81,8 @@
8181
"clsx": "2.1.1",
8282
"file-type": "^20.4.1",
8383
"mime": "^4.0.7",
84-
"react": "19.1.0-canary-ff628334-20250205",
85-
"react-dom": "19.1.0-canary-ff628334-20250205",
84+
"react": "19.1.1",
85+
"react-dom": "19.1.1",
8686
"valtio": "2.1.3"
8787
},
8888
"dependencies": {

0 commit comments

Comments
 (0)