Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #143 from unicape/1.x
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
unicape authored Jan 16, 2024
2 parents 143dfce + 9f7ffd0 commit 784df8d
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 302 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rimraf": "^4.4.1",
"simple-git-hooks": "^2.9.0",
"typescript": "5.1.6",
"viem": "2.0.0-beta.15",
"viem": "2.x",
"vitest": "^0.34.5"
},
"packageManager": "[email protected]",
Expand Down
16 changes: 8 additions & 8 deletions playgrounds/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-persist-client-core": "5.8.1",
"@tanstack/query-sync-storage-persister": "5.8.1",
"@tanstack/vue-query": "5.8.1",
"@tanstack/query-persist-client-core": "5.8.1",
"vue": "^3.3.4",
"viem": "^2.0.0",
"use-wagmi": "workspace:*"
"use-wagmi": "workspace:*",
"viem": "^2.1.0",
"vue": "^3.4.14"
},
"devDependencies": {
"@tanstack/vue-query-devtools": "5.8.0",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"@vitejs/plugin-vue": "^4.6.2",
"buffer": "^6.0.3",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 784df8d

Please sign in to comment.