Skip to content

Commit

Permalink
docs: add missing faker-js dependency (#5372)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDz authored Feb 27, 2024
1 parent 631886b commit 8004b9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/vue/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.14",
"@tanstack/vue-table": "^8.12.0"
"@faker-js/faker": "^8.4.1",
"@tanstack/vue-table": "^8.12.0",
"vue": "^3.4.14"
},
"devDependencies": {
"@types/node": "^20.11.2",
Expand Down

0 comments on commit 8004b9a

Please sign in to comment.