chore: resolve opentelemetry version conflict

This commit is contained in:
Timothy Lin 2023-07-08 15:21:37 +08:00
parent 09ba0550ca
commit 8261ff0ec4
2 changed files with 368 additions and 696 deletions

View File

@ -11,7 +11,7 @@
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "13.4.8",
"@next/bundle-analyzer": "13.4.9",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
@ -21,7 +21,7 @@
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"mdx-bundler": "^9.2.1",
"next": "13.4.8",
"next": "13.4.9",
"next-contentlayer": "0.3.4",
"next-themes": "^0.2.1",
"pliny": "0.0.10",
@ -62,6 +62,15 @@
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.1.3"
},
"resolutions": {
"@opentelemetry/api": "1.4.1",
"@opentelemetry/core": "1.13.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.39.1",
"@opentelemetry/resources": "1.13.0",
"@opentelemetry/sdk-trace-base": "1.13.0",
"@opentelemetry/sdk-trace-node": "1.13.0",
"@opentelemetry/semantic-conventions": "1.13.0"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"

1051
yarn.lock

File diff suppressed because it is too large Load Diff