bump almost all dependencies (#477)

* bump all dependencies
* downgrade next.js as it causes build errors
pull/482/head^2
Alex Johansson 2021-08-18 10:08:33 +02:00 committed by GitHub
parent db581f43b3
commit beff23f402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1459 additions and 1515 deletions

4
next-env.d.ts vendored
View File

@ -1,2 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@ -13,69 +13,69 @@
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"@jitsu/sdk-js": "^2.0.1",
"@prisma/client": "^2.23.0",
"@radix-ui/react-collapsible": "^0.0.16",
"@radix-ui/react-dialog": "^0.0.19",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@jitsu/sdk-js": "^2.2.4",
"@prisma/client": "^2.29.1",
"@radix-ui/react-collapsible": "^0.0.17",
"@radix-ui/react-dialog": "^0.0.20",
"@radix-ui/react-slider": "^0.0.17",
"@radix-ui/react-slot": "^0.0.12",
"@radix-ui/react-switch": "^0.0.15",
"@radix-ui/react-tooltip": "^0.0.21",
"@tailwindcss/forms": "^0.2.1",
"async": "^3.2.0",
"@tailwindcss/forms": "^0.3.3",
"async": "^3.2.1",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"dayjs": "^1.10.4",
"dayjs": "^1.10.6",
"dayjs-business-days": "^1.0.4",
"googleapis": "^67.1.1",
"googleapis": "^84.0.0",
"handlebars": "^4.7.7",
"ical.js": "^1.4.0",
"ics": "^2.27.0",
"ics": "^2.31.0",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"next": "^10.2.0",
"next-auth": "^3.13.2",
"next-transpile-modules": "^7.0.0",
"nodemailer": "^6.6.1",
"react": "17.0.1",
"next-auth": "^3.28.0",
"next-transpile-modules": "^8.0.0",
"nodemailer": "^6.6.3",
"react": "17.0.2",
"react-dates": "^21.8.0",
"react-dom": "17.0.1",
"react-dom": "17.0.2",
"react-easy-crop": "^3.5.2",
"react-multi-email": "^0.5.3",
"react-phone-number-input": "^3.1.21",
"react-select": "^4.3.0",
"react-timezone-select": "^1.0.2",
"react-phone-number-input": "^3.1.25",
"react-select": "^4.3.1",
"react-timezone-select": "^1.0.6",
"short-uuid": "^4.2.0",
"tsdav": "^1.0.2",
"tslog": "^3.2.0",
"tsdav": "^1.0.3",
"tslog": "^3.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14.14.33",
"@types/nodemailer": "^6.4.2",
"@types/react": "^17.0.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.18",
"@types/react-dates": "^21.8.3",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.29.0",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"autoprefixer": "^10.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^27.0.5",
"lint-staged": "^11.0.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"mockdate": "^3.0.5",
"postcss": "^8.2.8",
"prettier": "^2.3.1",
"prisma": "^2.23.0",
"tailwindcss": "^2.2.2",
"typescript": "^4.2.3"
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"prisma": "^2.29.1",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5"
},
"lint-staged": {
"./{*,{pages,components,lib}/**/*}.{js,ts,jsx,tsx}": [

2896
yarn.lock

File diff suppressed because it is too large Load Diff