Skip to content

Commit 1469cda

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

File tree

2 files changed

+1132
-874
lines changed

2 files changed

+1132
-874
lines changed

package.json

+14-14
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.9",
77
"description": "A browser extension that compares different CSS",
88
"scripts": {
99
"dev": "wxt",
@@ -22,22 +22,22 @@
2222
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2323
},
2424
"dependencies": {
25-
"element-plus": "^2.9.1",
26-
"vue": "^3.5.12",
27-
"vue-i18n": "10"
25+
"element-plus": "^2.9.8",
26+
"vue": "^3.5.13",
27+
"vue-i18n": "10.0.7"
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",
34-
"autoprefixer": "^10.4.20",
30+
"@antfu/eslint-config": "^3.16.0",
31+
"@types/chrome": "^0.0.316",
32+
"@vueuse/core": "^12.8.2",
33+
"@wxt-dev/module-vue": "^1.0.2",
34+
"autoprefixer": "^10.4.21",
3535
"conventional-changelog-cli": "^5.0.0",
36-
"eslint": "^9.17.0",
37-
"postcss": "^8.4.49",
36+
"eslint": "^9.25.1",
37+
"postcss": "^8.5.3",
3838
"tailwindcss": "^3.4.17",
39-
"typescript": "5.6.3",
40-
"vue-tsc": "^2.1.10",
41-
"wxt": "^0.19.13"
39+
"typescript": "5.8.3",
40+
"vue-tsc": "^2.2.10",
41+
"wxt": "^0.20.3"
4242
}
4343
}

0 commit comments

Comments
 (0)