Skip to content

Commit b06840b

Browse files
authored
fix(deps): resolve WXT install compatibility (#6)
1 parent 3036c2d commit b06840b

5 files changed

Lines changed: 1241 additions & 1184 deletions

File tree

‎.npmrc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hoist=false

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2323
},
2424
"dependencies": {
25+
"@vue/shared": "^3.5.13",
2526
"element-plus": "^2.9.1",
2627
"vue": "^3.5.12",
2728
"vue-i18n": "10"
@@ -30,14 +31,14 @@
3031
"@antfu/eslint-config": "^3.12.0",
3132
"@types/chrome": "^0.0.280",
3233
"@vueuse/core": "^12.0.0",
33-
"@wxt-dev/module-vue": "^1.0.1",
34+
"@wxt-dev/module-vue": "^1.0.3",
3435
"autoprefixer": "^10.4.20",
3536
"conventional-changelog-cli": "^5.0.0",
3637
"eslint": "^9.17.0",
3738
"postcss": "^8.4.49",
3839
"tailwindcss": "^3.4.17",
3940
"typescript": "5.6.3",
4041
"vue-tsc": "^2.1.10",
41-
"wxt": "^0.19.13"
42+
"wxt": "^0.20.26"
4243
}
4344
}

0 commit comments

Comments
 (0)