Update several package versions in pnpm-lock.yaml file

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.
This commit is contained in:
giancarlo
2024-04-22 01:52:02 +08:00
parent 99fe547f5b
commit acd5ad08f9
29 changed files with 356 additions and 356 deletions

View File

@@ -20,12 +20,12 @@
"@opentelemetry/resources": "1.23.0",
"@opentelemetry/sdk-node": "0.50.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@sentry/nextjs": "^7.110.1",
"@sentry/opentelemetry-node": "^7.110.1",
"@sentry/nextjs": "^7.111.0",
"@sentry/opentelemetry-node": "^7.111.0",
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"tailwind-merge": "^2.2.2",
"zod": "^3.22.4"
"tailwind-merge": "^2.3.0",
"zod": "^3.22.5"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",