Skip to content

Commit df50e48

Browse files
committed
chore: update deps and bump cli
1 parent 860e515 commit df50e48

File tree

5 files changed

+1581
-1902
lines changed

5 files changed

+1581
-1902
lines changed

backend/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@logtail/node": "^0.5.2",
4141
"@lucia-auth/adapter-drizzle": "^1.1.0",
4242
"@lucia-auth/adapter-postgresql": "^3.1.2",
43-
"@novu/node": "^2.0.5",
43+
"@novu/node": "^2.0.6",
4444
"@opentelemetry/api": "^1.9.0",
4545
"@opentelemetry/instrumentation-http": "^0.53.0",
4646
"@opentelemetry/resources": "^1.30.0",
@@ -53,17 +53,17 @@
5353
"@paddle/paddle-node-sdk": "^1.10.0",
5454
"@scalar/hono-api-reference": "^0.5.165",
5555
"@sendgrid/mail": "^8.1.4",
56-
"@sentry/cli": "^2.39.1",
56+
"@sentry/cli": "^2.40.0",
5757
"@t3-oss/env-core": "^0.11.1",
5858
"arctic": "^2.3.3",
5959
"config": "workspace:*",
6060
"dotenv": "^16.4.7",
61-
"drizzle-orm": "^0.38.2",
61+
"drizzle-orm": "^0.38.3",
6262
"drizzle-zod": "0.5.1",
6363
"enforce-unique": "^1.3.0",
6464
"hono": "4.6.15",
6565
"i18next": "^23.16.8",
66-
"isbot": "^5.1.18",
66+
"isbot": "^5.1.20",
6767
"jsdom": "^25.0.1",
6868
"jsonwebtoken": "^9.0.2",
6969
"jsx-email": "^2.5.4",
@@ -77,31 +77,31 @@
7777
"rate-limiter-flexible": "^5.0.4",
7878
"react": "^19.0.0",
7979
"react-dom": "^19.0.0",
80-
"react-i18next": "^15.2.0",
80+
"react-i18next": "^15.4.0",
8181
"slugify": "^1.6.6",
82-
"ua-parser-js": "^1.0.39",
82+
"ua-parser-js": "^1.0.40",
8383
"zod": "3.23.8"
8484
},
8585
"devDependencies": {
8686
"@faker-js/faker": "^9.3.0",
8787
"@types/jsdom": "^21.1.7",
8888
"@types/jsonwebtoken": "^9.0.7",
89-
"@types/node": "^22.10.2",
89+
"@types/node": "^22.10.5",
9090
"@types/papaparse": "^5.3.15",
9191
"@types/pg": "^8.11.10",
92-
"@types/react": "^19.0.2",
92+
"@types/react": "^19.0.3",
9393
"@types/ua-parser-js": "^0.7.39",
94-
"chalk": "^5.4.0",
94+
"chalk": "^5.4.1",
9595
"commander": "^12.1.0",
96+
"concurrently": "^9.1.2",
9697
"cross-env": "^7.0.3",
9798
"drizzle-kit": "^0.30.1",
9899
"hanji": "^0.0.5",
99100
"jszip": "^3.10.1",
100101
"papaparse": "^5.4.1",
101102
"tsup": "^8.3.5",
102103
"tsx": "^4.19.2",
103-
"typescript": "^5.7.2",
104-
"concurrently": "^9.1.2"
104+
"typescript": "^5.7.2"
105105
},
106106
"imports": {
107107
"#/*": ["./dist/src/*"]

cli/create-cella/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@cellajs/create-cella",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": false,
55
"license": "MIT",
6-
"description": "Create your own app in seconds with Cella: a TypeScript template for local-first web apps.",
6+
"description": "Cella is a TypeScript template to create web apps with sync and offline capabilities.",
77
"publishConfig": {
88
"access": "public"
99
},

frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757
"@tanstack/react-query": "5.62.7",
5858
"@tanstack/react-query-devtools": "5.62.7",
5959
"@tanstack/react-query-persist-client": "5.62.7",
60-
"@tanstack/react-router": "^1.92.6",
61-
"@tanstack/router-devtools": "^1.92.6",
62-
"@types/lodash": "^4.17.13",
60+
"@tanstack/react-router": "^1.95.1",
61+
"@tanstack/router-devtools": "^1.95.1",
62+
"@types/lodash": "^4.17.14",
6363
"@uppy/audio": "^2.0.2",
64-
"@uppy/core": "^4.3.1",
65-
"@uppy/dashboard": "^4.1.3",
64+
"@uppy/core": "^4.3.2",
65+
"@uppy/dashboard": "^4.2.0",
6666
"@uppy/drag-drop": "^4.0.5",
6767
"@uppy/file-input": "^4.0.4",
6868
"@uppy/image-editor": "^3.2.1",
6969
"@uppy/progress-bar": "^4.1.0",
70-
"@uppy/react": "^4.0.4",
70+
"@uppy/react": "^4.1.0",
7171
"@uppy/screen-capture": "^4.1.2",
7272
"@uppy/status-bar": "^4.0.6",
7373
"@uppy/tus": "^4.1.5",
@@ -84,7 +84,7 @@
8484
"embla-carousel-react": "^8.5.1",
8585
"emblor": "^1.4.7",
8686
"framer-motion": "^11.15.0",
87-
"gleap": "^14.1.2",
87+
"gleap": "^14.1.5",
8888
"hono": "4.6.15",
8989
"i18next": "^23.16.8",
9090
"i18next-browser-languagedetector": "^8.0.2",
@@ -97,16 +97,16 @@
9797
"lodash": "^4.17.21",
9898
"lucide-react": "^0.468.0",
9999
"nanoid": "^5.0.9",
100-
"pdfjs-dist": "^4.9.155",
100+
"pdfjs-dist": "^4.10.38",
101101
"player.style": "^0.1.1",
102102
"react": "^19.0.0",
103103
"react-data-grid": "7.0.0-beta.47",
104-
"react-day-picker": "^9.4.4",
104+
"react-day-picker": "^9.5.0",
105105
"react-dom": "^19.0.0",
106106
"react-error-boundary": "^4.1.2",
107107
"react-hook-form": "^7.54.2",
108-
"react-i18next": "^15.2.0",
109-
"react-intersection-observer": "^9.14.0",
108+
"react-i18next": "^15.4.0",
109+
"react-intersection-observer": "^9.14.1",
110110
"react-lazy-with-preload": "^2.2.1",
111111
"react-pdf": "^9.2.1",
112112
"react-resizable-panels": "^2.1.7",
@@ -128,10 +128,10 @@
128128
"@redux-devtools/extension": "^3.3.0",
129129
"@rollup/plugin-terser": "^0.4.4",
130130
"@sentry/vite-plugin": "^2.22.7",
131-
"@tanstack/router-plugin": "^1.91.1",
131+
"@tanstack/router-plugin": "^1.95.1",
132132
"@types/lodash.clonedeep": "^4.5.9",
133-
"@types/node": "^22.10.2",
134-
"@types/react": "^19.0.2",
133+
"@types/node": "^22.10.5",
134+
"@types/react": "^19.0.3",
135135
"@types/react-dom": "^19.0.2",
136136
"@types/zxcvbn": "^4.4.5",
137137
"@vitejs/plugin-basic-ssl": "^1.2.0",
@@ -146,7 +146,7 @@
146146
"tailwindcss": "^3.4.17",
147147
"tsx": "^4.19.2",
148148
"typescript": "^5.7.2",
149-
"vite": "^6.0.6",
149+
"vite": "^6.0.7",
150150
"vite-plugin-html": "^3.2.2",
151151
"vite-plugin-pwa": "^0.21.1",
152152
"vite-plugin-static-copy": "^2.2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": false,
55
"license": "MIT",
66
"repository": "https://github.com/cellajs/cella",
7-
"description": "Intuivive TypeScript template to build local-first web apps. Implementation-ready. MIT license.",
7+
"description": "Cella is a TypeScript template to create web apps with sync and offline capabilities.",
88
"keywords": ["template", "monorepo", "fullstack", "typescript", "hono", "drizzle", "shadcn", "postgres", "react", "vite", "pwa"],
99
"author": "CellaJS <info@cellajs.com>",
1010
"homepage": "https://cellajs.com",

0 commit comments

Comments
 (0)