Skip to content

Commit 4448b27

Browse files
committed
fix(hmr): update hmr config to work with vite 6
1 parent 15647d9 commit 4448b27

File tree

3 files changed

+200
-172
lines changed

3 files changed

+200
-172
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
},
5353
"dependencies": {
5454
"@dvcol/base-http-client": "^1.16.1",
55-
"@dvcol/common-utils": "^1.18.0",
55+
"@dvcol/common-utils": "^1.21.1",
5656
"@dvcol/simkl-http-client": "^1.1.8",
5757
"@dvcol/tmdb-http-client": "^1.3.10",
5858
"@dvcol/trakt-http-client": "^1.5.2",
59-
"@dvcol/web-extension-utils": "^3.4.5",
59+
"@dvcol/web-extension-utils": "^3.5.0",
6060
"@leeoniya/ufuzzy": "^1.0.14",
6161
"@vue/devtools": "^7.4.6",
6262
"naive-ui": "^2.40.1",
6363
"pinia": "^2.2.4",
64-
"vue": "^3.5.11",
64+
"vue": "^3.5.13",
6565
"vue-lite-youtube-embed": "^1.2.4",
6666
"vue-router": "^4.4.5"
6767
},
@@ -71,11 +71,11 @@
7171
"@dvcol/eslint-plugin-presets": "^1.3.11",
7272
"@dvcol/stylelint-plugin-presets": "^2.1.2",
7373
"@tsconfig/node20": "^20.1.2",
74-
"@types/chrome": "^0.0.273",
74+
"@types/chrome": "^0.0.309",
7575
"@types/fs-extra": "^11.0.1",
7676
"@types/jsdom": "^21.1.2",
7777
"@types/node": "^20.5.3",
78-
"@types/webextension-polyfill": "^0.12.1",
78+
"@types/webextension-polyfill": "^0.12.3",
7979
"@typescript-eslint/eslint-plugin": "^7.0.0",
8080
"@typescript-eslint/parser": "^7.0.0",
8181
"@vitejs/plugin-vue": "^5.1.4",

0 commit comments

Comments
 (0)