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

@@ -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"
},