Sync package.json

bugfix/investigate-production-fail-5
zomars 2022-11-04 12:15:12 -07:00
parent 324794e36c
commit 2aa84cd5ce
13 changed files with 151 additions and 599 deletions

@ -1 +1 @@
Subproject commit 18e96e2a47a48c5d79f98925f91f45a7cb7e2e11
Subproject commit e0619d383ab976f0ddf8d92b97ade894f343ccce

@ -1 +1 @@
Subproject commit 8313b3b4028fe7616641de95c7c3c5ae97d100aa
Subproject commit 2219900e06c3a683c85ce066e6ea3eb2d6ae14e9

View File

@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"iframe-resizer-react": "^1.1.0",
"next": "^12.2.5",
"next": "^12.3.1",
"nextra": "^1.1.0",
"nextra-theme-docs": "^1.2.2",
"react": "^18.2.0",

View File

@ -48,7 +48,7 @@
"storybook-addon-next": "^1.6.9",
"storybook-react-i18next": "^1.1.2",
"tailwindcss": "^3.2.1",
"typescript": "^4.6.4",
"typescript": "^4.7.4",
"vite": "^3.1.0"
}
}

View File

@ -14,7 +14,7 @@
"dependencies": {
"highlight.js": "^11.6.0",
"isarray": "2.0.5",
"next": "^12.2.5",
"next": "^12.3.1",
"openapi-snippet": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -23,7 +23,7 @@
"devDependencies": {
"@types/node": "16.9.1",
"@types/react": "^18.0.17",
"@types/react-dom": "18.0.4",
"@types/react-dom": "^18.0.6",
"typescript": "^4.7.4"
}
}

View File

@ -82,7 +82,7 @@
"memory-cache": "^0.2.0",
"micro": "^9.4.1",
"mime-types": "^2.1.35",
"next": "^12.2.5",
"next": "^12.3.1",
"next-auth": "^4.10.3",
"next-axiom": "^0.10.0",
"next-collect": "^0.2.1",
@ -124,7 +124,7 @@
"zod": "^3.19.1"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.19.6",
"@calcom/config": "*",
"@calcom/types": "*",
"@microsoft/microsoft-graph-types-beta": "0.15.0-preview",
@ -150,7 +150,7 @@
"@types/react-window": "^1.8.5",
"@types/stripe": "^8.0.417",
"@types/uuid": "8.3.1",
"autoprefixer": "^10.4.8",
"autoprefixer": "^10.4.12",
"babel-jest": "^28.1.0",
"copy-webpack-plugin": "^11.0.0",
"detect-port": "^1.3.0",
@ -159,8 +159,8 @@
"mockdate": "^3.0.5",
"module-alias": "^2.2.2",
"msw": "^0.42.3",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"

@ -1 +1 @@
Subproject commit 658e1892b52849071bc033b492546c56e8c5414b
Subproject commit 15c60e8b1ca2a0cf63fea7bb6402e914b6992011

View File

@ -77,7 +77,7 @@
"resolutions": {
"@types/node": "16.9.1",
"@types/react": "^18.0.17",
"@types/react-dom": "18.0.4"
"@types/react-dom": "^18.0.6"
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [

View File

@ -27,7 +27,7 @@
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.1.8",
"tailwindcss": "^3.2.1",
"typescript": "^4.7.4"
}
}

View File

@ -42,12 +42,12 @@
}
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"autoprefixer": "^10.4.12",
"eslint": "^8.22.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"postcss": "^8.4.18",
"typescript": "^4.7.4",
"vite": "^2.9.15",
"tailwindcss": "^3.1.8"
"vite": "^3.1.0",
"tailwindcss": "^3.2.1"
}
}

View File

@ -42,12 +42,12 @@
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "18.0.4",
"@vitejs/plugin-react": "^1.3.2",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.22.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4",
"vite": "^2.9.15"
"vite": "^3.1.0"
},
"dependencies": {
"@calcom/embed-core": "*",

View File

@ -19,7 +19,7 @@
"@radix-ui/react-portal": "^1.0.0",
"@radix-ui/react-select": "^0.1.1",
"downshift": "^6.1.9",
"next": "^12.2.5",
"next": "^12.3.1",
"react": "^18.2.0",
"react-colorful": "^5.6.0",
"react-feather": "^2.0.10",
@ -32,7 +32,7 @@
"@calcom/config": "*",
"@calcom/tsconfig": "*",
"@types/react": "^18.0.17",
"@types/react-dom": "18.0.4",
"@types/react-dom": "^18.0.6",
"typescript": "^4.7.4"
}
}

704
yarn.lock

File diff suppressed because it is too large Load Diff