Skip to content

Commit c52dc1e

Browse files
chore(deps): update all non-major dependencies
1 parent 36f498f commit c52dc1e

7 files changed

Lines changed: 298 additions & 185 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: "22"
25+
node-version: "22.22.2"
2626
registry-url: "https://registry.npmjs.org"
2727

2828
- uses: pnpm/action-setup@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 24
30+
node-version: 24.14.1
3131
cache: pnpm
3232

3333
- name: Install dependencies

apps/base/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@iconify-json/heroicons": "^1.2.3",
1414
"@iconify-json/lucide": "^1.2.102",
15-
"@iconify-json/simple-icons": "^1.2.77",
16-
"@nuxt/content": "3.11.2",
15+
"@iconify-json/simple-icons": "^1.2.78",
16+
"@nuxt/content": "3.13.0",
1717
"@nuxt/image": "^2.0.0",
18-
"@nuxt/scripts": "^0.13.2",
18+
"@nuxt/scripts": "^0.13.4",
1919
"@nuxt/ui": "^4.6.1",
2020
"@nuxthub/core": "^0.10.7",
21-
"@vercel/analytics": "^2.0.0",
21+
"@vercel/analytics": "^2.0.1",
2222
"@vercel/speed-insights": "^2.0.0",
2323
"@vueuse/core": "^14.2.1",
2424
"@vueuse/nuxt": "^14.2.1",
25-
"dotenv": "^17.4.1",
25+
"dotenv": "^17.4.2",
2626
"iron-webcrypto": "^2.0.0",
2727
"motion-plus-vue": "^1.8.1",
2828
"motion-v": "^2.2.1",
@@ -32,7 +32,7 @@
3232
"zod": "^4.3.6",
3333
"@nuxtjs/mdc": "^0.21.1",
3434
"botid": "^1.5.11",
35-
"shaders": "^2.5.93",
35+
"shaders": "^2.5.95",
3636
"tailwindcss": "^4.2.2"
3737
}
3838
}

apps/lp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"docus": "https://pkg.pr.new/docus@061666a",
2121
"@number-flow/vue": "^0.5.0",
2222
"@nuxtjs/seo": "^5.1.3",
23-
"better-sqlite3": "^12.8.0",
23+
"better-sqlite3": "^12.9.0",
2424
"nuxt-build-cache": "^0.1.1",
2525
"nuxt-llms": "^0.2.0",
2626
"tailwindcss": "^4.2.2",
27-
"vue-router": "^5.0.0"
27+
"vue-router": "^5.0.4"
2828
},
2929
"devDependencies": {
3030
"@shelve/cli": "^4.2.0"

apps/shelve/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"db:migrate": "nuxt db migrate"
2121
},
2222
"dependencies": {
23-
"@electric-sql/pglite": "^0.3.16",
23+
"@electric-sql/pglite": "^0.4.4",
2424
"@shelve/base": "workspace:*",
2525
"@vue-email/components": "^0.0.21",
2626
"@vue-email/render": "^0.0.9",
@@ -32,10 +32,10 @@
3232
"nuxt-auth-utils": "^0.5.29",
3333
"nuxt-build-cache": "^0.1.1",
3434
"postgres": "^3.4.9",
35-
"resend": "^6.10.0",
35+
"resend": "^6.11.0",
3636
"tailwindcss": "^4.2.2",
3737
"tweetnacl": "^1.0.3",
38-
"vue-router": "^5.0.0"
38+
"vue-router": "^5.0.4"
3939
},
4040
"devDependencies": {
4141
"@shelve/cli": "workspace:*",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@antfu/ni": "^30.0.0",
4545
"@clack/prompts": "^1.2.0",
4646
"c12": "3.3.4",
47-
"dotenv": "^17.4.1",
47+
"dotenv": "^17.4.2",
4848
"citty": "^0.2.2",
4949
"defu": "^6.1.7",
5050
"npm-registry-fetch": "19.1.1",

0 commit comments

Comments
 (0)