Skip to content
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ Then run `pnpm install` from the repository root.
To get started, execute the following 3 scripts with `pnpm [script name]` from
the root of the monorepo:

| Script | Description |
| --------- | ----------------------------------------------------------- |
| `watch` | Builds all the dependencies using the Turborepo watch task. |
| `emulate` | Starts the Firebase emulators. |
| `dev` | Starts the Next.js dev server to build the app on request. |
| Script | Description |
| --------- | ------------------------------------------------------------------------------------------------------------------ |
| `watch` | Continuously builds everything using the Turborepo watch task, except for the web app which has its own dev server |
| `emulate` | Starts the Firebase emulators. |
| `dev` | Starts the Next.js dev server to build the app on request. |

The web app should become available on http://localhost:3000 and the emulators
UI on http://localhost:4000.
Expand Down
34 changes: 17 additions & 17 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.1",
"@repo/common": "workspace:*",
"@types/node": "^22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^10.14.0",
"lucide-react": "^0.451.0",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"firebase": "^11.1.0",
"lucide-react": "^0.471.0",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-firebase-hooks": "^5.1.1",
"tailwind-merge": "^2.5.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"devDependencies": {
"@codecompose/typescript-config": "^1.1.3",
"@codecompose/typescript-config": "^1.2.0",
"@repo/eslint-config": "workspace:*",
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"del-cli": "^6.0.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
"eslint-config-next": "15.1.4",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"firebase-tools-with-isolate": "13.29.1-2",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"vercel": "^37.7.1",
"vitest": "^1.6.0"
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.2",
"turbo": "^2.3.3",
"typescript": "^5.7.3",
"vercel": "^39.2.6",
"vitest": "^2.1.8"
}
}
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
},
"license": "MIT",
"dependencies": {
"firebase": "^10.14.0",
"remeda": "^2.15.0"
"firebase": "^11.1.0",
"remeda": "^2.19.0"
},
"devDependencies": {
"@codecompose/typescript-config": "^1.1.3",
"@codecompose/typescript-config": "^1.2.0",
"@repo/eslint-config": "workspace:*",
"eslint": "^8.57.1",
"eslint-plugin-require-extensions": "^0.1.3",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vitest": "^1.6.0"
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
}
}
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"dependencies": {
"@repo/common": "workspace:*",
"@sindresorhus/is": "^7.0.1",
"firebase-admin": "^12.6.0",
"firebase-functions": "^5.1.1"
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.2.0"
},
"devDependencies": {
"@codecompose/typescript-config": "^1.1.3",
"@codecompose/typescript-config": "^1.2.0",
"@repo/eslint-config": "workspace:*",
"@types/node": "^22.7.5",
"@types/node": "^22.10.5",
"del-cli": "^6.0.0",
"eslint": "^8.57.1",
"npm-run-all": "^4.1.5",
"tsc-alias": "^1.8.10",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vitest": "^1.6.0"
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"license": "MIT",
"devDependencies": {
"@codecompose/typescript-config": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@codecompose/typescript-config": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.3",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
Loading