Skip to content

Commit

Permalink
♻️ refactor: Update to config-typescript package name
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Jul 27, 2024
1 parent 28b5bbc commit bfb1338
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"@types/node": "^18.19.14",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion apps/finance/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion apps/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"@types/node": "^18.19.14",
"@types/pg": "^8.11.2",
"@types/react": "^18.2.37",
Expand Down
2 changes: 1 addition & 1 deletion apps/library/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion apps/student/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.43.1",
"@testing-library/react": "^15.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/student/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/config-tailwind": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"@types/react": "^18.2.37",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
Expand Down
34 changes: 17 additions & 17 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-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"@types/eslint": "^8.56.2",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion tooling/config-eslint/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
Expand Down
2 changes: 1 addition & 1 deletion tooling/config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prettier-plugin-tailwindcss": "^0.5.11"
},
"devDependencies": {
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"typescript": "^5.3.3"
},
"prettier": "@campus-hub/config-prettier"
Expand Down
2 changes: 1 addition & 1 deletion tooling/config-prettier/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
Expand Down
2 changes: 1 addition & 1 deletion tooling/config-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@campus-hub/eslint-config": "workspace:^0.2.0",
"@campus-hub/config-prettier": "workspace:^0.1.0",
"@campus-hub/tsconfig": "workspace:^0.1.0",
"@campus-hub/config-typescript": "workspace:^0.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion tooling/config-tailwind/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@campus-hub/tsconfig/base.json",
"extends": "@campus-hub/config-typescript/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
},
Expand Down
2 changes: 1 addition & 1 deletion tooling/config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@campus-hub/tsconfig",
"name": "@campus-hub/config-typescript",
"private": true,
"version": "0.1.0",
"files": [
Expand Down

3 comments on commit bfb1338

@vercel
Copy link

@vercel vercel bot commented on bfb1338 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-aryp.vercel.app
campus-hub-student.vercel.app
campus-hub-student-git-main-aryp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bfb1338 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-library – ./apps/library

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

@vercel
Copy link

@vercel vercel bot commented on bfb1338 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-finance – ./apps/finance

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

Please sign in to comment.