Update multiple package versions across the project

This commit performs an update of the version numbers for several packages used across the project. Overall, this is part of a maintenance task to ensure the latest version of each package is used to gain performance improvements, bug fixes and new features where applicable.
This commit is contained in:
gbuomprisco
2024-07-03 10:52:32 +08:00
parent d155940df2
commit fa73cf103a
18 changed files with 298 additions and 320 deletions

View File

@@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.45.0",
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.6",
"node-html-parser": "^6.1.13"
}

View File

@@ -32,7 +32,7 @@
},
"dependencies": {
"@edge-csrf/nextjs": "2.2.2",
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/accounts": "workspace:^",
"@kit/admin": "workspace:^",
"@kit/auth": "workspace:^",
@@ -57,15 +57,15 @@
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "5.49.2",
"@tanstack/react-query-next-experimental": "^5.49.2",
"@tanstack/react-table": "^8.19.1",
"@tanstack/react-table": "^8.19.2",
"date-fns": "^3.6.0",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
@@ -88,7 +88,7 @@
"prettier": "^3.3.2",
"supabase": "^1.178.2",
"tailwindcss": "3.4.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"root": true,

View File

@@ -39,7 +39,7 @@
"pnpm": "^9.4.0",
"prettier": "^3.3.2",
"turbo": "2.0.6",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"pnpm": {
"overrides": {

View File

@@ -16,7 +16,7 @@
"./marketing": "./src/components/marketing.tsx"
},
"devDependencies": {
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/billing": "workspace:^",
"@kit/eslint-config": "workspace:*",
"@kit/lemon-squeezy": "workspace:^",
@@ -30,10 +30,10 @@
"@supabase/supabase-js": "^2.44.2",
"@types/react": "^18.3.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"react": "18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"zod": "^3.23.8"
},

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.7.2",
"@stripe/stripe-js": "^4.0.0",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"stripe": "^16.1.0"
},
"devDependencies": {

View File

@@ -15,7 +15,7 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.23",
"@keystatic/core": "0.5.24",
"@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0"
},

View File

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

View File

@@ -19,7 +19,7 @@
"nanoid": "^5.0.7"
},
"devDependencies": {
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/billing-gateway": "workspace:^",
"@kit/email-templates": "workspace:^",
"@kit/eslint-config": "workspace:*",
@@ -37,12 +37,12 @@
"@tanstack/react-query": "5.49.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -10,7 +10,7 @@
},
"prettier": "@kit/prettier-config",
"devDependencies": {
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/eslint-config": "workspace:*",
"@kit/next": "workspace:^",
"@kit/prettier-config": "workspace:*",
@@ -22,13 +22,13 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "5.49.2",
"@tanstack/react-table": "^8.19.1",
"@tanstack/react-table": "^8.19.2",
"@types/react": "^18.3.3",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"zod": "^3.23.8"
},
"exports": {

View File

@@ -18,7 +18,7 @@
"./captcha/server": "./src/captcha/server/index.ts"
},
"devDependencies": {
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:^",
@@ -31,9 +31,9 @@
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "5.49.2",
"@types/react": "^18.3.3",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -23,7 +23,7 @@
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "5.49.2",
"@types/react": "^18.3.3",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^14.1.2"

View File

@@ -17,7 +17,7 @@
"nanoid": "^5.0.7"
},
"devDependencies": {
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@kit/accounts": "workspace:^",
"@kit/billing-gateway": "workspace:*",
"@kit/email-templates": "workspace:^",
@@ -33,16 +33,16 @@
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.44.2",
"@tanstack/react-query": "5.49.2",
"@tanstack/react-table": "^8.19.1",
"@tanstack/react-table": "^8.19.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"zod": "^3.23.8"

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-table": "^8.19.1"
"@tanstack/react-table": "^8.19.2"
},
"dependencies": {
"pino": "^9.2.0"

View File

@@ -9,11 +9,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@hookform/resolvers": "^3.7.0",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
@@ -31,7 +31,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"input-otp": "1.2.4",
"lucide-react": "^0.399.0",
"lucide-react": "^0.400.0",
"react-top-loading-bar": "2.3.1",
"tailwind-merge": "^2.3.0"
},
@@ -42,7 +42,7 @@
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.49.2",
"@tanstack/react-table": "^8.19.1",
"@tanstack/react-table": "^8.19.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
@@ -52,12 +52,12 @@
"next-themes": "0.3.0",
"prettier": "^3.3.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2",
"sonner": "^1.5.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"zod": "^3.23.8"
},
"eslintConfig": {

538
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.5",
"eslint-config-turbo": "^2.0.6",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2"
@@ -28,7 +28,7 @@
"@kit/prettier-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"root": true,

View File

@@ -16,7 +16,7 @@
},
"devDependencies": {
"@kit/tsconfig": "workspace:^",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"prettier": "./index.mjs"
}

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"root": true,