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:
@@ -25,8 +25,8 @@
|
||||
"eslint-plugin-react": "^7.34.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.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/prettier-config": "workspace:^",
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
"next": "14.3.0-canary.7",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.14",
|
||||
"tailwind-merge": "^2.2.2",
|
||||
"zod": "^3.22.4"
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"zod": "^3.22.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/tsconfig": "workspace:^",
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"autoprefixer": "^10.4.19",
|
||||
"next": "14.3.0-canary.7",
|
||||
"postcss": "8.4.38",
|
||||
"tailwind-merge": "^2.2.2",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwindcss": "3.4.3",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"zod": "^3.22.4"
|
||||
"zod": "^3.22.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/eslint-config": "workspace:^",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user