Skip to content

Commit

Permalink
chore: update ts and generate ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 23, 2025
1 parent 50f618c commit f9e33d4
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 39 deletions.
2 changes: 1 addition & 1 deletion examples/in-source-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:run": "vitest run"
},
"devDependencies": {
"typescript": "^5.5.4",
"typescript": "^5.7.3",
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"tslib": "^2.5.3",
"typescript": "^5.2.2",
"typescript": "^5.7.3",
"vite": "latest",
"vitest": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "^20.11.5",
"@vitest/ui": "latest",
"typescript": "^5.2.2",
"typescript": "^5.7.3",
"vite": "latest",
"vitest": "latest"
},
Expand Down
1 change: 1 addition & 0 deletions packages/ui/client/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ declare global {
const useCodeMirror: typeof import('./composables/codemirror')['useCodeMirror']
const useColorMode: typeof import('@vueuse/core')['useColorMode']
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
const useCountdown: typeof import('@vueuse/core')['useCountdown']
const useCounter: typeof import('@vueuse/core')['useCounter']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVar: typeof import('@vueuse/core')['useCssVar']
Expand Down
56 changes: 21 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"googleapis": "^128.0.0",
"typescript": "^5.2.2",
"typescript": "^5.7.3",
"vue-tsc": "^1.8.20"
}
}

0 comments on commit f9e33d4

Please sign in to comment.