Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Jul 30, 2024
1 parent 3739c60 commit ed199fd
Show file tree
Hide file tree
Showing 5 changed files with 5,467 additions and 4,866 deletions.
32 changes: 16 additions & 16 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"preview": "vite preview"
},
"dependencies": {
"@polkadot/api": "^10.12.6",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/api": "^12.2.3",
"@polkadot/api-contract": "^12.2.3",
"@polkadot/util-crypto": "^13.0.2",
"@scio-labs/use-inkathon": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.2.5",
"typescript": "^5.4.4",
"vite": "^5.2.8"
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
18 changes: 9 additions & 9 deletions examples/scripts-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"type-check": "tsc --pretty --noEmit"
},
"dependencies": {
"@polkadot/api": "^10.12.6",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/api": "^12.2.3",
"@polkadot/api-contract": "^12.2.3",
"@polkadot/util-crypto": "^13.0.2",
"@scio-labs/use-inkathon": "workspace:*"
},
"devDependencies": {
"@polkadot/types": "^10.12.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@polkadot/types": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
"prettier": "^3.3.3",
"tsx": "^4.16.2",
"typescript": "^5.5.4"
}
}
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
}
Loading

0 comments on commit ed199fd

Please sign in to comment.