Skip to content

Commit

Permalink
chore: fix multiple-dependency-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Feb 12, 2024
1 parent 5f1b505 commit cac31bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
8 changes: 4 additions & 4 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.18.1",
"@tanstack/vue-query-devtools": "^5.18.1",
"@tanstack/vue-query": "^5.20.1",
"@tanstack/vue-query-devtools": "^5.20.1",
"vue": "^3.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "5.2.2",
"vite": "^5.0.10"
"vite": "^5.1.1"
}
}
26 changes: 10 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cac31bc

Please sign in to comment.