⬆️ Upgrade dependencies
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
"@stripe/stripe-js": "1.46.0",
|
||||
"prop-types": "15.8.1",
|
||||
"qs": "6.11.0",
|
||||
"react-frame-component": "5.2.4",
|
||||
"react-frame-component": "5.2.6",
|
||||
"react-phone-number-input": "3.2.16",
|
||||
"react-scroll": "1.8.9",
|
||||
"react-transition-group": "4.4.5",
|
||||
@ -30,7 +30,7 @@
|
||||
"@types/react-transition-group": "4.4.5",
|
||||
"autoprefixer": "10.4.13",
|
||||
"db": "workspace:*",
|
||||
"esbuild": "^0.17.3",
|
||||
"esbuild": "^0.17.5",
|
||||
"eslint": "8.32.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"models": "workspace:*",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@types/react": "18.0.27",
|
||||
"concurrently": "7.6.0",
|
||||
"http-server": "14.1.1",
|
||||
"nodemailer": "6.9.0",
|
||||
"nodemailer": "6.9.1",
|
||||
"react": "18.2.0",
|
||||
"tsx": "3.12.2",
|
||||
"utils": "workspace:*",
|
||||
|
@ -3,12 +3,12 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"eslint": "8.32.0",
|
||||
"eslint-config-next": "13.1.4",
|
||||
"eslint-config-next": "13.1.6",
|
||||
"eslint-config-prettier": "8.6.0",
|
||||
"eslint-plugin-react": "7.32.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
||||
"@typescript-eslint/parser": "^5.48.2"
|
||||
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
||||
"@typescript-eslint/parser": "^5.49.0"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-terser": "^0.3.0",
|
||||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"autoprefixer": "10.4.13",
|
||||
"babel-preset-solid": "1.6.9",
|
||||
@ -30,8 +30,7 @@
|
||||
"eslint-plugin-solid": "0.9.3",
|
||||
"postcss": "8.4.21",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.10.1",
|
||||
"rollup-plugin-babel": "4.4.0",
|
||||
"rollup": "3.12.0",
|
||||
"rollup-plugin-dts": "5.1.1",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-typescript-paths": "^1.4.0",
|
||||
|
@ -9,9 +9,9 @@
|
||||
"zod": "3.20.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cuid": "2.1.8",
|
||||
"cuid": "3.0.0",
|
||||
"db": "workspace:*",
|
||||
"next": "13.1.4",
|
||||
"next": "13.1.6",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "4.9.4"
|
||||
},
|
||||
|
@ -16,13 +16,13 @@
|
||||
"author": "Baptiste Arnaud",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@ladle/react": "^2.4.5"
|
||||
"@ladle/react": "^2.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-terser": "^0.3.0",
|
||||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"@typebot.io/js": "workspace:*",
|
||||
"@types/node": "18.11.18",
|
||||
@ -32,10 +32,10 @@
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"models": "workspace:*",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.10.0",
|
||||
"rollup": "3.12.0",
|
||||
"rollup-plugin-typescript-paths": "^1.4.0",
|
||||
"tsconfig": "workspace:*",
|
||||
"tslib": "^2.4.1",
|
||||
"tslib": "^2.5.0",
|
||||
"tsx": "3.12.2",
|
||||
"typescript": "^4.9.4",
|
||||
"utils": "workspace:*"
|
||||
|
@ -22,7 +22,7 @@
|
||||
"got": "12.5.3",
|
||||
"models": "workspace:*",
|
||||
"prompts": "2.4.2",
|
||||
"stripe": "11.7.0",
|
||||
"stripe": "11.8.0",
|
||||
"tsx": "3.12.2",
|
||||
"typescript": "4.9.4",
|
||||
"utils": "workspace:*",
|
||||
|
@ -11,12 +11,12 @@
|
||||
"test": "pnpm jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "29.2.6",
|
||||
"@types/jest": "29.4.0",
|
||||
"tsup": "6.5.0",
|
||||
"eslint": "8.32.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"jest": "29.3.1",
|
||||
"jest-environment-jsdom": "29.3.1",
|
||||
"jest": "29.4.1",
|
||||
"jest-environment-jsdom": "29.4.1",
|
||||
"prettier": "2.8.3",
|
||||
"ts-jest": "29.0.5",
|
||||
"typescript": "4.9.4",
|
||||
|
@ -6,15 +6,15 @@
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.29.2",
|
||||
"@playwright/test": "1.30.0",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"aws-sdk": "2.1299.0",
|
||||
"cuid": "2.1.8",
|
||||
"aws-sdk": "2.1304.0",
|
||||
"cuid": "3.0.0",
|
||||
"db": "workspace:*",
|
||||
"dotenv": "16.0.3",
|
||||
"models": "workspace:*",
|
||||
"next": "13.1.4",
|
||||
"nodemailer": "6.9.0",
|
||||
"next": "13.1.6",
|
||||
"nodemailer": "6.9.1",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "4.9.4"
|
||||
},
|
||||
|
Reference in New Issue
Block a user