Skip to content

Commit 07951db

Browse files
authored
chore: update deps (#42)
1 parent 6bafc02 commit 07951db

File tree

3 files changed

+3676
-3259
lines changed

3 files changed

+3676
-3259
lines changed

.github/workflows/nuxthub.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ jobs:
55
deploy:
66
name: "Deploy to NuxtHub"
77
runs-on: ubuntu-latest
8-
environment:
9-
name: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
10-
url: ${{ steps.deploy.outputs.deployment-url }}
118
permissions:
129
contents: read
1310
id-token: write
@@ -27,11 +24,7 @@ jobs:
2724
- name: Install dependencies
2825
run: pnpm install
2926

30-
- name: Build application
31-
run: pnpm build
32-
33-
- name: Deploy to NuxtHub
34-
uses: nuxt-hub/action@v1
35-
id: deploy
27+
- name: Build & Deploy to NuxtHub
28+
uses: nuxt-hub/action@v2
3629
with:
3730
project-key: nuxt-todos-edge-knru

package.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,35 @@
99
"postinstall": "nuxt prepare"
1010
},
1111
"dependencies": {
12-
"@iconify-json/lucide": "^1.2.35",
13-
"@iconify-json/simple-icons": "^1.2.31",
14-
"@nuxt/ui": "^3.0.2",
15-
"@nuxthub/core": "^0.8.24",
16-
"@pinia/colada": "^0.16.1",
17-
"@pinia/colada-nuxt": "^0.2.0",
18-
"@pinia/nuxt": "^0.11.0",
19-
"drizzle-kit": "^0.30.6",
20-
"drizzle-orm": "0.41.0",
12+
"@iconify-json/lucide": "^1.2.49",
13+
"@iconify-json/simple-icons": "^1.2.38",
14+
"@nuxt/ui": "^3.1.3",
15+
"@nuxthub/core": "^0.9.0",
16+
"@pinia/colada": "^0.17.1",
17+
"@pinia/colada-nuxt": "^0.2.1",
18+
"@pinia/nuxt": "^0.11.1",
19+
"drizzle-kit": "^0.31.1",
20+
"drizzle-orm": "0.44.2",
2121
"h3-zod": "^0.5.3",
22-
"nuxt": "^3.16.2",
23-
"nuxt-auth-utils": "^0.5.19",
24-
"pinia": "^3.0.2",
25-
"zod": "^3.24.2"
22+
"nuxt": "^3.17.5",
23+
"nuxt-auth-utils": "^0.5.20",
24+
"pinia": "^3.0.3",
25+
"zod": "^3.25.67"
2626
},
2727
"devDependencies": {
28-
"@nuxt/devtools": "^2.3.2",
29-
"@nuxt/eslint": "^1.3.0",
30-
"eslint": "^9.24.0",
28+
"@nuxt/devtools": "^2.5.0",
29+
"@nuxt/eslint": "^1.4.1",
30+
"eslint": "^9.29.0",
3131
"typescript": "^5.8.3",
32-
"wrangler": "^4.9.1"
32+
"wrangler": "^4.20.1"
3333
},
34-
"packageManager": "pnpm@10.8.0",
34+
"packageManager": "pnpm@10.12.1",
3535
"pnpm": {
3636
"onlyBuiltDependencies": [
37+
"@tailwindcss/oxide",
3738
"esbuild",
3839
"sharp",
40+
"unrs-resolver",
3941
"vue-demi",
4042
"workerd"
4143
]

0 commit comments

Comments
 (0)