Skip to content

Commit

Permalink
chore: install consistent package versions in new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Dec 31, 2024
1 parent 55d6dc5 commit 1ccc9c1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 51 deletions.
12 changes: 6 additions & 6 deletions examples/vue/virtualized-rows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@tanstack/vue-table": "^8.20.5",
"@tanstack/vue-virtual": "^3.10.8",
"vue": "^3.5.11"
"vue": "^3.4.31"
},
"devDependencies": {
"@faker-js/faker": "^9",
"@faker-js/faker": "^8.4.1",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "5.6.2",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "5.4.5",
"vite": "^5.3.2",
"vue-tsc": "^2.0.22"
}
}
84 changes: 39 additions & 45 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 1ccc9c1

Please sign in to comment.