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 Dec 12, 2024
1 parent 9869279 commit b8cdf72
Show file tree
Hide file tree
Showing 8 changed files with 291 additions and 345 deletions.
8 changes: 4 additions & 4 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.2",
"algosdk": "2.9.0",
"lute-connect": "^1.4.1",
"next": "14.2.18",
"next": "14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.3",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"eslint-config-next": "14.2.20",
"typescript": "5.6.3"
}
}
14 changes: 7 additions & 7 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.3",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"typescript": "5.6.3",
"vite": "6.0.2"
"vite": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"typescript": "5.6.3",
"vite": "6.0.2",
"vite": "6.0.3",
"vite-plugin-solid": "2.11.0"
}
}
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.2",
"typescript": "5.6.3",
"vite": "6.0.2"
"vite": "6.0.3"
},
"dependencies": {
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.6.3",
"vite": "6.0.2",
"vite": "6.0.3",
"vue-tsc": "2.1.10"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@testing-library/react": "16.1.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/test-utils": "2.4.6",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.4.1",
"vite": "6.0.2",
"prettier": "3.4.2",
"vite": "6.0.3",
"vite-plugin-solid": "2.11.0",
"vitest": "2.1.6",
"vitest": "2.1.8",
"vue-demi": "0.14.10"
}
}
2 changes: 1 addition & 1 deletion packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@txnlab/use-wallet": "workspace:*"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react": "18.3.14",
"algosdk": "2.9.0",
"jsdom": "25.0.1",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit b8cdf72

Please sign in to comment.