2
0

📦 Update packages

This commit is contained in:
Baptiste Arnaud
2022-09-12 07:29:36 +02:00
parent 4a04d1ccba
commit a262fc190e
15 changed files with 2625 additions and 3330 deletions

View File

@@ -7,12 +7,12 @@ import { javascript } from '@codemirror/lang-javascript'
import { html } from '@codemirror/lang-html' import { html } from '@codemirror/lang-html'
import { useEffect, useRef, useState } from 'react' import { useEffect, useRef, useState } from 'react'
import { useDebouncedCallback } from 'use-debounce' import { useDebouncedCallback } from 'use-debounce'
import { linter } from '@codemirror/lint' import { linter, LintSource } from '@codemirror/lint'
import { VariablesButton } from './buttons/VariablesButton' import { VariablesButton } from './buttons/VariablesButton'
import { Variable } from 'models' import { Variable } from 'models'
import { env } from 'utils' import { env } from 'utils'
const linterExtension = linter(jsonParseLinter()) const linterExtension = linter(jsonParseLinter() as unknown as LintSource)
type Props = { type Props = {
value: string value: string

View File

@@ -12,10 +12,10 @@
"test:open": "PWDEBUG=1 pnpm playwright test" "test:open": "PWDEBUG=1 pnpm playwright test"
}, },
"dependencies": { "dependencies": {
"@chakra-ui/css-reset": "2.0.5", "@chakra-ui/css-reset": "2.0.7",
"@chakra-ui/react": "^2.2.9", "@chakra-ui/react": "^2.3.2",
"@codemirror/lang-css": "^6.0.0", "@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-html": "^6.1.0", "@codemirror/lang-html": "^6.1.1",
"@codemirror/lang-javascript": "^6.0.2", "@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-json": "^6.0.0", "@codemirror/lang-json": "^6.0.0",
"@codemirror/lint": "^6.0.0", "@codemirror/lint": "^6.0.0",
@@ -23,23 +23,23 @@
"@dnd-kit/core": "^6.0.5", "@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1", "@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0", "@dnd-kit/utilities": "^3.2.0",
"@emotion/react": "^11.10.0", "@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.0", "@emotion/styled": "^11.10.4",
"@giphy/js-fetch-api": "4.4.0", "@giphy/js-fetch-api": "4.4.0",
"@giphy/js-types": "^4.2.1", "@giphy/js-types": "^4.2.1",
"@giphy/react-components": "6.1.1", "@giphy/react-components": "6.1.1",
"@googleapis/drive": "^3.0.1", "@googleapis/drive": "^3.0.1",
"@sentry/nextjs": "7.11.1", "@sentry/nextjs": "7.12.1",
"@stripe/stripe-js": "1.35.0", "@stripe/stripe-js": "1.36.0",
"@tanstack/react-table": "8.5.11", "@tanstack/react-table": "8.5.13",
"@udecode/plate-basic-marks": "16.3.0", "@udecode/plate-basic-marks": "16.8.0",
"@udecode/plate-common": "^7.0.2", "@udecode/plate-common": "^7.0.2",
"@udecode/plate-core": "16.3.0", "@udecode/plate-core": "16.8.0",
"@udecode/plate-link": "16.3.0", "@udecode/plate-link": "16.9.0",
"@udecode/plate-serializer-html": "16.3.0", "@udecode/plate-serializer-html": "16.8.0",
"@udecode/plate-ui-link": "16.3.0", "@udecode/plate-ui-link": "16.9.0",
"@udecode/plate-ui-toolbar": "16.3.0", "@udecode/plate-ui-toolbar": "16.8.0",
"aws-sdk": "2.1204.0", "aws-sdk": "2.1213.0",
"bot-engine": "workspace:*", "bot-engine": "workspace:*",
"browser-image-compression": "^2.0.0", "browser-image-compression": "^2.0.0",
"canvas-confetti": "^1.5.1", "canvas-confetti": "^1.5.1",
@@ -49,10 +49,10 @@
"dequal": "^2.0.3", "dequal": "^2.0.3",
"emojilib": "3.0.7", "emojilib": "3.0.7",
"focus-visible": "^5.2.0", "focus-visible": "^5.2.0",
"framer-motion": "7.2.1", "framer-motion": "7.3.2",
"google-auth-library": "^8.4.0", "google-auth-library": "^8.5.1",
"google-spreadsheet": "^3.3.0", "google-spreadsheet": "^3.3.0",
"got": "12.3.1", "got": "12.4.1",
"htmlparser2": "^8.0.1", "htmlparser2": "^8.0.1",
"immer": "^9.0.15", "immer": "^9.0.15",
"js-video-url-parser": "^0.5.1", "js-video-url-parser": "^0.5.1",
@@ -61,7 +61,7 @@
"micro": "9.4.1", "micro": "9.4.1",
"micro-cors": "^0.1.1", "micro-cors": "^0.1.1",
"minio": "7.0.32", "minio": "7.0.32",
"next": "12.2.5", "next": "12.3.0",
"next-auth": "4.10.3", "next-auth": "4.10.3",
"nodemailer": "^6.7.8", "nodemailer": "^6.7.8",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
@@ -74,8 +74,8 @@
"slate": "0.82.1", "slate": "0.82.1",
"slate-history": "^0.66.0", "slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0", "slate-hyperscript": "^0.77.0",
"slate-react": "0.82.1", "slate-react": "0.82.2",
"stripe": "10.6.0", "stripe": "10.8.0",
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"svg-round-corners": "^0.3.0", "svg-round-corners": "^0.3.0",
"swr": "^1.3.0", "swr": "^1.3.0",
@@ -84,31 +84,31 @@
"use-debounce": "8.0.4" "use-debounce": "8.0.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.18.13", "@babel/core": "7.19.0",
"@chakra-ui/styled-system": "^2.2.8", "@chakra-ui/styled-system": "^2.3.1",
"@playwright/test": "1.25.1", "@playwright/test": "1.25.2",
"@types/canvas-confetti": "^1.4.3", "@types/canvas-confetti": "^1.4.3",
"@types/google-spreadsheet": "^3.3.0", "@types/google-spreadsheet": "^3.3.0",
"@types/jsonwebtoken": "8.5.9", "@types/jsonwebtoken": "8.5.9",
"@types/micro-cors": "^0.1.2", "@types/micro-cors": "^0.1.2",
"@types/minio": "^7.0.13", "@types/minio": "^7.0.13",
"@types/node": "18.7.13", "@types/node": "18.7.16",
"@types/nodemailer": "6.4.5", "@types/nodemailer": "6.4.5",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/papaparse": "5.3.4", "@types/papaparse": "5.3.5",
"@types/prettier": "2.7.0", "@types/prettier": "2.7.0",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/react": "^18.0.17", "@types/react": "^18.0.19",
"@types/tinycolor2": "^1.4.3", "@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.36.2",
"db": "workspace:*", "db": "workspace:*",
"dotenv": "^16.0.1", "dotenv": "^16.0.2",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.1", "eslint-plugin-react": "^7.31.8",
"models": "workspace:*", "models": "workspace:*",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"utils": "workspace:*" "utils": "workspace:*"
} }
} }

View File

@@ -17,10 +17,14 @@ import { actions } from 'libs/kbar'
import { SupportBubble } from 'components/shared/SupportBubble' import { SupportBubble } from 'components/shared/SupportBubble'
import { WorkspaceContext } from 'contexts/WorkspaceContext' import { WorkspaceContext } from 'contexts/WorkspaceContext'
import { toTitleCase } from 'utils' import { toTitleCase } from 'utils'
import { Session } from 'next-auth'
const { ToastContainer, toast } = createStandaloneToast(customTheme) const { ToastContainer, toast } = createStandaloneToast(customTheme)
const App = ({ Component, pageProps: { session, ...pageProps } }: AppProps) => { const App = ({
Component,
pageProps: { session, ...pageProps },
}: AppProps<{ session: Session }>) => {
useRouterProgressBar() useRouterProgressBar()
const { query, pathname, isReady } = useRouter() const { query, pathname, isReady } = useRouter()

View File

@@ -23,7 +23,7 @@ test.describe.parallel('Editor', () => {
await page.goto(`/typebots/${typebotId}/edit`) await page.goto(`/typebots/${typebotId}/edit`)
await expect(page.locator("text='Start'")).toBeVisible() await expect(page.locator("text='Start'")).toBeVisible()
await page.dragAndDrop('text=Button', '#editor-container', { await page.dragAndDrop('text=Button', '#editor-container', {
targetPosition: { x: 800, y: 400 }, targetPosition: { x: 1000, y: 400 },
}) })
await page.dragAndDrop( await page.dragAndDrop(
'text=Text >> nth=0', 'text=Text >> nth=0',

View File

@@ -15,10 +15,10 @@
"update-search": "docker run -it --rm --env-file=.env -e \"CONFIG=$(cat docsearch-scrapper-config.json | jq -r tostring)\" algolia/docsearch-scraper" "update-search": "docker run -it --rm --env-file=.env -e \"CONFIG=$(cat docsearch-scrapper-config.json | jq -r tostring)\" algolia/docsearch-scraper"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "2.0.1", "@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.0.1", "@docusaurus/preset-classic": "2.1.0",
"@docusaurus/theme-search-algolia": "^2.0.1", "@docusaurus/theme-search-algolia": "^2.1.0",
"@docusaurus/theme-common": "2.0.1", "@docusaurus/theme-common": "2.1.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"@mdx-js/react": "^1.6.22", "@mdx-js/react": "^1.6.22",
@@ -42,8 +42,8 @@
}, },
"devDependencies": { "devDependencies": {
"@algolia/client-search": "^4.14.2", "@algolia/client-search": "^4.14.2",
"@types/react": "^18.0.17", "@types/react": "^18.0.19",
"typescript": "^4.7.4", "typescript": "^4.8.3",
"webpack": "^5.74.0" "webpack": "^5.74.0"
} }
} }

View File

@@ -9,35 +9,35 @@
}, },
"dependencies": { "dependencies": {
"@chakra-ui/icon": "^3.0.9", "@chakra-ui/icon": "^3.0.9",
"@chakra-ui/react": "2.2.9", "@chakra-ui/react": "2.3.2",
"@emotion/react": "11.10.0", "@emotion/react": "11.10.4",
"@emotion/styled": "11.10.0", "@emotion/styled": "11.10.4",
"aos": "^2.3.4", "aos": "^2.3.4",
"bot-engine": "*", "bot-engine": "*",
"focus-visible": "^5.2.0", "focus-visible": "^5.2.0",
"framer-motion": "7.2.1", "framer-motion": "7.3.2",
"models": "*", "models": "*",
"next": "12.2.5", "next": "12.3.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"utils": "*" "utils": "*"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.18.13", "@babel/core": "7.19.0",
"@chakra-ui/styled-system": "^2.2.8", "@chakra-ui/styled-system": "^2.3.1",
"@next/bundle-analyzer": "12.2.5", "@next/bundle-analyzer": "12.3.0",
"@types/aos": "^3.0.4", "@types/aos": "^3.0.4",
"@types/node": "18.7.13", "@types/node": "18.7.16",
"@types/react": "^18.0.17", "@types/react": "^18.0.19",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.36.2",
"autoprefixer": "10.4.8", "autoprefixer": "10.4.8",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.1", "eslint-plugin-react": "^7.31.8",
"postcss": "8.4.16", "postcss": "8.4.16",
"prettier": "2.7.1", "prettier": "2.7.1",
"typescript": "^4.8.2" "typescript": "^4.8.3"
} }
} }

View File

@@ -12,44 +12,44 @@
"test:open": "PWDEBUG=1 pnpm playwright test" "test:open": "PWDEBUG=1 pnpm playwright test"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "7.11.1", "@sentry/nextjs": "7.12.1",
"aws-sdk": "2.1204.0", "aws-sdk": "2.1213.0",
"bot-engine": "*", "bot-engine": "*",
"cors": "^2.8.5", "cors": "^2.8.5",
"cuid": "^2.1.8", "cuid": "^2.1.8",
"db": "workspace:*", "db": "workspace:*",
"google-spreadsheet": "^3.3.0", "google-spreadsheet": "^3.3.0",
"got": "12.3.1", "got": "12.4.1",
"next": "12.2.5", "next": "12.3.0",
"nodemailer": "^6.7.8", "nodemailer": "^6.7.8",
"qs": "^6.11.0", "qs": "^6.11.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"sanitize-html": "^2.7.1", "sanitize-html": "^2.7.1",
"stripe": "10.6.0" "stripe": "10.8.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.18.10", "@babel/preset-env": "^7.19.0",
"@playwright/test": "1.25.1", "@playwright/test": "1.25.2",
"@types/cors": "^2.8.12", "@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.3.0", "@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.7.13", "@types/node": "18.7.16",
"@types/nodemailer": "6.4.5", "@types/nodemailer": "6.4.5",
"@types/papaparse": "5.3.4", "@types/papaparse": "5.3.5",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/react": "^18.0.17", "@types/react": "^18.0.19",
"@types/sanitize-html": "2.6.2", "@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.1", "eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"google-auth-library": "^8.4.0", "google-auth-library": "^8.5.1",
"models": "workspace:*", "models": "workspace:*",
"next-transpile-modules": "^9.0.0", "next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2", "papaparse": "^5.3.2",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"utils": "workspace:*" "utils": "workspace:*"
} }
} }

View File

@@ -23,7 +23,7 @@
}, },
"devDependencies": { "devDependencies": {
"cz-emoji": "1.3.2-canary.2", "cz-emoji": "1.3.2-canary.2",
"turbo": "1.2.16" "turbo": "1.4.6"
}, },
"config": { "config": {
"commitizen": { "commitizen": {

View File

@@ -12,11 +12,11 @@
}, },
"dependencies": { "dependencies": {
"@stripe/react-stripe-js": "1.10.0", "@stripe/react-stripe-js": "1.10.0",
"@stripe/stripe-js": "1.35.0", "@stripe/stripe-js": "1.36.0",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"qs": "^6.11.0", "qs": "^6.11.0",
"react-frame-component": "5.2.3", "react-frame-component": "5.2.3",
"react-phone-number-input": "3.2.10", "react-phone-number-input": "3.2.11",
"react-scroll": "^1.8.7", "react-scroll": "^1.8.7",
"react-transition-group": "4.4.5", "react-transition-group": "4.4.5",
"resize-observer": "^1.0.4" "resize-observer": "^1.0.4"
@@ -24,35 +24,35 @@
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "22.0.2", "@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "8.4.0", "@rollup/plugin-typescript": "8.5.0",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/react": "18.0.17", "@types/react": "18.0.19",
"@types/react-phone-number-input": "^3.0.14", "@types/react-phone-number-input": "^3.0.14",
"@types/react-scroll": "^1.8.4", "@types/react-scroll": "^1.8.4",
"@types/react-transition-group": "^4.4.5", "@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.36.2",
"autoprefixer": "10.4.8", "autoprefixer": "10.4.8",
"db": "workspace:*", "db": "workspace:*",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.1", "eslint-plugin-react": "7.31.8",
"models": "workspace:*", "models": "workspace:*",
"postcss": "8.4.16", "postcss": "8.4.16",
"prettier": "2.7.1", "prettier": "2.7.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"rollup": "2.78.1", "rollup": "2.79.0",
"rollup-plugin-dts": "^4.2.2", "rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2", "rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"tailwindcss": "3.1.8", "tailwindcss": "3.1.8",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"utils": "workspace:*" "utils": "workspace:*"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -16,11 +16,11 @@
"migration:deploy": "prisma migrate deploy" "migration:deploy": "prisma migrate deploy"
}, },
"dependencies": { "dependencies": {
"@prisma/client": "4.2.1" "@prisma/client": "4.3.1"
}, },
"devDependencies": { "devDependencies": {
"prisma": "4.2.1", "prisma": "4.3.1",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"dotenv-cli": "6.0.0" "dotenv-cli": "6.0.0"
} }
} }

View File

@@ -11,17 +11,17 @@
"dx": "pnpm rollup -c --watch" "dx": "pnpm rollup -c --watch"
}, },
"dependencies": { "dependencies": {
"zod": "^3.18.0" "zod": "^3.19.0"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.8.2", "typescript": "^4.8.3",
"@rollup/plugin-commonjs": "22.0.2", "@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "8.4.0", "@rollup/plugin-typescript": "8.5.0",
"rollup": "2.78.1", "rollup": "2.79.0",
"rollup-plugin-dts": "^4.2.2", "rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-peer-deps-external": "^2.2.4",
"next": "12.2.5", "next": "12.3.0",
"db": "workspace:*" "db": "workspace:*"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -12,11 +12,11 @@
"start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts" "start:workspaces:migration:recover": "ts-node workspaceMigrationRecover.ts"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.7.13", "@types/node": "18.7.16",
"db": "workspace:*", "db": "workspace:*",
"models": "workspace:*", "models": "workspace:*",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"utils": "*" "utils": "*"
} }
} }

View File

@@ -10,22 +10,22 @@
"test": "pnpm jest" "test": "pnpm jest"
}, },
"devDependencies": { "devDependencies": {
"jest-environment-jsdom": "^29.0.1", "jest-environment-jsdom": "^29.0.3",
"@rollup/plugin-typescript": "8.4.0", "@rollup/plugin-typescript": "8.5.0",
"@types/jest": "^28.1.8", "@types/jest": "^29.0.1",
"@typescript-eslint/eslint-plugin": "5.35.1", "@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.35.1", "@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0", "eslint": "8.23.0",
"eslint-plugin-functional": "^4.2.2", "eslint-plugin-functional": "^4.3.0",
"eslint-plugin-jest": "27.0.1", "eslint-plugin-jest": "27.0.4",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.1", "jest": "^29.0.3",
"prettier": "2.7.1", "prettier": "2.7.1",
"rollup": "2.78.1", "rollup": "2.79.0",
"rollup-plugin-styles": "^4.0.0", "rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.8", "ts-jest": "^29.0.0",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.8.2" "typescript": "^4.8.3"
} }
} }

View File

@@ -6,7 +6,7 @@
"author": "baptisteArno", "author": "baptisteArno",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"@prettier/plugin-php": "^0.18.9", "@prettier/plugin-php": "^0.19.0",
"prettier": "2.7.1" "prettier": "2.7.1"
}, },
"scripts": { "scripts": {

5733
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff