|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.3", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@9.14.1", |
| 6 | + "packageManager": "pnpm@9.15.9", |
7 | 7 | "description": "A browser extension that compares different CSS", |
8 | 8 | "scripts": { |
9 | 9 | "dev": "wxt", |
|
22 | 22 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "element-plus": "^2.9.1", |
26 | | - "vue": "^3.5.12", |
27 | | - "vue-i18n": "10" |
| 25 | + "element-plus": "^2.11.4", |
| 26 | + "vue": "^3.5.22", |
| 27 | + "vue-i18n": "10.0.8" |
28 | 28 | }, |
29 | 29 | "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.1.19", |
| 32 | + "@vueuse/core": "^12.8.2", |
| 33 | + "@wxt-dev/module-vue": "^1.0.3", |
| 34 | + "autoprefixer": "^10.4.21", |
35 | 35 | "conventional-changelog-cli": "^5.0.0", |
36 | | - "eslint": "^9.17.0", |
37 | | - "postcss": "^8.4.49", |
38 | | - "tailwindcss": "^3.4.17", |
39 | | - "typescript": "5.6.3", |
40 | | - "vue-tsc": "^2.1.10", |
41 | | - "wxt": "^0.19.13" |
| 36 | + "eslint": "^9.36.0", |
| 37 | + "postcss": "^8.5.6", |
| 38 | + "tailwindcss": "^3.4.18", |
| 39 | + "typescript": "5.9.3", |
| 40 | + "vue-tsc": "^2.2.12", |
| 41 | + "wxt": "^0.20.11" |
42 | 42 | } |
43 | 43 | } |
0 commit comments