Skip to content

Commit

Permalink
Bump monorepo dependencies (#43)
Browse files Browse the repository at this point in the history
* Bump turbo

* Upgrade docusaurus

* Bump bun

* Add Brex as consumer

* Fix lint issue with turbo
  • Loading branch information
MarceloPrado authored Jul 1, 2024
1 parent e2554df commit b11e9c5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.28"
bun-version: "1.1.17"
- run: bun install

- name: Build website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.28"
bun-version: "1.1.17"

- name: Install Dependencies
run: bun install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.28"
bun-version: "1.1.17"

- name: Install Dependencies
run: bun install
Expand Down
1 change: 1 addition & 0 deletions apps/docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ There are a bunch of examples, including interactable stories, available in the
## Who's using it?

- 🇧🇷 [Moni](https://apps.apple.com/br/app/moni-finan%C3%A7as-pessoais/id6462422147), a Brazilian personal finance app that helps users track their finances effortlessly ([iOS](https://apps.apple.com/br/app/moni-finan%C3%A7as-pessoais/id6462422147), [Android](https://play.google.com/store/apps/details?id=com.marceloterreiro.moni))
- 🇺🇸 [Brex](https://brex.com), the AI-powered spend platform ([iOS](https://apps.apple.com/us/app/brex/id1472905508), [Android](https://play.google.com/store/apps/details?id=com.brex.mobile&hl=en&pli=1))

Here's a sneak peek of what you can build with Flash Calendar (from Moni's production app):

Expand Down
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-ideal-image": "^3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-ideal-image": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
Expand All @@ -28,10 +28,10 @@
"react-loadable": "npm:@docusaurus/[email protected]"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@marceloterreiro/eslint-config": "*",
"typescript": "^5.3.3"
},
Expand Down
Binary file modified 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 @@ -33,7 +33,7 @@
"eslint-plugin-import": "^2.29.1",
"prettier": "^2.8.8",
"react-loadable": "npm:@docusaurus/[email protected]",
"turbo": "^1.12.1",
"turbo": "^2.0.6",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "./index.js",
"devDependencies": {
"eslint-config-turbo": "^1.12.3",
"eslint-config-turbo": "^2.0.6",
"eslint-config-universe": "^11.2.0",
"eslint-import-resolver-typescript": "^3.6.1"
}
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"ui": "tui",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
Expand Down

0 comments on commit b11e9c5

Please sign in to comment.