Skip to content

Commit

Permalink
docs: add faker to qwik examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 22, 2024
1 parent 411213b commit 7a00180
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/qwik/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
Expand Down
1 change: 1 addition & 0 deletions examples/qwik/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
Expand Down
1 change: 1 addition & 0 deletions examples/qwik/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@faker-js/faker": "^8.4.1",
"serve": "^14.2.1",
"typescript": "5.4.2",
"vite": "^5.2.2"
Expand Down
9 changes: 9 additions & 0 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 7a00180

Please sign in to comment.