Skip to content

Commit

Permalink
add web-vitals and @types/node
Browse files Browse the repository at this point in the history
junagao committed Nov 20, 2023
1 parent d1a6abe commit 4a7c4b5
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -18,9 +18,11 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@types/node": "^20.9.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
25 changes: 22 additions & 3 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 4a7c4b5

Please sign in to comment.