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.
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"name": "@kit/tsconfig",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"base.json"
|
|
],
|
|
"dependencies": {
|
|
"@tanstack/react-table": "^8.16.0",
|
|
"next": "14.3.0-canary.7",
|
|
"tailwind-merge": "^2.3.0",
|
|
"zod": "^3.23.4"
|
|
}
|
|
}
|