* 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>
23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"name": "@calcom/lib",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"dayjs": "^1.11.2",
|
|
"ical.js": "^1.4.0",
|
|
"ics": "^2.31.0",
|
|
"next-i18next": "^11.0.0",
|
|
"react-hot-toast": "^2.1.0",
|
|
"tsdav": "2.0.2",
|
|
"tslog": "^3.2.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/tsconfig": "*",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|