Skip to content

Commit

Permalink
Sync package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Nov 4, 2022
1 parent 324794e commit 2aa84cd
Show file tree
Hide file tree
Showing 13 changed files with 152 additions and 600 deletions.
2 changes: 1 addition & 1 deletion apps/api
Submodule api updated from 18e96e to e0619d
2 changes: 1 addition & 1 deletion apps/console
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions apps/swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/website
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/embeds/embed-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions packages/embeds/embed-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
Loading

0 comments on commit 2aa84cd

Please sign in to comment.