⬆️ Upgrade dependencies
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['custom'],
|
||||
rules: {
|
||||
'@next/next/no-img-element': 'off',
|
||||
'@next/next/no-html-link-for-pages': 'off',
|
||||
},
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "pnpm tsc --noEmit && tsup",
|
||||
"dev": "tsup --watch",
|
||||
"lint": "eslint --fix \"src/**/*.ts*\""
|
||||
"dev": "tsup --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "1.16.4",
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ['custom'],
|
||||
ignorePatterns: ['/tests'],
|
||||
}
|
||||
@@ -7,7 +7,6 @@
|
||||
"scripts": {
|
||||
"dev": "tsup --watch",
|
||||
"build": "tsup",
|
||||
"lint": "eslint \"src/**/*.ts*\"",
|
||||
"test": "pnpm jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -15,17 +15,17 @@
|
||||
"author": "Baptiste Arnaud",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@faire/mjml-react": "3.2.0",
|
||||
"@types/node": "18.16.3",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"@types/react": "18.2.0",
|
||||
"@faire/mjml-react": "3.3.0",
|
||||
"@types/node": "20.2.3",
|
||||
"@types/nodemailer": "6.4.8",
|
||||
"@types/react": "18.2.7",
|
||||
"concurrently": "8.0.1",
|
||||
"http-server": "14.1.1",
|
||||
"nodemailer": "6.9.1",
|
||||
"nodemailer": "6.9.2",
|
||||
"react": "18.2.0",
|
||||
"tsx": "3.12.7",
|
||||
"@typebot.io/lib": "workspace:*",
|
||||
"eslint": "8.39.0",
|
||||
"eslint": "8.41.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"@typebot.io/tsconfig": "workspace:*"
|
||||
},
|
||||
|
||||
@@ -12,28 +12,28 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stripe/stripe-js": "1.52.1",
|
||||
"@udecode/plate-common": "^21.0.0",
|
||||
"@stripe/stripe-js": "1.53.0",
|
||||
"@udecode/plate-common": "^21.1.5",
|
||||
"solid-element": "1.7.0",
|
||||
"solid-js": "1.7.4"
|
||||
"solid-js": "1.7.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-terser": "0.4.1",
|
||||
"@rollup/plugin-typescript": "11.1.0",
|
||||
"@rollup/plugin-terser": "0.4.3",
|
||||
"@rollup/plugin-typescript": "11.1.1",
|
||||
"@typebot.io/lib": "workspace:*",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"autoprefixer": "10.4.14",
|
||||
"babel-preset-solid": "1.7.4",
|
||||
"eslint": "8.39.0",
|
||||
"eslint": "8.41.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"eslint-plugin-solid": "0.12.1",
|
||||
"postcss": "8.4.23",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.20.2",
|
||||
"rollup": "3.23.0",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-typescript-paths": "1.4.0",
|
||||
"tailwindcss": "3.3.2",
|
||||
|
||||
@@ -23,20 +23,20 @@
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.2",
|
||||
"@rollup/plugin-terser": "0.4.1",
|
||||
"@rollup/plugin-typescript": "11.1.0",
|
||||
"@rollup/plugin-terser": "0.4.3",
|
||||
"@rollup/plugin-typescript": "11.1.1",
|
||||
"@typebot.io/js": "workspace:*",
|
||||
"@types/node": "18.16.3",
|
||||
"@types/react": "18.2.0",
|
||||
"@types/node": "20.2.3",
|
||||
"@types/react": "18.2.7",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"eslint": "8.39.0",
|
||||
"eslint": "8.41.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.20.2",
|
||||
"rollup": "3.23.0",
|
||||
"rollup-plugin-typescript-paths": "1.4.0",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"tslib": "2.5.0",
|
||||
"tslib": "2.5.2",
|
||||
"tsx": "3.12.7",
|
||||
"typescript": "5.0.4",
|
||||
"@typebot.io/lib": "workspace:*"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "baptisteArno",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-php": "0.19.4",
|
||||
"@prettier/plugin-php": "0.19.5",
|
||||
"prettier": "2.8.8"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"eslint": "8.39.0",
|
||||
"eslint-config-next": "13.3.4",
|
||||
"eslint": "8.41.0",
|
||||
"eslint-config-next": "13.4.3",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-react": "7.32.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
||||
"@typescript-eslint/parser": "^5.57.0"
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
"types": "./index.ts",
|
||||
"devDependencies": {
|
||||
"@paralleldrive/cuid2": "2.2.0",
|
||||
"@playwright/test": "1.33.0",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"aws-sdk": "2.1369.0",
|
||||
"@playwright/test": "1.34.3",
|
||||
"@types/nodemailer": "6.4.8",
|
||||
"aws-sdk": "2.1384.0",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"dotenv": "16.0.3",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"next": "13.3.4",
|
||||
"nodemailer": "6.9.1",
|
||||
"next": "13.4.3",
|
||||
"nodemailer": "6.9.2",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"typescript": "5.0.4"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
"db:migrate": "pnpm migrate:deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "4.13.0"
|
||||
"@prisma/client": "4.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.16.3",
|
||||
"@types/node": "20.2.3",
|
||||
"dotenv": "16.0.3",
|
||||
"prisma": "4.13.0",
|
||||
"prisma": "4.14.1",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"tsx": "3.12.7",
|
||||
"typescript": "5.0.4"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@udecode/plate-common": "^21.0.0",
|
||||
"@udecode/plate-common": "^21.1.5",
|
||||
"zod": "3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"telemetry:sendTotalResultsDigest": "tsx sendTotalResultsDigest.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.16.3",
|
||||
"@types/node": "20.2.3",
|
||||
"@types/prompts": "2.4.4",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"deep-object-diff": "1.1.9",
|
||||
@@ -23,7 +23,7 @@
|
||||
"got": "12.6.0",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"prompts": "2.4.2",
|
||||
"stripe": "12.3.0",
|
||||
"stripe": "12.6.0",
|
||||
"tsx": "3.12.7",
|
||||
"typescript": "5.0.4",
|
||||
"@typebot.io/lib": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user