Skip to content

Commit 76b9513

Browse files
fix(deps): update all non-major dependencies
1 parent 6fa041b commit 76b9513

File tree

2 files changed

+195
-187
lines changed

2 files changed

+195
-187
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.2",
55
"private": true,
6-
"packageManager": "pnpm@9.14.1",
6+
"packageManager": "pnpm@9.15.2",
77
"description": "A browser extension that compares different CSS",
88
"scripts": {
99
"dev": "wxt",
@@ -23,21 +23,21 @@
2323
},
2424
"dependencies": {
2525
"element-plus": "^2.9.1",
26-
"vue": "^3.5.12",
27-
"vue-i18n": "10"
26+
"vue": "^3.5.13",
27+
"vue-i18n": "10.0.5"
2828
},
2929
"devDependencies": {
30-
"@antfu/eslint-config": "^3.12.0",
31-
"@types/chrome": "^0.0.280",
32-
"@vueuse/core": "^12.0.0",
33-
"@wxt-dev/module-vue": "^1.0.1",
30+
"@antfu/eslint-config": "^3.12.1",
31+
"@types/chrome": "^0.0.287",
32+
"@vueuse/core": "^12.2.0",
33+
"@wxt-dev/module-vue": "^1.0.2",
3434
"autoprefixer": "^10.4.20",
3535
"conventional-changelog-cli": "^5.0.0",
3636
"eslint": "^9.17.0",
3737
"postcss": "^8.4.49",
3838
"tailwindcss": "^3.4.17",
39-
"typescript": "5.6.3",
40-
"vue-tsc": "^2.1.10",
41-
"wxt": "^0.19.13"
39+
"typescript": "5.7.2",
40+
"vue-tsc": "^2.2.0",
41+
"wxt": "^0.19.23"
4242
}
4343
}

0 commit comments

Comments
 (0)