Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed May 7, 2024
1 parent 0c8fdaa commit 4b06786
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
26 changes: 25 additions & 1 deletion package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
DataSource,
InfiniteTableColumn,
} from '@infinite-table/infinite-react';
import { useMemo, useState } from 'react';
import { Sparklines, SparklinesLine } from 'react-sparklines';

export type Employee = {
Expand Down
2 changes: 2 additions & 0 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@types/parse-numeric-range": "^0.0.1",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/react-sparklines": "^1.7.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vanilla-extract/next-plugin": "^2.4.0",
Expand Down Expand Up @@ -137,6 +138,7 @@
"postcss-preset-env": "^6.7.0",
"prettier": "^2.5.0",
"raw-loader": "^4.0.2",
"react-sparklines": "1.7.0",
"reading-time": "^1.2.0",
"remark": "^12.0.1",
"remark-external-links": "^7.0.0",
Expand Down

0 comments on commit 4b06786

Please sign in to comment.