Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
netbonus committed Oct 22, 2024
1 parent 215dd0b commit 5a105b3
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 349 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"commit": "git-cz",
"lint:fix": "eslint src --c .ts,.tsx --config eslint.config.js --fix",
"lint": "eslint src --c .ts,.tsx --config eslint.config.js",
"postinstall": "npx patch-package",
"precommit": "npm run lint:fix && npm run test",
"prepublish": "",
"test": "vitest /src/__test__/unit /src/__test__/integration",
Expand Down Expand Up @@ -77,13 +76,13 @@
"@terra-money/terra.js": "^3.1.10",
"@types/elliptic": "^6.4.18",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"@types/readline-sync": "^1.4.8",
"@types/seedrandom": "^3.0.8",
"@eslint/js": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"acorn": ">=6.4.1",
"@eslint/js": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"acorn": ">=8.13.0",
"bip32": "^1.0.4",
"bip39": "^3.1.0",
"bitcoinjs-lib": "4.0.5",
Expand All @@ -99,17 +98,16 @@
"jsonc": "^2.0.0",
"lodash": ">=4.17.21",
"minimist": ">=1.2.8",
"msw": "^2.4.11",
"msw": "^2.5.0",
"node-fetch": "^3.3.2",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"random-words": "^2.0.1",
"readline-sync": "^1.4.10",
"seedrandom": "^3.0.5",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5a105b3

Please sign in to comment.