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 Oct 19, 2024
1 parent 85700c0 commit 7bcffc9
Show file tree
Hide file tree
Showing 10 changed files with 410 additions and 341 deletions.
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@walletconnect/sign-client": "^2.17.0",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"next": "14.2.14",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "14.2.14",
"eslint-config-next": "14.2.15",
"typescript": "5.6.2"
}
}
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.11",
"vue": "3.5.12",
"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 @@ -21,14 +21,14 @@
},
"devDependencies": {
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "4.3.2",
"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.8"
"vite": "5.4.9"
}
}
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.17.0",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"solid-js": "1.9.1"
"solid-js": "1.9.2"
},
"devDependencies": {
"typescript": "5.6.2",
"vite": "5.4.8",
"vite": "5.4.9",
"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.17.0",
"typescript": "5.6.2",
"vite": "5.4.8"
"vite": "5.4.9"
},
"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.17.0",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"vue": "3.5.11"
"vue": "3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"typescript": "5.6.2",
"vite": "5.4.8",
"vite": "5.4.9",
"vue-tsc": "2.1.6"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"example:nuxt": "pnpm --filter \"./examples/nuxt\" dev"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitejs/plugin-react": "4.3.2",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
Expand All @@ -37,9 +37,9 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"vite": "5.4.8",
"vite": "5.4.9",
"vite-plugin-solid": "2.10.2",
"vitest": "2.1.2",
"vitest": "2.1.3",
"vue-demi": "0.14.10"
}
}
2 changes: 1 addition & 1 deletion packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@solidjs/testing-library": "0.8.10",
"algosdk": "2.9.0",
"solid-js": "1.9.1",
"solid-js": "1.9.2",
"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.11"
"vue": "3.5.12"
},
"peerDependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
Loading

0 comments on commit 7bcffc9

Please sign in to comment.