Dependencies Update (#201)

* Updated packages
* Adjust package.json scripts quotes so they work well on Windows
This commit is contained in:
Giancarlo Buomprisco
2025-03-04 13:30:08 +07:00
committed by GitHub
parent 22f78b9a86
commit c41d88b2e6
21 changed files with 599 additions and 653 deletions

View File

@@ -8,10 +8,10 @@
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
},
"dependencies": {
"@hookform/resolvers": "^4.1.2",
"@tanstack/react-query": "5.66.11",
"@hookform/resolvers": "^4.1.3",
"@tanstack/react-query": "5.67.1",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"nodemailer": "^6.10.0",
"react": "19.0.0",
"react-dom": "19.0.0"

View File

@@ -33,7 +33,7 @@
},
"dependencies": {
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/accounts": "workspace:*",
"@kit/admin": "workspace:*",
"@kit/analytics": "workspace:*",
@@ -57,11 +57,11 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@tanstack/react-table": "^8.21.2",
"date-fns": "^4.1.0",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.4",
"react": "19.0.0",
@@ -77,7 +77,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.2.0",
"@next/bundle-analyzer": "15.2.1",
"@tailwindcss/postcss": "^4.0.9",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
@@ -86,7 +86,7 @@
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"dotenv-cli": "^8.0.0",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"supabase": "^2.15.8",
"tailwindcss": "4.0.9",
"tailwindcss-animate": "^1.0.7",

View File

@@ -17,10 +17,10 @@
"clean": "git clean -xdf node_modules dist .next",
"clean:workspaces": "turbo clean",
"dev": "cross-env FORCE_COLOR=1 turbo dev --parallel",
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
"lint": "turbo lint --cache-dir=.turbo --affected --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
"lint:fix": "turbo lint --cache-dir=.turbo --affected --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"./.gitignore\"",
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"./gitignore\"",
"lint": "turbo lint --cache-dir=.turbo --affected --continue -- --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg check",
"lint:fix": "turbo lint --cache-dir=.turbo --affected --continue -- --fix --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg fix",
"typecheck": "turbo typecheck --affected --cache-dir=.turbo",
"test": "turbo test --cache-dir=.turbo",
"update": "pnpm update -r",
@@ -47,7 +47,7 @@
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.4.4",
"cross-env": "^7.0.3",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"turbo": "2.4.4",
"typescript": "^5.8.2"
}

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/billing": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:*",
@@ -30,7 +30,7 @@
"@types/react": "19.0.10",
"date-fns": "^4.1.0",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",

View File

@@ -25,7 +25,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.0.10",
"next": "15.2.0",
"next": "15.2.1",
"react": "19.0.0",
"zod": "^3.24.2"
},

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.7.0",
"@stripe/react-stripe-js": "^3.3.0",
"@stripe/stripe-js": "^5.8.0",
"stripe": "^17.7.0"
},
"devDependencies": {
@@ -29,7 +29,7 @@
"@kit/ui": "workspace:*",
"@types/react": "19.0.10",
"date-fns": "^4.1.0",
"next": "15.2.0",
"next": "15.2.1",
"react": "19.0.0",
"zod": "^3.24.2"
},

View File

@@ -16,7 +16,7 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.45",
"@keystatic/core": "0.5.46",
"@keystatic/next": "^5.0.4",
"@markdoc/markdoc": "^0.5.1"
},

View File

@@ -20,7 +20,7 @@
"nanoid": "^5.1.2"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*",
"@kit/eslint-config": "workspace:*",
@@ -35,11 +35,11 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",

View File

@@ -10,7 +10,7 @@
},
"prettier": "@kit/prettier-config",
"devDependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/eslint-config": "workspace:*",
"@kit/next": "workspace:*",
"@kit/prettier-config": "workspace:*",
@@ -21,11 +21,11 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",

View File

@@ -19,7 +19,7 @@
"./resend-email-link": "./src/components/resend-auth-link-form.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
@@ -29,10 +29,10 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@types/react": "19.0.10",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"sonner": "^2.0.1",

View File

@@ -20,7 +20,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@types/react": "19.0.10",
"lucide-react": "^0.477.0",
"react": "19.0.0",

View File

@@ -18,7 +18,7 @@
"nanoid": "^5.1.2"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/accounts": "workspace:*",
"@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:*",
@@ -33,14 +33,14 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.477.0",
"next": "15.2.0",
"next": "15.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",

View File

@@ -20,8 +20,8 @@
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.66.11",
"next": "15.2.0",
"@tanstack/react-query": "5.67.1",
"next": "15.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.4.1"

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"@sentry/nextjs": "^9.3.0",
"import-in-the-middle": "1.13.0"
"import-in-the-middle": "1.13.1"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.1",
"next": "15.2.0",
"next": "15.2.1",
"zod": "^3.24.2"
},
"typesVersions": {

View File

@@ -14,7 +14,7 @@
"./components": "./src/components/index.ts"
},
"devDependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@kit/email-templates": "workspace:*",
"@kit/eslint-config": "workspace:*",
"@kit/mailers": "workspace:*",

View File

@@ -29,9 +29,9 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@types/react": "19.0.10",
"next": "15.2.0",
"next": "15.2.1",
"react": "19.0.0",
"server-only": "^0.0.1",
"zod": "^3.24.2"

View File

@@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^4.1.2",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
@@ -43,16 +43,16 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.66.11",
"@tanstack/react-query": "5.67.1",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.21.0",
"next": "15.2.0",
"next": "15.2.1",
"next-themes": "0.4.4",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",

1156
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,11 +13,11 @@
"format": "prettier --check \"**/*.{js,json}\""
},
"dependencies": {
"@next/eslint-plugin-next": "15.2.0",
"@next/eslint-plugin-next": "15.2.1",
"@types/eslint": "9.6.1",
"eslint-config-next": "15.2.0",
"eslint-config-next": "15.2.1",
"eslint-config-turbo": "^2.4.4",
"typescript-eslint": "8.25.0"
"typescript-eslint": "8.26.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"devDependencies": {