Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all Yarn dependencies (2023-01-25) #6687

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"license": "MIT",
"dependencies": {
"iframe-resizer-react": "^1.1.0",
"next": "^13.1.1",
"next": "^13.1.5",
"nextra": "^1.1.0",
"nextra-theme-docs": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@calcom/config": "*",
"eslint": "^8.22.0"
"eslint": "^8.32.0"
}
}
54 changes: 27 additions & 27 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,46 @@
"@calcom/config": "*",
"@calcom/dayjs": "*",
"@calcom/ui": "*",
"@radix-ui/react-avatar": "^1.0.0",
"@radix-ui/react-collapsible": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-id": "^1.0.0",
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-radio-group": "^1.0.0",
"@radix-ui/react-slider": "^1.0.0",
"@radix-ui/react-switch": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"next": "^13.1.1",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.3",
"next": "^13.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook-addon-rtl-direction": "^0.0.19"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "^0.2.4",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-vite": "^0.2.7",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"fs": "^0.0.1-security",
"postcss": "^8.4.18",
"postcss": "^8.4.21",
"postcss-pseudo-companion-classes": "^0.1.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"storybook-addon-designs": "^6.3.1",
"storybook-addon-next": "^1.6.9",
"storybook-addon-next": "^1.7.1",
"storybook-react-i18next": "^1.1.2",
"tailwindcss": "^3.2.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^2.9.15"
"vite": "^3.0.0"
}
}
10 changes: 5 additions & 5 deletions apps/swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"start": "PORT=4200 next start"
},
"dependencies": {
"highlight.js": "^11.6.0",
"highlight.js": "^11.7.0",
"isarray": "2.0.5",
"next": "^13.1.1",
"next": "^13.1.5",
"openapi-snippet": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swagger-ui-react": "4.11.1"
},
"devDependencies": {
"@types/node": "16.9.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/node": "18.11.15",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.4"
}
}
104 changes: 52 additions & 52 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,129 +39,129 @@
"@calcom/ui": "*",
"@daily-co/daily-js": "^0.37.0",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@glidejs/glide": "^3.5.2",
"@glidejs/glide": "^3.6.0",
"@heroicons/react": "^1.0.6",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.9.7",
"@next-auth/prisma-adapter": "^1.0.4",
"@next/bundle-analyzer": "^12.2.5",
"@radix-ui/react-avatar": "^1.0.0",
"@radix-ui/react-collapsible": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.10",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^12.3.4",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-id": "^1.0.0",
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-radio-group": "^1.0.0",
"@radix-ui/react-slider": "^1.0.0",
"@radix-ui/react-switch": "^1.0.0",
"@radix-ui/react-toggle-group": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@sentry/nextjs": "^7.20.0",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.35.0",
"@tanstack/react-query": "^4.3.9",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-toggle-group": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.3",
"@sentry/nextjs": "^7.31.1",
"@stripe/react-stripe-js": "^1.16.4",
"@stripe/stripe-js": "^1.46.0",
"@tanstack/react-query": "^4.22.4",
"@types/turndown": "^5.0.1",
"@vercel/edge-functions-ui": "^0.2.1",
"@vercel/og": "^0.0.21",
"accept-language-parser": "^1.5.0",
"async": "^3.2.4",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"dotenv-cli": "^6.0.0",
"eslint-config-next": "^13.1.1",
"eslint-config-next": "^13.1.5",
"googleapis": "^84.0.0",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.7",
"ical.js": "^1.4.0",
"ics": "^2.37.0",
"ics": "^2.41.0",
"kbar": "^0.1.0-beta.36",
"libphonenumber-js": "^1.10.12",
"libphonenumber-js": "^1.10.18",
"lodash": "^4.17.21",
"lottie-react": "^2.3.1",
"markdown-it": "^13.0.1",
"memory-cache": "^0.2.0",
"micro": "^9.4.1",
"mime-types": "^2.1.35",
"next": "^13.1.1",
"next-auth": "^4.10.3",
"next": "^13.1.5",
"next-auth": "^4.18.8",
"next-axiom": "^0.16.0",
"next-collect": "^0.2.1",
"next-i18next": "^11.3.0",
"next-seo": "^4.26.0",
"next-themes": "^0.2.0",
"next-themes": "^0.2.1",
"next-transpile-modules": "^10.0.0",
"nodemailer": "^6.7.8",
"nodemailer": "^6.9.0",
"otplib": "^12.0.1",
"qrcode": "^1.5.1",
"raw-body": "^2.5.1",
"react": "^18.2.0",
"react-colorful": "^5.6.0",
"react-colorful": "^5.6.1",
"react-date-picker": "^8.3.6",
"react-digit-input": "^2.1.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^3.5.2",
"react-feather": "^2.0.10",
"react-hook-form": "^7.34.2",
"react-hot-toast": "^2.3.0",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-intl": "^5.25.1",
"react-live-chat-loader": "^2.7.3",
"react-live-chat-loader": "^2.8.1",
"react-multi-email": "^0.5.3",
"react-phone-number-input": "^3.2.7",
"react-phone-number-input": "^3.2.16",
"react-schemaorg": "^2.0.0",
"react-select": "^5.4.0",
"react-select": "^5.7.0",
"react-timezone-select": "^1.3.2",
"react-use-intercom": "1.5.1",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"rrule": "^2.7.1",
"schema-dts": "^1.1.0",
"short-uuid": "^4.2.0",
"short-uuid": "^4.2.2",
"stripe": "^9.16.0",
"superjson": "1.9.1",
"tailwindcss-radix": "^2.6.0",
"tailwindcss-radix": "^2.7.0",
"turndown": "^7.1.1",
"uuid": "^8.3.2",
"web3": "^1.7.5",
"web3": "^1.8.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.12",
"@calcom/config": "*",
"@calcom/types": "*",
"@microsoft/microsoft-graph-types-beta": "0.15.0-preview",
"@playwright/test": "^1.25.0",
"@testing-library/react": "^13.3.0",
"@playwright/test": "^1.29.2",
"@testing-library/react": "^13.4.0",
"@types/accept-language-parser": "1.5.2",
"@types/async": "^3.2.15",
"@types/async": "^3.2.16",
"@types/bcryptjs": "^2.4.2",
"@types/detect-port": "^1.3.2",
"@types/glidejs__glide": "^3.4.2",
"@types/lodash": "^4.14.182",
"@types/glidejs__glide": "^3.6.1",
"@types/lodash": "^4.14.191",
"@types/markdown-it": "^12.2.3",
"@types/memory-cache": "^0.2.2",
"@types/micro": "7.3.7",
"@types/mime-types": "^2.1.1",
"@types/module-alias": "^2.0.1",
"@types/node": "16.9.1",
"@types/nodemailer": "^6.4.5",
"@types/qrcode": "^1.4.3",
"@types/react": "^18.0.17",
"@types/node": "18.11.15",
"@types/nodemailer": "^6.4.7",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.0.27",
"@types/react-phone-number-input": "^3.0.14",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/stripe": "^8.0.417",
"@types/uuid": "8.3.1",
"autoprefixer": "^10.4.12",
"autoprefixer": "^10.4.13",
"babel-jest": "^28.1.0",
"copy-webpack-plugin": "^11.0.0",
"detect-port": "^1.3.0",
"detect-port": "^1.5.1",
"env-cmd": "^10.1.0",
"eslint": "^8.22.0",
"eslint": "^8.32.0",
"mockdate": "^3.0.5",
"module-alias": "^2.2.2",
"msw": "^0.42.3",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,24 @@
"devDependencies": {
"@snaplet/copycat": "^0.3.0",
"@types/dompurify": "^2.4.0",
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"dotenv-checker": "^1.1.5",
"husky": "^8.0.1",
"husky": "^8.0.3",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.3",
"jest-mock-extended": "^2.0.7",
"jest-mock-extended": "^2.0.9",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.0.0",
"jest-watch-typeahead": "^2.2.1",
"lint-staged": "^12.5.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8"
},
"dependencies": {
"turbo": "^1.4.3"
"turbo": "^1.7.0"
},
"resolutions": {
"@apidevtools/json-schema-ref-parser": "9.0.9",
"@types/node": "16.9.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6"
"@types/node": "18.11.15",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10"
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
Expand Down
4 changes: 2 additions & 2 deletions packages/app-store-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"chokidar": "^3.5.3",
"eslint-plugin-react": "^7.30.1",
"@types/react": "^18.0.27",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-store/applecalendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Apple calendar runs both the macOS and iOS mobile operating systems. Offering online cloud backup of calendars using Apple’s iCloud service, it can sync with Google Calendar and Microsoft Exchange Server. Users can schedule events in their day that include time, location, duration, and extra notes.",
"dependencies": {
"@calcom/prisma": "*",
"react-hook-form": "^7.34.2"
"react-hook-form": "^7.42.1"
},
"devDependencies": {
"@calcom/types": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-store/caldavcalendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@calcom/ui": "*",
"react-hook-form": "^7.34.2"
"react-hook-form": "^7.42.1"
},
"devDependencies": {
"@calcom/types": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/app-store/ee/routing-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"description": "It would allow a booker to connect with the right person or choose the right event, faster. It would work by taking inputs from the booker and using that data to route to the correct booker/event as configured by Cal user ",
"dependencies": {
"@calcom/lib": "*",
"dotenv": "^16.0.1",
"dotenv": "^16.0.3",
"json-logic-js": "^2.0.2",
"react-awesome-query-builder": "^5.1.2"
"react-awesome-query-builder": "^5.4.1"
},
"devDependencies": {
"@calcom/types": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-store/exchange2013calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@calcom/ui": "*",
"react-hook-form": "^7.34.2",
"react-hook-form": "^7.42.1",
"ews-javascript-api": "^0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-store/exchange2016calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@calcom/lib": "*",
"@calcom/prisma": "*",
"@calcom/ui": "*",
"react-hook-form": "^7.34.2",
"react-hook-form": "^7.42.1",
"ews-javascript-api": "^0.11.0"
},
"devDependencies": {
Expand Down