-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5,467 additions
and
4,866 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,9 @@ | |
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=18 <=20", | ||
"pnpm": "8" | ||
"node": ">=18" | ||
}, | ||
"packageManager": "[email protected]", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -59,10 +59,11 @@ | |
"dev:react-example": "concurrently \"pnpm run dev\" \"pnpm run -F \"{examples/react-ts}\" dev\"", | ||
"dev:scripts-example": "pnpm run build && pnpm run -F \"{examples/scripts-ts}\" script", | ||
"node": "substrate-contracts-node --dev --port 9944 --base-path ./.node-data", | ||
"type-check": "tsc --pretty --noEmit", | ||
"lint": "prettier . --check && pnpm eslint .", | ||
"lint:fix": "prettier . --write && pnpm eslint . --fix", | ||
"lint:format": "prettier . --write", | ||
"typecheck": "tsc --pretty --noEmit", | ||
"typesync": "typesync && pnpm install", | ||
"typedoc": "typedoc src/index.ts --titleLink \"https://github.com/scio-labs/use-inkathon\"", | ||
"changeset:version": "pnpm run typedoc && changeset version", | ||
"changeset:publish": "pnpm run build && changeset publish" | ||
|
@@ -94,18 +95,19 @@ | |
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@types/node": "^20.12.6", | ||
"@types/react": "^18.2.75", | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"@types/react": "^18.3.3", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"concurrently": "^8.2.2", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react": "^7.35.0", | ||
"lint-staged": "^15.2.2", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.3", | ||
"simple-git-hooks": "^2.11.1", | ||
"tsup": "^8.0.2", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.4" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4", | ||
"typesync": "^0.13.0" | ||
} | ||
} |
Oops, something went wrong.