Skip to content

Commit 34275d7

Browse files
committed
chore(deps): bump vite-plugin-inspect and @vue/tsconfig
1 parent 0074b2e commit 34275d7

File tree

6 files changed

+117
-119
lines changed

6 files changed

+117
-119
lines changed

docs/vite.config.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Yaml from '@rollup/plugin-yaml'
1010
import UnoCSS from 'unocss/vite'
1111

1212
import { defineConfig } from 'vite'
13-
// import Inspect from 'vite-plugin-inspect'
13+
import Inspect from 'vite-plugin-inspect'
1414
import VueDevTools from 'vite-plugin-vue-devtools'
1515

1616
function getVueProdHydrationMismatchDetailsFlag() {
@@ -100,12 +100,10 @@ export default defineConfig({
100100
],
101101
}),
102102
ThumbnailHashImages(),
103-
// Due to Bug: `transformHandler.call({} as any, ...)` with `{}` cause the incompatible exception from `vite-plugin-inspect` with Vite 6
104-
// https://github.com/unocss/unocss/issues/4296
105-
// Inspect({
106-
// build: true,
107-
// outputDir: '.vite-inspect',
108-
// }),
103+
Inspect({
104+
build: true,
105+
outputDir: '.vite-inspect',
106+
}),
109107
UnoCSS(),
110108
],
111109
})

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"test:run": "vitest run"
3939
},
4040
"devDependencies": {
41-
"@antfu/eslint-config": "^3.11.1",
41+
"@antfu/eslint-config": "^3.11.2",
4242
"@antfu/ni": "^0.23.1",
4343
"@cspell/dict-ru_ru": "^2.2.4",
44-
"@types/node": "^22.10.0",
44+
"@types/node": "^22.10.1",
4545
"@unocss/cli": "^0.64.1",
4646
"@unocss/eslint-config": "^0.64.1",
4747
"@unocss/eslint-plugin": "^0.64.1",
@@ -59,7 +59,7 @@
5959
"unocss": "^0.64.1",
6060
"unplugin-vue-macros": "^2.13.4",
6161
"vite": "catalog:",
62-
"vite-plugin-inspect": "^0.10.0",
62+
"vite-plugin-inspect": "^0.10.1",
6363
"vitepress": "catalog:",
6464
"vitest": "^2.1.6",
6565
"vue": "catalog:",

packages/ui-asciinema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"vue": "catalog:"
8080
},
8181
"devDependencies": {
82-
"@vue/tsconfig": "^0.6.0"
82+
"@vue/tsconfig": "^0.7.0"
8383
}
8484
}

packages/ui-rive-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"vue": "catalog:"
8080
},
8181
"devDependencies": {
82-
"@vue/tsconfig": "^0.6.0"
82+
"@vue/tsconfig": "^0.7.0"
8383
}
8484
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"vue": "catalog:"
7676
},
7777
"devDependencies": {
78-
"@vue/tsconfig": "^0.6.0"
78+
"@vue/tsconfig": "^0.7.0"
7979
}
8080
}

0 commit comments

Comments
 (0)