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

@@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.2",
"@next/eslint-plugin-next": "^14.2.3",
"@tanstack/react-table": "^8.16.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.9",
@@ -24,7 +24,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.4"
},

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tanstack/react-table": "^8.16.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwind-merge": "^2.3.0",

View File

@@ -16,7 +16,7 @@
"dependencies": {
"@tanstack/react-table": "^8.16.0",
"autoprefixer": "^10.4.19",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"postcss": "8.4.38",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.3",

View File

@@ -7,7 +7,7 @@
],
"dependencies": {
"@tanstack/react-table": "^8.16.0",
"next": "14.2.2",
"next": "14.3.0-canary.7",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.4"
}