Skip to content

Commit 4ee6672

Browse files
chore: update devDependencies for tsdown and typescript to latest versions
1 parent 7e65d8e commit 4ee6672

File tree

12 files changed

+2549
-4485
lines changed

12 files changed

+2549
-4485
lines changed

app/graphql/apps/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useMutation, useQuery, useQueryCache } from '@pinia/colada'
2-
import { $sdk } from '../ofetch'
32

43
// Apps queries
54
export function useApps() {

app/graphql/devices/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { RegisterDeviceInput } from '#graphql/client'
22
import { useMutation, useQuery, useQueryCache } from '@pinia/colada'
3-
import { $sdk } from '../ofetch'
43

54
// Device queries
65
export function useDevices(appId: Ref<string | null> | string | null) {

app/graphql/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Export all GraphQL composables
22
export * from './apps'
3+
export * from './default/ofetch'
4+
export * from './default/sdk'
35
export * from './devices'
46
export * from './notifications'
57
export * from './stats'

app/graphql/notifications/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useMutation, useQuery } from '@pinia/colada'
2-
import { $sdk } from '../ofetch'
32

43
// Notification queries
54
export function useNotifications(appId: Ref<string> | string) {

app/graphql/stats/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useQuery } from '@pinia/colada'
2-
import { $sdk } from '../ofetch'
32

43
// Stats queries
54
export function useDashboardStats() {

docs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"@nuxt/icon": "2.0.0",
1818
"@nuxtjs/color-mode": "^3.5.2",
1919
"@nuxtjs/tailwindcss": "7.0.0-beta.0",
20-
"@vueuse/core": "^13.6.0",
20+
"@vueuse/core": "^13.9.0",
2121
"class-variance-authority": "^0.7.1",
2222
"clsx": "^2.1.1",
23-
"lucide-vue-next": "^0.539.0",
24-
"nuxt": "^4.0.3",
25-
"reka-ui": "^2.4.1",
23+
"lucide-vue-next": "^0.544.0",
24+
"nuxt": "^4.1.2",
25+
"reka-ui": "^2.5.1",
2626
"shadcn-nuxt": "2.2.0",
2727
"tailwind-merge": "^3.3.1",
28-
"tw-animate-css": "^1.3.6",
29-
"vue": "^3.5.18",
28+
"tw-animate-css": "^1.4.0",
29+
"vue": "^3.5.22",
3030
"vue-router": "^4.5.1"
3131
},
3232
"devDependencies": {
33-
"@antfu/eslint-config": "^5.2.1",
34-
"eslint": "^9.33.0",
35-
"tailwindcss": "^4.1.12",
36-
"typescript": "^5.9.2"
33+
"@antfu/eslint-config": "^5.4.1",
34+
"eslint": "^9.37.0",
35+
"tailwindcss": "^4.1.14",
36+
"typescript": "^5.9.3"
3737
}
38-
}
38+
}

nuxt.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default defineNuxtConfig({
99
'@pinia/nuxt',
1010
'@pinia/colada-nuxt',
1111
'nitro-graphql/nuxt',
12-
1312
],
1413
ssr: false,
1514

@@ -53,7 +52,7 @@ export default defineNuxtConfig({
5352
* Directory that the component lives in.
5453
* @default "./components/ui"
5554
*/
56-
componentDir: './app/components/ui',
55+
componentDir: '~/components/ui',
5756
},
5857

5958
colorMode: {

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,51 +24,51 @@
2424
"test:ui": "vitest --ui"
2525
},
2626
"dependencies": {
27-
"@internationalized/date": "^3.8.2",
27+
"@internationalized/date": "^3.10.0",
2828
"@nuxtjs/color-mode": "^3.5.2",
2929
"@nuxtjs/tailwindcss": "7.0.0-beta.0",
30-
"@pinia/colada": "^0.17.1",
31-
"@pinia/colada-nuxt": "^0.2.1",
30+
"@pinia/colada": "^0.17.6",
31+
"@pinia/colada-nuxt": "^0.2.3",
3232
"@pinia/nuxt": "^0.11.2",
3333
"@tanstack/vue-table": "^8.21.3",
3434
"@types/jsonwebtoken": "^9.0.10",
3535
"@vee-validate/zod": "^4.15.1",
36-
"@vueuse/core": "^13.6.0",
36+
"@vueuse/core": "^13.9.0",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"dataloader": "^2.2.3",
40-
"drizzle-kit": "^0.31.4",
41-
"drizzle-orm": "^0.44.4",
40+
"drizzle-kit": "^0.31.5",
41+
"drizzle-orm": "^0.44.6",
4242
"embla-carousel-vue": "^8.6.0",
4343
"graphql": "^16.11.0",
44-
"graphql-yoga": "^5.15.1",
44+
"graphql-yoga": "^5.16.0",
4545
"jsonwebtoken": "^9.0.2",
46-
"lucide-vue-next": "^0.539.0",
47-
"nitro-graphql": "^1.1.3",
46+
"lucide-vue-next": "^0.544.0",
47+
"nitro-graphql": "^1.4.4",
4848
"nitroping": "^0.1.0",
49-
"nuxt": "^4.0.3",
49+
"nuxt": "^4.1.2",
5050
"pinia": "^3.0.3",
5151
"postgres": "^3.4.7",
52-
"reka-ui": "^2.4.1",
53-
"shadcn-nuxt": "2.2.0",
52+
"reka-ui": "^2.5.1",
53+
"shadcn-nuxt": "https://pkg.pr.new/shadcn-nuxt@1418",
5454
"tailwind-merge": "^3.3.1",
55-
"tw-animate-css": "^1.3.6",
56-
"undici": "^7.13.0",
57-
"uuid": "^11.1.0",
55+
"tw-animate-css": "^1.4.0",
56+
"undici": "^7.16.0",
57+
"uuid": "^13.0.0",
5858
"vaul-vue": "^0.4.1",
5959
"vee-validate": "^4.15.1",
60-
"vue": "^3.5.18",
60+
"vue": "^3.5.22",
6161
"vue-router": "^4.5.1",
62-
"zod": "^3.25.76"
62+
"zod": "^4.1.11"
6363
},
6464
"devDependencies": {
65-
"@antfu/eslint-config": "^5.2.1",
66-
"@types/three": "^0.179.0",
65+
"@antfu/eslint-config": "^5.4.1",
66+
"@types/three": "^0.180.0",
6767
"@vitest/coverage-v8": "^3.2.4",
6868
"@vitest/ui": "^3.2.4",
69-
"eslint": "^9.33.0",
70-
"tailwindcss": "^4.1.12",
71-
"typescript": "^5.9.2",
69+
"eslint": "^9.37.0",
70+
"tailwindcss": "^4.1.14",
71+
"typescript": "^5.9.3",
7272
"vitest": "^3.2.4"
7373
}
7474
}

0 commit comments

Comments
 (0)