Update dependency versions in pnpm-lock.yaml

This commit updates the version numbers for several dependencies across multiple packages in the pnpm-lock.yaml file. Most notably, the versions for '@keystatic/core', '@opentelemetry/resources', '@opentelemetry/sdk-node' and others have been incremented for better functionality and up-to-date usage. This will ensure that the application benefits from the latest fixes and improvements in these dependencies.
This commit is contained in:
giancarlo
2024-04-25 10:48:56 +07:00
parent cf487b74df
commit 944197b84a
20 changed files with 510 additions and 214 deletions

View File

@@ -31,7 +31,7 @@
"@types/react": "^18.2.79",
"date-fns": "^3.6.0",
"lucide-react": "^0.373.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.1",

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@types/react": "^18.2.79",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"zod": "^3.23.4"
},

View File

@@ -30,7 +30,7 @@
"@kit/ui": "workspace:^",
"@types/react": "^18.2.79",
"date-fns": "^3.6.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"zod": "^3.23.4"
},

View File

@@ -15,7 +15,7 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.11",
"@keystatic/core": "0.5.12",
"@keystatic/next": "5.0.0"
},
"devDependencies": {

View File

@@ -37,7 +37,7 @@
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"lucide-react": "^0.373.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@@ -25,7 +25,7 @@
"@tanstack/react-table": "^8.16.0",
"@types/react": "^18.2.79",
"lucide-react": "^0.373.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",

View File

@@ -32,7 +32,7 @@
"@tanstack/react-query": "5.32.0",
"@types/react": "^18.2.79",
"lucide-react": "^0.373.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.1",
"sonner": "^1.4.41",

View File

@@ -38,7 +38,7 @@
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.373.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",

View File

@@ -19,9 +19,9 @@
"./config/edge": "./src/config/sentry.server.edge.ts"
},
"dependencies": {
"@opentelemetry/resources": "1.23.0",
"@opentelemetry/sdk-node": "0.50.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@opentelemetry/resources": "1.24.0",
"@opentelemetry/sdk-node": "0.51.0",
"@opentelemetry/semantic-conventions": "^1.24.0",
"@sentry/nextjs": "^7.112.2",
"@sentry/opentelemetry-node": "^7.112.2"
},

View File

@@ -21,7 +21,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.42.5",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"zod": "^3.23.4"
},
"eslintConfig": {

View File

@@ -22,7 +22,7 @@
"@tanstack/react-table": "^8.16.0"
},
"dependencies": {
"pino": "^8.20.0"
"pino": "^9.0.0"
},
"eslintConfig": {
"root": true,

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.42.5",
"@tanstack/react-query": "5.32.0",
"@types/react": "^18.2.79",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"react": "18.2.0",
"zod": "^3.23.4"
},

View File

@@ -46,7 +46,7 @@
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"next-themes": "0.3.0",
"prettier": "^3.2.5",
"react-day-picker": "^8.10.1",