2
0

⬆️ Upgrade chakra version

This commit is contained in:
Baptiste Arnaud
2024-06-17 14:12:14 +02:00
parent 0f2f4d2130
commit bec9cb68ca
61 changed files with 724 additions and 1793 deletions

View File

@ -10,13 +10,13 @@
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "^20.14.2",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"typescript": "5.4.5"
},
"dependencies": {
"@anthropic-ai/sdk": "0.20.6",
"ai": "3.1.12",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -12,4 +12,4 @@
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*"
}
}
}

View File

@ -11,6 +11,6 @@
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.4.5",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -10,10 +10,10 @@
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"ky": "1.2.3",
"ky": "1.2.4",
"typescript": "5.4.5"
},
"dependencies": {
"ai": "3.1.12"
}
}
}

View File

@ -13,7 +13,7 @@
"typescript": "5.4.5"
},
"dependencies": {
"ky": "1.2.3",
"ky": "1.2.4",
"@typebot.io/lib": "workspace:*"
}
}
}

View File

@ -18,4 +18,4 @@
"ai": "3.1.12",
"ky": "1.2.4"
}
}
}

View File

@ -10,9 +10,9 @@
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.3.2"
"typescript": "5.4.5"
},
"dependencies": {
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -12,6 +12,6 @@
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -17,6 +17,6 @@
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"@typebot.io/variables": "workspace:*",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -16,4 +16,4 @@
"dependencies": {
"qrcode": "^1.5.3"
}
}
}

View File

@ -14,4 +14,4 @@
"@types/react": "18.2.15",
"typescript": "5.4.5"
}
}
}

View File

@ -11,6 +11,6 @@
"@types/react": "18.2.15",
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"ky": "1.2.3"
"ky": "1.2.4"
}
}
}

View File

@ -13,7 +13,7 @@
"@clack/prompts": "^0.7.0",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "20.4.2",
"tsx": "^4.6.1",
"prettier": "3.0.0"
"tsx": "4.6.2",
"prettier": "2.8.8"
}
}
}