2
0

⬆️ Upgrade dependencies

Closes #198, closes #171
This commit is contained in:
Baptiste Arnaud
2023-01-02 10:33:35 +01:00
parent b9ed50b016
commit ec7481d002
22 changed files with 992 additions and 942 deletions

View File

@ -22,7 +22,7 @@
"resize-observer": "1.0.4"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/node": "18.11.18",
"@types/qs": "6.9.7",
"@types/react": "18.0.26",
"@types/react-phone-number-input": "3.0.14",
@ -30,8 +30,8 @@
"@types/react-transition-group": "4.4.5",
"autoprefixer": "10.4.13",
"db": "workspace:*",
"esbuild": "^0.16.10",
"eslint": "8.30.0",
"esbuild": "^0.16.12",
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"models": "workspace:*",
"postcss": "8.4.20",

View File

@ -15,7 +15,7 @@
"license": "ISC",
"devDependencies": {
"@faire/mjml-react": "3.0.0",
"@types/node": "18.11.17",
"@types/node": "18.11.18",
"@types/nodemailer": "6.4.7",
"@types/react": "18.0.26",
"concurrently": "7.6.0",
@ -24,7 +24,7 @@
"react": "18.2.0",
"tsx": "3.12.1",
"utils": "workspace:*",
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
},

View File

@ -2,13 +2,13 @@
"name": "eslint-config-custom",
"main": "index.js",
"dependencies": {
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0"
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1"
}
}

View File

@ -13,38 +13,38 @@
},
"license": "MIT",
"dependencies": {
"@power-elements/stripe-elements": "^3.3.0",
"@power-elements/stripe-elements": "3.3.0",
"@stripe/stripe-js": "1.46.0",
"models": "workspace:*",
"phone": "^3.1.32",
"solid-element": "^1.6.3",
"solid-js": "^1.6.6",
"phone": "3.1.32",
"solid-element": "1.6.3",
"solid-js": "1.6.6",
"utils": "workspace:*"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^10.0.1",
"@types/react": "^18.0.26",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-typescript": "10.0.1",
"@types/react": "18.0.26",
"autoprefixer": "10.4.13",
"babel-preset-solid": "^1.6.6",
"eslint": "8.30.0",
"babel-preset-solid": "1.6.6",
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-solid": "^0.9.1",
"eslint-plugin-solid": "0.9.1",
"postcss": "8.4.20",
"react": "^18.2.0",
"rollup": "^3.8.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-dts": "^5.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript-paths": "^1.4.0",
"react": "18.2.0",
"rollup": "3.9.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-dts": "5.1.0",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tailwindcss": "3.2.4",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-solid": "^2.5.0"
"typescript": "4.9.4",
"vite": "4.0.3",
"vite-plugin-solid": "2.5.0"
}
}

View File

@ -16,10 +16,10 @@
"@typebot.io/js": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.0.26",
"eslint": "^8.30.0",
"@types/react": "18.0.26",
"eslint": "^8.31.0",
"eslint-config-custom": "workspace:*",
"react": "^18.2.0",
"react": "18.2.0",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "^4.9.4"

View File

@ -13,14 +13,14 @@
"db:fixTypebots": "tsx fixTypebots.ts"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/prompts": "^2.4.2",
"@types/node": "18.11.18",
"@types/prompts": "2.4.2",
"db": "workspace:*",
"deep-object-diff": "1.1.9",
"emails": "workspace:*",
"got": "12.5.3",
"models": "workspace:*",
"prompts": "^2.4.2",
"prompts": "2.4.2",
"stripe": "11.5.0",
"tsx": "3.12.1",
"typescript": "4.9.4",

View File

@ -11,9 +11,9 @@
"test": "pnpm jest"
},
"devDependencies": {
"@types/jest": "29.2.4",
"@types/jest": "29.2.5",
"tsup": "6.5.0",
"eslint": "8.30.0",
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",

View File

@ -8,7 +8,7 @@
"devDependencies": {
"@playwright/test": "1.29.1",
"@types/nodemailer": "6.4.7",
"aws-sdk": "2.1282.0",
"aws-sdk": "2.1286.0",
"cuid": "2.1.8",
"db": "workspace:*",
"dotenv": "16.0.3",