⬆️ Upgrade dependencies
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
"db:migrate": "pnpm migrate:deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "4.9.0"
|
||||
"@prisma/client": "4.10.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.18",
|
||||
"@types/node": "18.14.0",
|
||||
"dotenv": "16.0.3",
|
||||
"prisma": "4.9.0",
|
||||
"prisma": "4.10.1",
|
||||
"tsconfig": "workspace:*",
|
||||
"tsx": "3.12.2",
|
||||
"typescript": "4.9.4"
|
||||
"tsx": "3.12.3",
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,17 +14,17 @@
|
||||
"author": "Baptiste Arnaud",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@faire/mjml-react": "3.1.0",
|
||||
"@types/node": "18.11.18",
|
||||
"@faire/mjml-react": "3.1.1",
|
||||
"@types/node": "18.14.0",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react": "18.0.28",
|
||||
"concurrently": "7.6.0",
|
||||
"http-server": "14.1.1",
|
||||
"nodemailer": "6.9.1",
|
||||
"react": "18.2.0",
|
||||
"tsx": "3.12.2",
|
||||
"tsx": "3.12.3",
|
||||
"utils": "workspace:*",
|
||||
"eslint": "8.32.0",
|
||||
"eslint": "8.34.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"tsconfig": "workspace:*"
|
||||
},
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"eslint": "8.32.0",
|
||||
"eslint": "8.34.0",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"eslint-config-prettier": "8.6.0",
|
||||
"eslint-plugin-react": "7.32.1"
|
||||
"eslint-plugin-react": "7.32.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
||||
"@typescript-eslint/parser": "^5.49.0"
|
||||
"@typescript-eslint/parser": "^5.53.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,22 +12,22 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stripe/stripe-js": "1.46.0",
|
||||
"@stripe/stripe-js": "1.47.0",
|
||||
"solid-element": "1.6.3",
|
||||
"solid-js": "1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "^7.21.0",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"autoprefixer": "10.4.13",
|
||||
"babel-preset-solid": "1.6.10",
|
||||
"eslint": "8.32.0",
|
||||
"eslint": "8.34.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"models": "workspace:*",
|
||||
"utils": "workspace:*",
|
||||
"eslint-plugin-solid": "0.10.0",
|
||||
"models": "workspace:*",
|
||||
"postcss": "8.4.21",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.17.2",
|
||||
@@ -35,6 +35,7 @@
|
||||
"rollup-plugin-typescript-paths": "^1.4.0",
|
||||
"tailwindcss": "3.2.7",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "4.9.4"
|
||||
"typescript": "4.9.5",
|
||||
"utils": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,6 @@ export const answerInputSchema =
|
||||
answerSchema
|
||||
.omit({
|
||||
createdAt: true,
|
||||
updatedAt: true,
|
||||
resultId: true,
|
||||
variableId: true,
|
||||
storageUsed: true,
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"zod": "3.20.2"
|
||||
"zod": "3.20.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@paralleldrive/cuid2": "2.0.1",
|
||||
"@paralleldrive/cuid2": "2.2.0",
|
||||
"db": "workspace:*",
|
||||
"next": "13.1.6",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "4.9.4"
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "13.0.0"
|
||||
|
||||
@@ -16,19 +16,20 @@
|
||||
"author": "Baptiste Arnaud",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@ladle/react": "^2.5.1"
|
||||
"@ladle/react": "^2.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/preset-typescript": "^7.21.0",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"@typebot.io/js": "workspace:*",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/node": "18.14.0",
|
||||
"@types/react": "18.0.28",
|
||||
"db": "workspace:*",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"models": "workspace:*",
|
||||
"react": "18.2.0",
|
||||
@@ -36,12 +37,12 @@
|
||||
"rollup-plugin-typescript-paths": "^1.4.0",
|
||||
"tsconfig": "workspace:*",
|
||||
"tslib": "^2.5.0",
|
||||
"tsx": "3.12.2",
|
||||
"typescript": "^4.9.4",
|
||||
"tsx": "3.12.3",
|
||||
"typescript": "^4.9.5",
|
||||
"utils": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "18.x",
|
||||
"@typebot.io/js": "workspace:*"
|
||||
"@typebot.io/js": "workspace:*",
|
||||
"react": "18.x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"db:fixTypebots": "tsx fixTypebots.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.18",
|
||||
"@types/node": "18.14.0",
|
||||
"@types/prompts": "2.4.2",
|
||||
"db": "workspace:*",
|
||||
"deep-object-diff": "1.1.9",
|
||||
@@ -22,10 +22,10 @@
|
||||
"got": "12.5.3",
|
||||
"models": "workspace:*",
|
||||
"prompts": "2.4.2",
|
||||
"stripe": "11.8.0",
|
||||
"tsx": "3.12.2",
|
||||
"typescript": "4.9.4",
|
||||
"stripe": "11.11.0",
|
||||
"tsx": "3.12.3",
|
||||
"typescript": "4.9.5",
|
||||
"utils": "workspace:*",
|
||||
"zod": "3.20.2"
|
||||
"zod": "3.20.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,17 +6,17 @@
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.30.0",
|
||||
"@playwright/test": "1.31.1",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"aws-sdk": "2.1304.0",
|
||||
"@paralleldrive/cuid2": "2.0.1",
|
||||
"aws-sdk": "2.1321.0",
|
||||
"@paralleldrive/cuid2": "2.2.0",
|
||||
"db": "workspace:*",
|
||||
"dotenv": "16.0.3",
|
||||
"models": "workspace:*",
|
||||
"next": "13.1.6",
|
||||
"nodemailer": "6.9.1",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "4.9.4"
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"aws-sdk": "2.1152.0",
|
||||
|
||||
Reference in New Issue
Block a user