Update 'next' and 'lucide-react' across all packages

This commit upgrades 'next' from version 14.2.4 to 14.2.5 and 'lucide-react' from version 0.403.0 to 0.407.0 across all packages. Also, minor version increments for '@keystatic/core' and '@sentry/nextjs' to enhance the overall functionality. The pnpm-lock.yaml file has also been updated accordingly.
This commit is contained in:
gbuomprisco
2024-07-10 23:39:35 +08:00
parent 1e2f3023bc
commit 4f0e6b9bbb
18 changed files with 403 additions and 542 deletions

View File

@@ -59,8 +59,8 @@
"@tanstack/react-query-next-experimental": "^5.50.1", "@tanstack/react-query-next-experimental": "^5.50.1",
"@tanstack/react-table": "^8.19.2", "@tanstack/react-table": "^8.19.2",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.403.0", "lucide-react": "^0.407.0",
"next": "14.2.4", "next": "14.2.5",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.3.0", "next-themes": "0.3.0",
"react": "18.3.1", "react": "18.3.1",
@@ -77,7 +77,7 @@
"@kit/prettier-config": "workspace:^", "@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^", "@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^", "@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.4", "@next/bundle-analyzer": "14.2.5",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^20.14.10", "@types/node": "^20.14.10",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",

View File

@@ -30,8 +30,8 @@
"@supabase/supabase-js": "^2.44.3", "@supabase/supabase-js": "^2.44.3",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.403.0", "lucide-react": "^0.407.0",
"next": "14.2.4", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"next": "14.2.4", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },

View File

@@ -30,7 +30,7 @@
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"next": "14.2.4", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },

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.26", "@keystatic/core": "0.5.27",
"@keystatic/next": "^5.0.1", "@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0" "@markdoc/markdoc": "^0.4.0"
}, },

View File

@@ -38,8 +38,8 @@
"@tanstack/react-query": "5.50.1", "@tanstack/react-query": "5.50.1",
"@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.403.0", "lucide-react": "^0.407.0",
"next": "14.2.4", "next": "14.2.5",
"next-themes": "0.3.0", "next-themes": "0.3.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",

View File

@@ -25,8 +25,8 @@
"@tanstack/react-query": "5.50.1", "@tanstack/react-query": "5.50.1",
"@tanstack/react-table": "^8.19.2", "@tanstack/react-table": "^8.19.2",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.403.0", "lucide-react": "^0.407.0",
"next": "14.2.4", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",

View File

@@ -31,8 +31,8 @@
"@supabase/supabase-js": "^2.44.3", "@supabase/supabase-js": "^2.44.3",
"@tanstack/react-query": "5.50.1", "@tanstack/react-query": "5.50.1",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.403.0", "lucide-react": "^0.407.0",
"next": "14.2.4", "next": "14.2.5",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"sonner": "^1.5.0", "sonner": "^1.5.0",

View File

@@ -23,7 +23,7 @@
"@supabase/supabase-js": "^2.44.3", "@supabase/supabase-js": "^2.44.3",
"@tanstack/react-query": "5.50.1", "@tanstack/react-query": "5.50.1",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.403.0", "lucide-react": "^0.407.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"

View File

@@ -39,8 +39,8 @@
"@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.403.0", "lucide-react": "^0.407.0",
"next": "14.2.4", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-hook-form": "^7.52.1", "react-hook-form": "^7.52.1",

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.15.0" "@sentry/nextjs": "^8.17.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -22,7 +22,7 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.44.3", "@supabase/supabase-js": "^2.44.3",
"next": "14.2.4", "next": "14.2.5",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -31,7 +31,7 @@
"@supabase/supabase-js": "^2.44.3", "@supabase/supabase-js": "^2.44.3",
"@tanstack/react-query": "5.50.1", "@tanstack/react-query": "5.50.1",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"next": "14.2.4", "next": "14.2.5",
"react": "18.3.1", "react": "18.3.1",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"zod": "^3.23.8" "zod": "^3.23.8"

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.403.0", "lucide-react": "^0.407.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"
}, },
@@ -48,7 +48,7 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"next": "14.2.4", "next": "14.2.5",
"next-themes": "0.3.0", "next-themes": "0.3.0",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",

895
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "^14.2.4", "@next/eslint-plugin-next": "^14.2.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.10", "@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/eslint-plugin": "^7.16.0",

View File

@@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.0", "@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"next": "14.2.4", "next": "14.2.5",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5" "prettier-plugin-tailwindcss": "^0.6.5"
}, },

View File

@@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"next": "14.2.4", "next": "14.2.5",
"postcss": "8.4.39", "postcss": "8.4.39",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"