Skip to content

Commit bc1fbdd

Browse files
authored
feat: environments (#572)
1 parent e255126 commit bc1fbdd

File tree

6 files changed

+2588
-3071
lines changed

6 files changed

+2588
-3071
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
5151
},
5252
"dependencies": {
53-
"@cloudflare/workers-types": "^4.20250422.0",
53+
"@cloudflare/workers-types": "^4.20250529.0",
5454
"@nuxt/devtools-kit": "^2.4.0",
55-
"@nuxt/kit": "^3.16.2",
55+
"@nuxt/kit": "^3.17.4",
5656
"@uploadthing/mime-types": "^0.3.4",
5757
"citty": "^0.1.6",
5858
"confbox": "^0.2.2",
@@ -68,28 +68,29 @@
6868
"ufo": "^1.6.1",
6969
"uncrypto": "^0.1.3",
7070
"unstorage": "^1.15.0",
71-
"zod": "^3.24.3"
71+
"zod": "^3.25.34"
7272
},
7373
"devDependencies": {
7474
"@nuxt/devtools": "^2.4.0",
75-
"@nuxt/eslint-config": "^1.3.0",
75+
"@nuxt/eslint-config": "^1.4.1",
7676
"@nuxt/module-builder": "^1.0.1",
77-
"@nuxt/schema": "^3.16.2",
78-
"@nuxt/test-utils": "^3.17.2",
77+
"@nuxt/schema": "^3.17.4",
78+
"@nuxt/test-utils": "3.18.0",
7979
"@nuxthub/core": "link:",
80-
"@types/node": "^22.14.1",
80+
"@types/node": "^22.15.24",
8181
"changelogen": "^0.6.1",
82-
"eslint": "^9.25.1",
83-
"nuxt": "^3.16.2",
82+
"eslint": "^9.27.0",
83+
"nuxt": "^3.17.4",
8484
"typescript": "~5.8.3",
85-
"vitest": "^3.1.2",
85+
"vitest": "^3.1.4",
8686
"vue-tsc": "^2.2.10",
87-
"wrangler": "^4.12.1"
87+
"wrangler": "^4.17.0"
8888
},
8989
"packageManager": "[email protected]",
9090
"pnpm": {
9191
"onlyBuiltDependencies": [
9292
"@parcel/watcher",
93+
"@tailwindcss/oxide",
9394
"@tsparticles/engine",
9495
"better-sqlite3",
9596
"esbuild",

playground/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"preview": "nuxi preview"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/vue": "^1.2.8",
12+
"@ai-sdk/vue": "^1.2.12",
1313
"@cloudflare/puppeteer": "^1.0.2",
14-
"@iconify-json/simple-icons": "^1.2.33",
14+
"@iconify-json/simple-icons": "^1.2.34",
1515
"@kgierke/nuxt-basic-auth": "^1.7.0",
16-
"@nuxt/ui": "^3.1.0",
16+
"@nuxt/ui": "^3.1.1",
1717
"@nuxthub/core": "latest",
18-
"@nuxtjs/mdc": "^0.16.1",
19-
"@vueuse/core": "^13.1.0",
20-
"@vueuse/nuxt": "^13.1.0",
21-
"ai": "^4.3.9",
18+
"@nuxtjs/mdc": "^0.17.0",
19+
"@vueuse/core": "^13.2.0",
20+
"@vueuse/nuxt": "^13.2.0",
21+
"ai": "^4.3.15",
2222
"aws4fetch": "^1.0.20",
23-
"drizzle-orm": "^0.42.0",
24-
"nuxt": "^3.16.2",
23+
"drizzle-orm": "^0.44.0",
24+
"nuxt": "^3.17.3",
2525
"nuxt-auth-utils": "^0.5.20",
2626
"postgres": "^3.4.5",
27-
"puppeteer": "^24.7.0",
28-
"tailwindcss": "^4.1.4",
29-
"workers-ai-provider": "^0.3.0",
30-
"zod": "^3.24.3"
27+
"puppeteer": "^24.8.2",
28+
"tailwindcss": "^4.1.6",
29+
"workers-ai-provider": "^0.5.3",
30+
"zod": "^3.24.4"
3131
},
3232
"devDependencies": {
3333
"@nuxt/devtools": "latest"

0 commit comments

Comments
 (0)