Skip to content

Commit

Permalink
build: bump dependencies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Sep 8, 2024
1 parent 9282606 commit 179402e
Show file tree
Hide file tree
Showing 10 changed files with 1,022 additions and 877 deletions.
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"docusaurus-plugin-typedoc-api": "^4.2.1",
"prism-react-renderer": "^2.3.1",
"docusaurus-plugin-typedoc-api": "^4.4.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.1",
"@docusaurus/tsconfig": "3.5.1",
"@docusaurus/types": "3.5.1",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"typescript": "^5.5.4"
},
"browserslist": {
Expand Down
6 changes: 3 additions & 3 deletions apps/example/.papi/descriptors/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "0.1.0-autogenerated.13427088018156132241",
"version": "0.1.0-autogenerated.9166609414506677399",
"name": "@polkadot-api/descriptors",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@walletconnect/universal-provider": "^2.14.0",
"date-fns": "^3.6.0",
"jotai-devtools": "^0.10.1",
"polkadot-api": "^1.0.0",
"polkadot-api": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
Expand All @@ -28,11 +28,11 @@
"@tsconfig/recommended": "^1.0.7",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"typescript": "^5.5.4",
"vite": "^5.4.0"
"vite": "^5.4.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"husky": "^9.1.4",
"nx": "^19.5.7",
"husky": "^9.1.5",
"nx": "^19.6.5",
"prettier": "^3.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@tsconfig/strictest": "^2.0.5",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"eslint": "^9.9.0",
"polkadot-api": "^1.0.0",
"eslint": "^9.10.0",
"polkadot-api": "^1.2.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@walletconnect/modal": "2.x",
"@walletconnect/universal-provider": "2.x",
"polkadot-api": "^1.0.0"
"polkadot-api": "1.x"
},
"peerDependenciesMeta": {
"@walletconnect/modal": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"type": "module",
"main": "index.js",
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.10.0",
"@eslint-react/eslint-plugin": "^1.13.0",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.10.0",
"@types/eslint__js": "^8.42.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tsdoc": "^0.3.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
"typescript-eslint": "^8.4.0"
},
"peerDependencies": {
"eslint": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@reactive-dot/eslint-config": "workspace:^",
"@tsconfig/recommended": "^1.0.7",
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^18.3.3",
"eslint": "^9.9.0",
"polkadot-api": "^1.0.0",
"@types/react": "^18.3.5",
"eslint": "^9.10.0",
"polkadot-api": "^1.2.0",
"react": "^18.3.1",
"typescript": "^5.5.4"
},
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/hooks/use-query-error-resetter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { resetQueryError } from "../utils/jotai.js";
*
* @returns Function to reset caught query error
*/
// eslint-disable-next-line @eslint-react/hooks-extra/no-redundant-custom-hook
export function useQueryErrorResetter() {
return resetQueryError;
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@reactive-dot/eslint-config": "workspace:^",
"@tsconfig/recommended": "^1.0.7",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
Expand Down
Loading

0 comments on commit 179402e

Please sign in to comment.