Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/wallet-template/…
Browse files Browse the repository at this point in the history
…accounts-switch
  • Loading branch information
ryanleecode committed Mar 29, 2024
2 parents 509ab27 + 9eee519 commit 6b3afe7
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 235 deletions.
4 changes: 2 additions & 2 deletions examples/light-client-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@substrate/unstable-wallet-provider": "workspace:^",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/light-client-extension-helpers-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react-swc": "^3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/chrome": "^0.0.263",
"@types/node": "^20.11.30",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^7.3.1",
"concurrently": "^8.2.2",
Expand Down
Loading

0 comments on commit 6b3afe7

Please sign in to comment.