2
0

📦 Add strict package versioning to avoid incompatibility in workspace

This commit is contained in:
Baptiste Arnaud
2023-11-06 16:22:25 +01:00
parent 57e454008e
commit 0c22d858b7
16 changed files with 156 additions and 161 deletions

View File

@ -11,7 +11,7 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@planetscale/database": "^1.8.0",
"@planetscale/database": "1.8.0",
"@sentry/nextjs": "7.73.0",
"@trpc/server": "10.40.0",
"@typebot.io/bot-engine": "workspace:*",
@ -25,7 +25,7 @@
"next": "13.5.4",
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.3",
"openai": "^4.11.1",
"openai": "4.11.1",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
@ -47,11 +47,11 @@
"@types/papaparse": "5.3.7",
"@types/qs": "6.9.7",
"@types/react": "18.2.15",
"dotenv-cli": "^7.2.1",
"dotenv-cli": "7.2.1",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
"google-auth-library": "8.9.0",
"next-runtime-env": "^1.6.2",
"next-runtime-env": "1.6.2",
"papaparse": "5.4.1",
"superjson": "1.12.4",
"typescript": "5.1.6",