Skip to content

Commit 511e3cb

Browse files
fix: lock react version to react for fix test bug (#1553)
* fix: test bug * fix: hash for debug
1 parent ed0f8da commit 511e3cb

File tree

2 files changed

+326
-371
lines changed

2 files changed

+326
-371
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@
146146
},
147147
"pnpm": {
148148
"overrides": {
149-
"nwsapi": "2.2.13"
149+
"nwsapi": "2.2.13",
150+
"react": "18.3.1",
151+
"react-dom": "18.3.1"
150152
}
151153
}
152154
}

0 commit comments

Comments
 (0)