Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(bun): start using Bun for package manager #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"next": "^13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*",
"ui": "*",
"@algolia/autocomplete-core": "^1.9.2",
"@headlessui/react": "^1.7.13",
"@markdoc/markdoc": "0.1.7",
Expand All @@ -36,8 +36,8 @@
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.5.3",
"prettier-plugin-tailwindcss": "^0.2.6",
"sharp": "^0.32.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pageTitle: Zavi Family Monorepo
description: A monorepo containing all applications under zavi.family domain with reusable components and clean architecture.
---

A monorepo containing all applications under zavi.family domain with reusable components and clean architecture. {% .lead %}
A monorepo contining all applications under zavi.family domain with reusable components and clean architecture. {% .lead %}
6 changes: 3 additions & 3 deletions apps/homeschool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"next": "^13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "workspace:*"
"ui": "*"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.5.3"
}
}
2 changes: 1 addition & 1 deletion apps/homeschooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "^18.0.11",
"@types/source-map-support": "^0.5.6",
"eslint": "^8.38.0",
"eslint-config-custom": "workspace:*",
"eslint-config-custom": "*",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"eslint-config-custom": "*",
"prettier": "^2.5.1",
"turbo": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"eslint-config-custom": "*",
"react": "^17.0.2",
"tsconfig": "workspace:*",
"tsconfig": "*",
"typescript": "^4.5.2"
}
}
Loading