* Update all Yarn dependencies (2022-05-16) * Upgrade dependencies * Removes deprecated packages * Upgrades deps * Updates submodules * Update yarn.lock * Linting * Linting * Update website * Build fixes * TODO: fix this * Module resolving * Type fixes * Intercom fixes on SSG * Fixes infinite loop * Upgrades to React 18 * Type fixes * Locks node version to 14 * Upgrades daily-js * Readds missing types * Upgrades playwright * Noop when intercom is not installed * Update website * Removed yarn.lock in favor of monorepo Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: zomars <zomars@me.com>
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "@calcom/ui",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^0.1.0",
|
|
"next": "^12.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/config": "*",
|
|
"@calcom/lib": "*",
|
|
"@calcom/tsconfig": "*",
|
|
"@types/react": "18.0.9",
|
|
"@types/react-dom": "18.0.4",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|