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] committed Sep 16, 2024
1 parent 98b62a8 commit a61f0ee
Show file tree
Hide file tree
Showing 9 changed files with 253 additions and 305 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@walletconnect/sign-client": "^2.16.1",
"algosdk": "2.9.0",
"lute-connect": "^1.3.0",
"next": "14.2.9",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -24,7 +24,7 @@
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"eslint-config-next": "14.2.11",
"typescript": "5.5.4"
}
}
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.3.0",
"nuxt": "3.13.1",
"vue": "3.5.3",
"vue": "3.5.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.11",
"typescript": "5.5.4",
"vite": "5.4.3"
"vite": "5.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "5.5.4",
"vite": "5.4.3",
"vite": "5.4.4",
"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.5.4",
"vite": "5.4.3"
"vite": "5.4.4"
},
"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.3.0",
"vue": "3.5.3"
"vue": "3.5.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.3",
"typescript": "5.5.4",
"vite": "5.4.3",
"vite": "5.4.4",
"vue-tsc": "2.1.6"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"vite": "5.4.3",
"vite": "5.4.4",
"vite-plugin-solid": "2.10.2",
"vitest": "2.0.5",
"vitest": "2.1.0",
"vue-demi": "0.14.10"
}
}
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.2.4",
"typescript": "5.5.4",
"vue": "3.5.3"
"vue": "3.5.4"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
Loading

0 comments on commit a61f0ee

Please sign in to comment.