This commit updates various package versions in the pnpm-lock.yaml file. The updated packages include tailwind-merge, zod, recharts, and '@sentry/nextjs' among others. This is a part of regular maintenance and ensuring that the project dependencies are up-to-date.
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"name": "@kit/tsconfig",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"base.json"
|
|
],
|
|
"dependencies": {
|
|
"@tanstack/react-table": "^8.16.0",
|
|
"next": "14.3.0-canary.7",
|
|
"tailwind-merge": "^2.3.0",
|
|
"zod": "^3.22.5"
|
|
}
|
|
}
|