2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-01-21 13:24:23 +01:00
parent e64ab2a999
commit 04d206eab1
17 changed files with 894 additions and 1112 deletions

View File

@ -11,7 +11,7 @@
"lint": "eslint --fix \"src/**/*.ts*\""
},
"dependencies": {
"@stripe/react-stripe-js": "1.16.2",
"@stripe/react-stripe-js": "1.16.4",
"@stripe/stripe-js": "1.46.0",
"prop-types": "15.8.1",
"qs": "6.11.0",
@ -24,14 +24,14 @@
"devDependencies": {
"@types/node": "18.11.18",
"@types/qs": "6.9.7",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/react-phone-number-input": "3.0.14",
"@types/react-scroll": "1.8.6",
"@types/react-transition-group": "4.4.5",
"autoprefixer": "10.4.13",
"db": "workspace:*",
"esbuild": "^0.17.0",
"eslint": "8.31.0",
"esbuild": "^0.17.3",
"eslint": "8.32.0",
"eslint-config-custom": "workspace:*",
"models": "workspace:*",
"postcss": "8.4.21",

View File

@ -12,11 +12,11 @@
"create:migration": "prisma migrate dev"
},
"dependencies": {
"@prisma/client": "4.8.1"
"@prisma/client": "4.9.0"
},
"devDependencies": {
"dotenv-cli": "6.0.0",
"prisma": "4.8.1",
"dotenv-cli": "7.0.0",
"prisma": "4.9.0",
"tsconfig": "workspace:*",
"typescript": "4.9.4"
}

View File

@ -14,17 +14,17 @@
"author": "Baptiste Arnaud",
"license": "ISC",
"devDependencies": {
"@faire/mjml-react": "3.0.2",
"@faire/mjml-react": "3.1.0",
"@types/node": "18.11.18",
"@types/nodemailer": "6.4.7",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"concurrently": "7.6.0",
"http-server": "14.1.1",
"nodemailer": "6.9.0",
"react": "18.2.0",
"tsx": "3.12.2",
"utils": "workspace:*",
"eslint": "8.31.0",
"eslint": "8.32.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
},

View File

@ -2,13 +2,13 @@
"name": "eslint-config-custom",
"main": "index.js",
"dependencies": {
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-react": "7.32.0"
"eslint-plugin-react": "7.32.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1"
"@typescript-eslint/parser": "^5.48.2"
}
}

View File

@ -25,15 +25,15 @@
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-typescript": "11.0.0",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"autoprefixer": "10.4.13",
"babel-preset-solid": "1.6.9",
"eslint": "8.31.0",
"eslint": "8.32.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-solid": "0.9.2",
"eslint-plugin-solid": "0.9.3",
"postcss": "8.4.21",
"react": "18.2.0",
"rollup": "3.10.0",
"rollup": "3.10.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-dts": "5.1.1",
"rollup-plugin-postcss": "4.0.2",

View File

@ -11,7 +11,7 @@
"devDependencies": {
"cuid": "2.1.8",
"db": "workspace:*",
"next": "13.1.2",
"next": "13.1.4",
"tsconfig": "workspace:*",
"typescript": "4.9.4"
},

View File

@ -22,9 +22,9 @@
"devDependencies": {
"@typebot.io/js": "workspace:*",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"db": "workspace:*",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"tsconfig": "workspace:*",

View File

@ -22,7 +22,7 @@
"got": "12.5.3",
"models": "workspace:*",
"prompts": "2.4.2",
"stripe": "11.6.0",
"stripe": "11.7.0",
"tsx": "3.12.2",
"typescript": "4.9.4",
"utils": "workspace:*",

View File

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

View File

@ -8,12 +8,12 @@
"devDependencies": {
"@playwright/test": "1.29.2",
"@types/nodemailer": "6.4.7",
"aws-sdk": "2.1295.0",
"aws-sdk": "2.1299.0",
"cuid": "2.1.8",
"db": "workspace:*",
"dotenv": "16.0.3",
"models": "workspace:*",
"next": "13.1.2",
"next": "13.1.4",
"nodemailer": "6.9.0",
"tsconfig": "workspace:*",
"typescript": "4.9.4"

View File

@ -6,7 +6,7 @@
"author": "baptisteArno",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "0.19.2",
"@prettier/plugin-php": "0.19.3",
"prettier": "2.8.3"
},
"scripts": {