mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
chore(ci): fix typecheck on navigator.gpu (#1700)
This commit is contained in:
@@ -135,6 +135,7 @@
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@webgpu/types": "catalog:",
|
||||
"csstype": "^3.2.3",
|
||||
"hfup": "^1.0.4",
|
||||
"less": "^4.6.4",
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
"vue-macros/macros-global",
|
||||
"@types/audioworklet",
|
||||
"unplugin-info/client",
|
||||
"node"
|
||||
"node",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -171,6 +171,7 @@
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@webgpu/types": "catalog:",
|
||||
"builder-util-runtime": "catalog:",
|
||||
"cac": "^7.0.0",
|
||||
"crossws": "^0.4.5",
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"vue-macros/macros-global",
|
||||
"electron-vite/node",
|
||||
"unplugin-info/client",
|
||||
"@proj-airi/stage-shared/electron-renderer"
|
||||
"@proj-airi/stage-shared/electron-renderer",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -131,6 +131,7 @@
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@webgpu/types": "catalog:",
|
||||
"csstype": "^3.2.3",
|
||||
"hfup": "^1.0.4",
|
||||
"less": "^4.6.4",
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
"vite-plugin-pwa/client",
|
||||
"vue-macros/macros-global",
|
||||
"@types/audioworklet",
|
||||
"unplugin-info/client"
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue-macros/volar": "^3.1.2",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "^1.3.2",
|
||||
"unplugin-yaml": "^4.1.0",
|
||||
"vite": "catalog:",
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"vite/client",
|
||||
"vite-plugin-vue-layouts/client",
|
||||
"vue-macros/macros-global",
|
||||
"unplugin-info/client"
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"@proj-airi/stage-shared": "workspace:^",
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"vue-tsc": "^3.2.6"
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
"types": [
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"unplugin-info/client"
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"@types/audioworklet": "catalog:",
|
||||
"@types/splitpanes": "catalog:",
|
||||
"@types/three": "^0.184.0",
|
||||
"@webgpu/types": "catalog:",
|
||||
"unplugin-info": "catalog:",
|
||||
"vue-tsc": "^3.2.6"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
"types": [
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"unplugin-info/client"
|
||||
"unplugin-info/client",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
@@ -183,6 +183,7 @@
|
||||
"@types/unist": "catalog:",
|
||||
"@unocss/reset": "^66.6.8",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@webgpu/types": "catalog:",
|
||||
"clustr": "^1.0.2",
|
||||
"csstype": "^3.2.3",
|
||||
"histoire": "catalog:",
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
"vitest",
|
||||
"vite/client",
|
||||
"unplugin-info/client",
|
||||
"@types/audioworklet"
|
||||
"@types/audioworklet",
|
||||
"@webgpu/types"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
|
||||
Generated
+29
@@ -135,6 +135,9 @@ catalogs:
|
||||
'@vueuse/core':
|
||||
specifier: 14.1.0
|
||||
version: 14.1.0
|
||||
'@webgpu/types':
|
||||
specifier: ^0.1.69
|
||||
version: 0.1.69
|
||||
'@xsai-ext/providers':
|
||||
specifier: 0.5.0-beta.2
|
||||
version: 0.5.0-beta.2
|
||||
@@ -1060,6 +1063,9 @@ importers:
|
||||
'@vueuse/motion':
|
||||
specifier: ^3.0.3
|
||||
version: 3.0.3(magicast@0.5.2)(vue@3.5.32(typescript@5.9.3))
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
csstype:
|
||||
specifier: ^3.2.3
|
||||
version: 3.2.3
|
||||
@@ -1511,6 +1517,9 @@ importers:
|
||||
'@vue-macros/volar':
|
||||
specifier: ^3.1.2
|
||||
version: 3.1.2(typescript@5.9.3)(vue-tsc@3.2.6(typescript@5.9.3))(vue@3.5.32(typescript@5.9.3))
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
builder-util-runtime:
|
||||
specifier: 'catalog:'
|
||||
version: 9.5.1
|
||||
@@ -1929,6 +1938,9 @@ importers:
|
||||
'@vueuse/motion':
|
||||
specifier: ^3.0.3
|
||||
version: 3.0.3(magicast@0.5.2)(vue@3.5.32(typescript@5.9.3))
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
csstype:
|
||||
specifier: ^3.2.3
|
||||
version: 3.2.3
|
||||
@@ -2128,6 +2140,9 @@ importers:
|
||||
'@vueuse/motion':
|
||||
specifier: ^3.0.3
|
||||
version: 3.0.3(magicast@0.5.2)(vue@3.5.32(typescript@5.9.3))
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
unplugin-info:
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2(esbuild@0.27.2)(rollup@4.60.1)(vite@8.0.8(@types/node@25.6.0)(esbuild@0.27.2)(jiti@2.6.1)(less@4.6.4)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))
|
||||
@@ -2861,6 +2876,9 @@ importers:
|
||||
'@types/three':
|
||||
specifier: ^0.184.0
|
||||
version: 0.184.0
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
unplugin-info:
|
||||
specifier: 'catalog:'
|
||||
version: 1.3.2(esbuild@0.27.2)(rollup@4.60.1)(vite@8.0.8(@types/node@25.6.0)(esbuild@0.27.2)(jiti@2.6.1)(less@4.6.4)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))
|
||||
@@ -2982,6 +3000,9 @@ importers:
|
||||
'@types/three':
|
||||
specifier: ^0.184.0
|
||||
version: 0.184.0
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
unplugin-info:
|
||||
specifier: 'catalog:'
|
||||
version: 1.3.2(esbuild@0.27.2)(rollup@4.60.1)(vite@8.0.8(@types/node@25.6.0)(esbuild@0.27.2)(jiti@2.6.1)(less@4.6.4)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))
|
||||
@@ -3395,6 +3416,9 @@ importers:
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^6.0.6
|
||||
version: 6.0.6(vite@6.4.2(@types/node@25.6.0)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))(vue@3.5.32(typescript@5.9.3))
|
||||
'@webgpu/types':
|
||||
specifier: 'catalog:'
|
||||
version: 0.1.69
|
||||
clustr:
|
||||
specifier: ^1.0.2
|
||||
version: 1.0.2
|
||||
@@ -10472,6 +10496,9 @@ packages:
|
||||
'@webext-core/match-patterns@1.0.3':
|
||||
resolution: {integrity: sha512-NY39ACqCxdKBmHgw361M9pfJma8e4AZo20w9AY+5ZjIj1W2dvXC8J31G5fjfOGbulW9w4WKpT8fPooi0mLkn9A==}
|
||||
|
||||
'@webgpu/types@0.1.69':
|
||||
resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==}
|
||||
|
||||
'@wxt-dev/browser@0.1.40':
|
||||
resolution: {integrity: sha512-h2/v/Hpkj5sz//h84ProqBaAcTsDFRKp9b/JVHOK/r7LT0XLE+ZDs5YN1BnFLUEHdM7G3fUjTyBG84cayXQshQ==}
|
||||
|
||||
@@ -24768,6 +24795,8 @@ snapshots:
|
||||
|
||||
'@webext-core/match-patterns@1.0.3': {}
|
||||
|
||||
'@webgpu/types@0.1.69': {}
|
||||
|
||||
'@wxt-dev/browser@0.1.40':
|
||||
dependencies:
|
||||
'@types/filesystem': 0.0.36
|
||||
|
||||
@@ -71,6 +71,7 @@ catalog:
|
||||
'@types/whatwg-mimetype': ^5.0.0
|
||||
'@types/ws': ^8.18.1
|
||||
'@vueuse/core': 14.1.0
|
||||
'@webgpu/types': ^0.1.69
|
||||
'@xsai-ext/providers': 0.5.0-beta.2
|
||||
'@xsai/embed': 0.5.0-beta.2
|
||||
'@xsai/generate-speech': 0.5.0-beta.2
|
||||
|
||||
Reference in New Issue
Block a user