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.
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@kit/admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint ",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"peerDependencies": {
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@kit/next": "workspace:*",
|
|
"@kit/supabase": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@makerkit/data-loader-supabase-core": "^0.0.7",
|
|
"@makerkit/data-loader-supabase-nextjs": "^1.0.0",
|
|
"@tanstack/react-query": "^5.29.2",
|
|
"@tanstack/react-table": "^8.15.3",
|
|
"lucide-react": "^0.368.0",
|
|
"next": "^14.1.4",
|
|
"react": "^18.2.0",
|
|
"react-hook-form": "^7.51.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/next": "workspace:^",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/supabase": "workspace:^",
|
|
"@kit/tailwind-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:^",
|
|
"@makerkit/data-loader-supabase-core": "^0.0.7",
|
|
"@makerkit/data-loader-supabase-nextjs": "^1.1.0",
|
|
"@supabase/supabase-js": "^2.42.5",
|
|
"@tanstack/react-query": "5.29.2",
|
|
"@tanstack/react-table": "^8.16.0",
|
|
"@types/react": "^18.2.79",
|
|
"lucide-react": "^0.368.0",
|
|
"next": "14.3.0-canary.7",
|
|
"react": "18.2.0",
|
|
"react-hook-form": "^7.51.3",
|
|
"zod": "^3.22.5"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./components/*": "./src/components/*.tsx"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@kit/eslint-config/base",
|
|
"@kit/eslint-config/react"
|
|
]
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tailwind-merge": "^2.3.0"
|
|
}
|
|
}
|