Updated dependencies

This commit is contained in:
gbuomprisco
2024-07-26 21:10:58 +02:00
parent 4eef94fcd6
commit 2c59dfd7f0
20 changed files with 1170 additions and 1171 deletions

View File

@@ -13,7 +13,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.45.3", "@playwright/test": "^1.45.3",
"@types/node": "^20.14.11", "@types/node": "^20.14.12",
"node-html-parser": "^6.1.13" "node-html-parser": "^6.1.13"
} }
} }

View File

@@ -56,11 +56,11 @@
"@marsidev/react-turnstile": "^0.7.2", "@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@tanstack/react-query-next-experimental": "^5.51.11", "@tanstack/react-query-next-experimental": "^5.51.11",
"@tanstack/react-table": "^8.19.3", "@tanstack/react-table": "^8.19.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.3.0", "next-themes": "0.3.0",
@@ -80,7 +80,7 @@
"@kit/tsconfig": "workspace:^", "@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.5", "@next/bundle-analyzer": "14.2.5",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^20.14.11", "@types/node": "^20.14.12",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
@@ -88,7 +88,7 @@
"eslint": "^8.57.0", "eslint": "^8.57.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"supabase": "^1.187.3", "supabase": "^1.187.3",
"tailwindcss": "3.4.6", "tailwindcss": "3.4.7",
"typescript": "^5.5.4" "typescript": "^5.5.4"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",

View File

@@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@stripe/react-stripe-js": "^2.7.3", "@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0", "@stripe/stripe-js": "^4.1.0",
"stripe": "^16.2.0" "stripe": "^16.5.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/billing": "workspace:^", "@kit/billing": "workspace:^",

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^20.14.11" "@types/node": "^20.14.12"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,

View File

@@ -15,7 +15,7 @@
"./route-handler": "./src/keystatic-route-handler.ts" "./route-handler": "./src/keystatic-route-handler.ts"
}, },
"dependencies": { "dependencies": {
"@keystatic/core": "0.5.28", "@keystatic/core": "0.5.30",
"@keystatic/next": "^5.0.1", "@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0" "@markdoc/markdoc": "^0.4.0"
}, },
@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@types/node": "^20.14.11", "@types/node": "^20.14.12",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"react": "18.3.1", "react": "18.3.1",
"zod": "^3.23.8" "zod": "^3.23.8"

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@types/node": "^20.14.11", "@types/node": "^20.14.12",
"wp-types": "^3.66.0" "wp-types": "^3.66.0"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"dependencies": { "dependencies": {
"@react-email/components": "0.0.21" "@react-email/components": "0.0.22"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -35,10 +35,10 @@
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"next-themes": "0.3.0", "next-themes": "0.3.0",
"react": "18.3.1", "react": "18.3.1",

View File

@@ -22,10 +22,10 @@
"@makerkit/data-loader-supabase-core": "^0.0.8", "@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@tanstack/react-table": "^8.19.3", "@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",

View File

@@ -29,9 +29,9 @@
"@marsidev/react-turnstile": "^0.7.2", "@marsidev/react-turnstile": "^0.7.2",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",
"react-i18next": "^15.0.0", "react-i18next": "^15.0.0",

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-i18next": "^15.0.0" "react-i18next": "^15.0.0"

View File

@@ -33,13 +33,13 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@tanstack/react-table": "^8.19.3", "@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:^", "@kit/shared": "workspace:^",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"react-i18next": "^15.0.0" "react-i18next": "^15.0.0"
}, },
"dependencies": { "dependencies": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts" "./config/server": "./src/sentry.client.server.ts"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "^8.19.0" "@sentry/nextjs": "^8.20.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -23,7 +23,7 @@
"@types/react": "^18.3.3" "@types/react": "^18.3.3"
}, },
"dependencies": { "dependencies": {
"pino": "^9.3.1" "pino": "^9.3.2"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,

View File

@@ -29,7 +29,7 @@
"@supabase/gotrue-js": "2.64.4", "@supabase/gotrue-js": "2.64.4",
"@supabase/ssr": "^0.4.0", "@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.4", "@supabase/supabase-js": "^2.44.4",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"next": "14.2.5", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.0.0", "cmdk": "1.0.0",
"input-otp": "1.2.4", "input-otp": "1.2.4",
"lucide-react": "^0.414.0", "lucide-react": "^0.416.0",
"react-top-loading-bar": "2.3.1", "react-top-loading-bar": "2.3.1",
"tailwind-merge": "^2.4.0" "tailwind-merge": "^2.4.0"
}, },
@@ -41,7 +41,7 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.51.11", "@tanstack/react-query": "5.51.15",
"@tanstack/react-table": "^8.19.3", "@tanstack/react-table": "^8.19.3",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
@@ -55,7 +55,7 @@
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",
"react-i18next": "^15.0.0", "react-i18next": "^15.0.0",
"sonner": "^1.5.0", "sonner": "^1.5.0",
"tailwindcss": "3.4.6", "tailwindcss": "3.4.7",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"zod": "^3.23.8" "zod": "^3.23.8"

2279
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,8 @@
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"postcss": "8.4.39", "postcss": "8.4.40",
"tailwindcss": "3.4.6", "tailwindcss": "3.4.7",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {