Skip to content

Commit dd870a3

Browse files
authoredDec 27, 2023
docs: Update example package.json to include faker (#5230)
1 parent 23a8e2e commit dd870a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/react/column-resizing-performant/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12+
"@faker-js/faker": "^8.0.2",
1213
"@tanstack/react-table": "8.11.2",
1314
"react": "^18.2.0",
1415
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.