2
0

build: 📦️ Update packages

This commit is contained in:
Baptiste Arnaud
2022-05-13 09:18:25 -07:00
parent ddaaa68e28
commit 6c2986590b
32 changed files with 2994 additions and 3689 deletions

View File

@ -10,40 +10,40 @@
"models": "*",
"qs": "^6.10.3",
"react-frame-component": "5.2.2-alpha.1",
"react-phone-number-input": "^3.1.49",
"react-scroll": "^1.8.6",
"react-phone-number-input": "^3.1.52",
"react-scroll": "^1.8.7",
"react-transition-group": "^4.4.2",
"utils": "*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/react": "^17.0.43",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "^18.0.9",
"@types/react-phone-number-input": "^3.0.13",
"@types/react-scroll": "^1.8.3",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "^10.4.4",
"autoprefixer": "^10.4.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"postcss": "^8.4.13",
"rollup": "^2.72.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.1.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"tslib": "^2.3.1",
"tslib": "^2.4.0",
"@types/qs": "^6.9.7"
},
"peerDependencies": {
"react": "^17.0.2"
"react": "^18.1.0"
},
"scripts": {
"build": "yarn rollup -c",

View File

@ -5,13 +5,13 @@
"main": "./index.ts",
"types": "./index.ts",
"devDependencies": {
"prisma": "^3.12.0",
"prisma": "^3.14.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"dotenv-cli": "5.1.0"
},
"dependencies": {
"@prisma/client": "^3.12.0"
"@prisma/client": "^3.14.0"
},
"scripts": {
"dx": "dotenv -e ../../apps/builder/.env.local prisma db push && yarn generate:schema && yarn start:sutdio ",

View File

@ -6,10 +6,10 @@
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"dependencies": {
"next": "^12.1.4",
"next": "^12.1.6",
"db": "*"
},
"scripts": {

View File

@ -1,4 +1,5 @@
import { StepBase } from '.'
import { TElement } from '@udecode/plate-core'
export type BubbleStep =
| TextBubbleStep
@ -41,7 +42,7 @@ export type EmbedBubbleStep = StepBase & {
export type TextBubbleContent = {
html: string
richText: unknown[]
richText: TElement[]
plainText: string
}

View File

@ -12,9 +12,6 @@
"db": "*",
"models": "*",
"utils": "*",
"ts-node": "^10.5.0"
},
"dependencies": {
"firebase-admin": "^10.0.2"
"ts-node": "^10.7.0"
}
}

View File

@ -10,20 +10,23 @@
"test": "yarn jest"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "<8.0.0",
"eslint-plugin-functional": "^4.2.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-functional": "^4.2.1",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"rollup": "^2.70.1",
"jest": "^28.1.0",
"rollup": "^2.72.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3"
"ts-jest": "^28.0.2",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4"
},
"dependencies": {
"jest-environment-jsdom": "^28.1.0"
}
}

View File

@ -7,18 +7,18 @@
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"rollup": "^2.72.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
"tslib": "^2.4.0",
"typescript": "^4.6.4"
},
"dependencies": {
"models": "*",
"next": "^12.1.4"
"next": "^12.1.6"
},
"scripts": {
"build": "yarn rollup -c",

View File

@ -6,7 +6,7 @@
"author": "baptisteArno",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "^0.18.3"
"@prettier/plugin-php": "^0.18.4"
},
"scripts": {
"deploy": "yarn copy && yarn commit",