Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Aug 22, 2024
1 parent a383c34 commit 2782aaf
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 56 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ chora webkit and applications
## Prerequisites

- [Buf >= 1.9](https://docs.buf.build/installation)
- [Bun >= 1.0](https://bun.sh/)
- [Node >= 20](https://nodejs.org/en/download/package-manager)
- [Bun >= 1.1](https://bun.sh/)
- [Node >= 21](https://nodejs.org/en/download/package-manager)

## Documentation

Expand Down
10 changes: 5 additions & 5 deletions apps/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions apps/groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@types/jsonld": "^1",
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions apps/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions apps/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@types/jsonld": "^1",
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions demos/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions demos/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions demos/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@types/jsonld": "^1",
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
10 changes: 5 additions & 5 deletions demos/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "^14",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"type": "git",
"url": "https://github.com/chora-io/web"
},
"packageManager": "bun@1.1.25",
"workspaces": [
"apps/*",
"packages/*"
Expand Down Expand Up @@ -70,6 +71,6 @@
"clean:registry": "turbo run clean --filter=registry"
},
"devDependencies": {
"turbo": "^1.10.14"
"turbo": "^2"
}
}
10 changes: 5 additions & 5 deletions packages/chora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"remark-html": "^16"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@types/node": "^22",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"autoprefixer": "^10",
"copyfiles": "^2",
"eslint": "^9",
Expand Down
4 changes: 2 additions & 2 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"clean": "rm -rf .turbo api dist node_modules"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"eslint": "^9",
"prettier": "^3",
"ts-proto": "^1",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
Expand Down

0 comments on commit 2782aaf

Please sign in to comment.