File tree Expand file tree Collapse file tree 2 files changed +1786
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1786
-16
lines changed Original file line number Diff line number Diff line change 3232 "scripts" : {
3333 "prebuild" : " rm -rf lib" ,
3434 "build" : " npx rollup --config rollup.config.js" ,
35- "test" : " yarn node --no-warnings --experimental-vm-modules $(yarn bin jest) --detectOpenHandles"
35+ "test" : " yarn node --no-warnings --experimental-vm-modules $(yarn bin jest) --detectOpenHandles" ,
36+ "test-hooks" : " vitest"
3637 },
3738 "peerDependencies" : {
3839 "@gear-js/api" : " 0.38.2" ,
4445 },
4546 "devDependencies" : {
4647 "@gear-js/api" : " 0.38.2" ,
48+ "@gear-js/react-hooks" : " 0.13.0" ,
4749 "@polkadot/api" : " 12.0.1" ,
4850 "@polkadot/types" : " 12.0.1" ,
49- "jest" : " ^29.7.0"
51+ "@tanstack/react-query" : " ^5.56.2" ,
52+ "@testing-library/dom" : " ^10.4.0" ,
53+ "@testing-library/react" : " ^16.0.1" ,
54+ "@types/react" : " ^18" ,
55+ "@types/react-dom" : " ^18" ,
56+ "happy-dom" : " ^15.7.4" ,
57+ "jest" : " ^29.7.0" ,
58+ "react" : " ^18.3.1" ,
59+ "react-dom" : " ^18.3.1" ,
60+ "vitest" : " ^2.1.1"
5061 },
5162 "files" : [
5263 " lib"
You can’t perform that action at this time.
0 commit comments