Skip to content

Commit

Permalink
chore(deps): update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 99848c2 commit 68df568
Show file tree
Hide file tree
Showing 11 changed files with 427 additions and 284 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"nuxt": "3.13.2",
"vue": "3.5.7",
"vue": "3.5.9",
"vue-router": "4.4.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"typescript": "5.6.2",
"vite": "5.4.7"
"vite": "5.4.8"
}
}
4 changes: 2 additions & 2 deletions examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"solid-js": "1.8.22"
"solid-js": "1.9.1"
},
"devDependencies": {
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-solid": "2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@walletconnect/types": "2.16.1",
"typescript": "5.6.2",
"vite": "5.4.7"
"vite": "5.4.8"
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"vue": "3.5.7"
"vue": "3.5.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vue-tsc": "2.1.6"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
Expand All @@ -37,7 +37,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-solid": "2.10.2",
"vitest": "2.1.1",
"vue-demi": "0.14.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@txnlab/use-wallet": "workspace:*"
},
"devDependencies": {
"@types/react": "18.3.8",
"@types/react": "18.3.9",
"algosdk": "2.9.0",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"@txnlab/use-wallet": "workspace:*"
},
"devDependencies": {
"@solidjs/testing-library": "0.8.9",
"@solidjs/testing-library": "0.8.10",
"algosdk": "2.9.0",
"solid-js": "1.8.22",
"solid-js": "1.9.1",
"tsup": "8.3.0",
"tsup-preset-solid": "2.2.0",
"typescript": "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"algosdk": "2.9.0",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vue": "3.5.7"
"vue": "3.5.9"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
Loading

0 comments on commit 68df568

Please sign in to comment.