Skip to content

Commit

Permalink
♻️ refactor: Update to config-tailwind package name
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Jul 27, 2024
1 parent 838820a commit 068ff85
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/tailwind-config": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@types/node": "^18.19.14",
"@types/react": "^18.2.37",
Expand Down
2 changes: 1 addition & 1 deletion apps/finance/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from "tailwindcss";
import { fontFamily } from "tailwindcss/defaultTheme";

import baseConfig from "@campus-hub/tailwind-config/web";
import baseConfig from "@campus-hub/config-tailwind/web";

export default {
// We need to append the path to the UI package to the content array so that
Expand Down
2 changes: 1 addition & 1 deletion apps/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/tailwind-config": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@types/node": "^18.19.14",
"@types/pg": "^8.11.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/library/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from "tailwindcss";
import { fontFamily } from "tailwindcss/defaultTheme";

import baseConfig from "@campus-hub/tailwind-config/web";
import baseConfig from "@campus-hub/config-tailwind/web";

export default {
// We need to append the path to the UI package to the content array so that
Expand Down
2 changes: 1 addition & 1 deletion apps/student/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/tailwind-config": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.43.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/student/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Config } from "tailwindcss";
import { fontFamily } from "tailwindcss/defaultTheme";

import baseConfig from "@campus-hub/tailwind-config/web";
import baseConfig from "@campus-hub/config-tailwind/web";

export default {
// We need to append the path to the UI package to the content array so that
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/tailwind-config": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@types/react": "^18.2.37",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import type { Config } from "tailwindcss";

import baseConfig from "@campus-hub/tailwind-config/web";
import baseConfig from "@campus-hub/config-tailwind/web";

export default {
content: ["./src/**/*.tsx"],
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/config-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@campus-hub/tailwind-config",
"name": "@campus-hub/config-tailwind",
"version": "0.1.0",
"private": true,
"type": "module",
Expand Down

1 comment on commit 068ff85

@vercel
Copy link

@vercel vercel bot commented on 068ff85 Jul 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

campus-hub-student – ./apps/student

campus-hub-student.vercel.app
campus-hub-student-git-main-aryp.vercel.app
campus-hub-student-aryp.vercel.app

Please sign in to comment.