Skip to content

Commit

Permalink
Update tailwind to 3.1.3 (calcom#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon authored Jun 19, 2022
1 parent 2d28ca6 commit b3f8f9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"module-alias": "^2.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"tailwindcss": "^3.1.3",
"ts-jest": "^26.0.0",
"ts-node": "^10.6.0",
"typescript": "^4.6.4"
Expand Down
1 change: 1 addition & 0 deletions apps/web/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const base = require("@calcom/config/tailwind-preset");
/** @type {import('tailwindcss').Config} */
module.exports = {
...base,
content: [
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^8.15.0",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24",
"tailwindcss": "^3.1.3",
"typescript": "^4.6.4"
}
}
1 change: 1 addition & 0 deletions packages/config/tailwind-preset.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
Expand Down
4 changes: 2 additions & 2 deletions packages/embeds/embed-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4",
"vite": "^2.9.9"
"vite": "^2.9.9",
"tailwindcss": "^3.1.3"
},
"dependencies": {}
}

0 comments on commit b3f8f9f

Please sign in to comment.