Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 4, 2024
1 parent 86e89d8 commit 7d92a85
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 349 deletions.
4 changes: 2 additions & 2 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.13.3",
"date-fns": "^3.6.0",
"polkadot-api": "^0.9.0",
"polkadot-api": "^0.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13"
Expand All @@ -30,6 +30,6 @@
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.6.0",
"typescript": "^5.5.3",
"vite": "^5.3.2"
"vite": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"husky": "^9.0.11",
"nx": "^19.3.2",
"nx": "^19.4.0",
"prettier": "^3.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.13.3",
"eslint": "^9.6.0",
"polkadot-api": "^0.9.0",
"polkadot-api": "^0.9.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "index.js",
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.5.20",
"@eslint-react/eslint-plugin": "^1.5.22",
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.6.0",
"@types/eslint__js": "^8.42.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^18.3.3",
"eslint": "^9.6.0",
"polkadot-api": "^0.9.0",
"polkadot-api": "^0.9.1",
"react": "^18.3.1",
"typescript": "^5.5.3"
}
Expand Down
Loading

0 comments on commit 7d92a85

Please sign in to comment.