We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d8551 commit 9f8aa06Copy full SHA for 9f8aa06
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-flow-interface",
3
- "version": "0.17.9",
+ "version": "0.17.10",
4
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
"type": "module",
6
"module": "dist/index.js",
@@ -81,8 +81,8 @@
81
"clsx": "2.1.1",
82
"file-type": "^20.4.1",
83
"mime": "^4.0.7",
84
- "react": "19.1.0-canary-ff628334-20250205",
85
- "react-dom": "19.1.0-canary-ff628334-20250205",
+ "react": "19.1.1",
+ "react-dom": "19.1.1",
86
"valtio": "2.1.3"
87
},
88
"dependencies": {
0 commit comments