Skip to content

Commit 852e766

Browse files
committed
Fix root package json deps
1 parent ad49992 commit 852e766

File tree

2 files changed

+1786
-16
lines changed

2 files changed

+1786
-16
lines changed

js/package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
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",
@@ -44,9 +45,19 @@
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"

0 commit comments

Comments
 (0)