2
0

📦 Upgrade deps

This commit is contained in:
Baptiste Arnaud
2022-10-09 07:48:58 +02:00
parent 691b3d0cb5
commit 5289a96940
8 changed files with 1524 additions and 488 deletions

View File

@ -28,9 +28,9 @@
"@giphy/js-types": "4.2.1",
"@giphy/react-components": "6.2.0",
"@googleapis/drive": "3.0.1",
"@sentry/nextjs": "7.14.0",
"@sentry/nextjs": "7.14.2",
"@stripe/stripe-js": "1.38.1",
"@tanstack/react-table": "8.5.13",
"@tanstack/react-table": "8.5.15",
"@udecode/plate-basic-marks": "16.8.0",
"@udecode/plate-common": "^7.0.2",
"@udecode/plate-core": "16.8.0",
@ -38,7 +38,7 @@
"@udecode/plate-serializer-html": "16.8.0",
"@udecode/plate-ui-link": "16.9.0",
"@udecode/plate-ui-toolbar": "16.8.0",
"aws-sdk": "2.1227.0",
"aws-sdk": "2.1231.0",
"bot-engine": "workspace:*",
"browser-image-compression": "2.0.0",
"canvas-confetti": "1.5.1",
@ -48,7 +48,7 @@
"dequal": "2.0.3",
"emojilib": "3.0.7",
"focus-visible": "5.2.0",
"framer-motion": "7.5.1",
"framer-motion": "7.5.3",
"google-auth-library": "8.5.2",
"google-spreadsheet": "3.3.0",
"got": "12.5.1",
@ -61,7 +61,7 @@
"micro-cors": "0.1.1",
"minio": "7.0.32",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-auth": "4.12.3",
"nodemailer": "6.8.0",
"nprogress": "0.2.0",
"papaparse": "5.3.2",
@ -73,8 +73,8 @@
"slate": "0.82.1",
"slate-history": "0.66.0",
"slate-hyperscript": "0.77.0",
"slate-react": "0.83.0",
"stripe": "10.12.0",
"slate-react": "0.83.1",
"stripe": "10.13.0",
"styled-components": "5.3.6",
"svg-round-corners": "0.4.1",
"swr": "1.3.0",
@ -86,14 +86,14 @@
},
"devDependencies": {
"@babel/core": "7.19.3",
"@chakra-ui/styled-system": "2.3.3",
"@playwright/test": "1.26.1",
"@chakra-ui/styled-system": "2.3.4",
"@playwright/test": "1.27.0",
"@types/canvas-confetti": "1.4.3",
"@types/google-spreadsheet": "3.3.0",
"@types/jsonwebtoken": "8.5.9",
"@types/micro-cors": "0.1.2",
"@types/minio": "7.0.13",
"@types/node": "18.7.23",
"@types/minio": "7.0.14",
"@types/node": "18.8.3",
"@types/nodemailer": "6.4.6",
"@types/nprogress": "0.2.0",
"@types/papaparse": "5.3.5",
@ -101,11 +101,11 @@
"@types/qs": "6.9.7",
"@types/react": "18.0.21",
"@types/tinycolor2": "1.4.3",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"db": "workspace:*",
"dotenv": "16.0.3",
"eslint": "8.24.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-react": "7.31.8",
"models": "workspace:*",

View File

@ -8,14 +8,14 @@
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icon": "3.0.10",
"@chakra-ui/react": "2.3.4",
"@chakra-ui/icon": "3.0.11",
"@chakra-ui/react": "2.3.5",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "7.5.1",
"framer-motion": "7.5.3",
"models": "workspace:*",
"next": "12.3.1",
"react": "18.2.0",
@ -25,16 +25,16 @@
},
"devDependencies": {
"@babel/core": "7.19.3",
"@chakra-ui/styled-system": "2.3.3",
"@chakra-ui/styled-system": "2.3.4",
"@next/bundle-analyzer": "12.3.1",
"@types/aos": "3.0.4",
"@types/node": "18.7.23",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"autoprefixer": "10.4.12",
"cross-env": "7.0.3",
"eslint": "8.24.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-react": "7.31.8",
"next-transpile-modules": "9.0.0",

View File

@ -11,8 +11,8 @@
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@sentry/nextjs": "7.14.0",
"aws-sdk": "2.1227.0",
"@sentry/nextjs": "7.14.2",
"aws-sdk": "2.1231.0",
"bot-engine": "*",
"cors": "2.8.5",
"cuid": "2.1.8",
@ -25,25 +25,25 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"sanitize-html": "2.7.2",
"stripe": "10.12.0"
"stripe": "10.13.0"
},
"devDependencies": {
"@babel/preset-env": "7.19.3",
"@playwright/test": "1.26.1",
"@playwright/test": "1.27.0",
"@types/cors": "2.8.12",
"@types/google-spreadsheet": "3.3.0",
"@types/node": "18.7.23",
"@types/node": "18.8.3",
"@types/nodemailer": "6.4.6",
"@types/papaparse": "5.3.5",
"@types/qs": "6.9.7",
"@types/react": "18.0.21",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"dotenv": "16.0.3",
"emails": "workspace:*",
"encoding": "^0.1.13",
"eslint": "8.24.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
@ -53,7 +53,7 @@
"node-fetch": "^3.2.10",
"papaparse": "5.3.2",
"typescript": "4.8.4",
"uglify-js": "3.17.2",
"uglify-js": "3.17.3",
"utils": "workspace:*"
}
}

View File

@ -22,21 +22,21 @@
"resize-observer": "1.0.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-commonjs": "23.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "14.1.0",
"@rollup/plugin-typescript": "8.5.0",
"@types/node": "18.7.23",
"@types/node": "18.8.3",
"@types/qs": "6.9.7",
"@types/react": "18.0.21",
"@types/react-phone-number-input": "3.0.14",
"@types/react-scroll": "1.8.4",
"@types/react-transition-group": "4.4.5",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"autoprefixer": "10.4.12",
"db": "workspace:*",
"eslint": "8.24.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",

View File

@ -14,7 +14,7 @@
"license": "ISC",
"devDependencies": {
"@faire/mjml-react": "2.1.4",
"@types/node": "18.7.23",
"@types/node": "18.8.3",
"@types/nodemailer": "6.4.6",
"@types/react": "18.0.21",
"concurrently": "7.4.0",
@ -22,7 +22,7 @@
"nodemailer": "6.8.0",
"react": "18.2.0",
"serve": "14.0.1",
"tsx": "3.9.0",
"tsx": "3.10.1",
"utils": "workspace:*"
},
"peerDependencies": {

View File

@ -13,12 +13,12 @@
"devDependencies": {
"jest-environment-jsdom": "29.1.2",
"@rollup/plugin-typescript": "8.5.0",
"@types/jest": "29.1.1",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"eslint": "8.24.0",
"eslint-plugin-functional": "4.4.0",
"eslint-plugin-jest": "27.0.4",
"@types/jest": "29.1.2",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"eslint": "8.25.0",
"eslint-plugin-functional": "4.4.1",
"eslint-plugin-jest": "27.1.1",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.1.2",
"prettier": "2.7.1",

View File

@ -6,9 +6,9 @@
"main": "./index.ts",
"types": "./index.ts",
"devDependencies": {
"@playwright/test": "1.26.1",
"@playwright/test": "1.27.0",
"@types/nodemailer": "6.4.6",
"aws-sdk": "2.1227.0",
"aws-sdk": "2.1231.0",
"cuid": "2.1.8",
"db": "workspace:*",
"models": "workspace:*",

1920
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff