mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-06-30 22:17:54 -04:00
fix(notion): resolve @notionhq/client dependency conflict (#2097)
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
"vitest": "^3.1.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.8.1",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@notionhq/client": "4.0.0"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"eslint --fix",
|
||||
|
||||
@@ -26,12 +26,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@llamaindex/core": "workspace:*",
|
||||
"@llamaindex/env": "workspace:*",
|
||||
"@notionhq/client": "^4.0.0"
|
||||
"@llamaindex/env": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@llamaindex/core": "workspace:*",
|
||||
"@llamaindex/env": "workspace:*"
|
||||
"@llamaindex/env": "workspace:*",
|
||||
"@notionhq/client": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"notion-md-crawler": "^1.0.2"
|
||||
|
||||
Generated
+8
-5
@@ -4,6 +4,9 @@ settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
'@notionhq/client': 4.0.0
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
@@ -750,7 +753,7 @@ importers:
|
||||
specifier: ^0.0.11
|
||||
version: link:../packages/providers/xai
|
||||
'@notionhq/client':
|
||||
specifier: ^4.0.0
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
'@pinecone-database/pinecone':
|
||||
specifier: ^4.0.0
|
||||
@@ -854,7 +857,7 @@ importers:
|
||||
specifier: workspace:* || ^1.0.25
|
||||
version: link:../../packages/readers
|
||||
'@notionhq/client':
|
||||
specifier: ^4.0.0
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
llamaindex:
|
||||
specifier: workspace:* || ^0.8.37
|
||||
@@ -1365,6 +1368,9 @@ importers:
|
||||
|
||||
packages/providers/notion:
|
||||
dependencies:
|
||||
'@notionhq/client':
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
notion-md-crawler:
|
||||
specifier: ^1.0.2
|
||||
version: 1.0.2
|
||||
@@ -1375,9 +1381,6 @@ importers:
|
||||
'@llamaindex/env':
|
||||
specifier: workspace:*
|
||||
version: link:../../env
|
||||
'@notionhq/client':
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
|
||||
packages/providers/ollama:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user