Sync package.json

This commit is contained in:
zomars
2022-11-04 12:15:12 -07:00
parent 324794e36c
commit 2aa84cd5ce
13 changed files with 151 additions and 599 deletions
+1 -1
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",
+1 -1
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"
}
}
+2 -2
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"
}
}
+5 -5
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
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}": [
+1 -1
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"
}
}
+4 -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"
}
}
+3 -3
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": "*",
+2 -2
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"
}
}
+128 -576
View File
File diff suppressed because it is too large Load Diff