|
1 | 1 | {
|
2 | 2 | "name": "faceit-elo-calc",
|
3 | 3 | "displayName": "Faceit Elo Calculator",
|
4 |
| - "version": "0.2.8", |
| 4 | + "version": "0.2.9", |
5 | 5 | "description": "Show Elo Gain/Loss for Faceit Matches",
|
6 | 6 | "private": true,
|
7 | 7 | "scripts": {
|
|
21 | 21 | "lint": "eslint '{src,scripts}/**/*.{json,ts,js,vue}'"
|
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@antfu/eslint-config": "^0.26.1", |
25 |
| - "@ffflorian/jszip-cli": "^3.1.6", |
26 |
| - "@types/fs-extra": "^9.0.13", |
27 |
| - "@types/node": "^18.7.6", |
28 |
| - "@types/webextension-polyfill": "^0.9.0", |
29 |
| - "@typescript-eslint/eslint-plugin": "^5.19.0", |
30 |
| - "@vitejs/plugin-vue": "^3.0.3", |
| 24 | + "@antfu/eslint-config": "^0.35.2", |
| 25 | + "@ffflorian/jszip-cli": "^3.1.9", |
| 26 | + "@types/fs-extra": "^11.0.1", |
| 27 | + "@types/node": "^18.13.0", |
| 28 | + "@types/webextension-polyfill": "^0.10.0", |
| 29 | + "@typescript-eslint/eslint-plugin": "^5.51.0", |
| 30 | + "@vitejs/plugin-vue": "^4.0.0", |
31 | 31 | "@vue/compiler-sfc": "^3.2.33",
|
32 |
| - "@vueuse/core": "^9.1.0", |
| 32 | + "@vueuse/core": "^9.12.0", |
33 | 33 | "cross-env": "^7.0.3",
|
34 | 34 | "dotenv": "^16.0.1",
|
35 |
| - "eslint": "^8.22.0", |
| 35 | + "eslint": "^8.33.0", |
36 | 36 | "esno": "^0.16.3",
|
37 |
| - "fs-extra": "^10.0.1", |
38 |
| - "kolorist": "^1.5.1", |
| 37 | + "fs-extra": "^11.1.0", |
| 38 | + "kolorist": "^1.7.0", |
39 | 39 | "npm-run-all": "^4.1.5",
|
40 |
| - "rimraf": "^3.0.2", |
41 |
| - "sass": "1.54.4", |
42 |
| - "typescript": "^4.6.3", |
43 |
| - "unplugin-auto-import": "^0.11.2", |
44 |
| - "unplugin-vue-components": "^0.22.4", |
45 |
| - "vite": "^3.0.9", |
46 |
| - "vue": "^3.2.33", |
| 40 | + "rimraf": "^4.1.2", |
| 41 | + "sass": "1.58.0", |
| 42 | + "typescript": "^4.9.5", |
| 43 | + "unplugin-auto-import": "^0.14.2", |
| 44 | + "unplugin-vue-components": "^0.23.0", |
| 45 | + "vite": "^4.1.1", |
| 46 | + "vue": "^3.2.47", |
47 | 47 | "vue-demi": "^0.13.8",
|
48 | 48 | "webextension-polyfill": "^0.10.0"
|
49 | 49 | },
|
50 | 50 | "dependencies": {
|
51 |
| - "echarts": "^5.3.3", |
| 51 | + "echarts": "^5.4.1", |
52 | 52 | "vite-plugin-package-version": "^1.0.2",
|
53 |
| - "vue-echarts": "^6.2.3", |
54 |
| - "vue-material-design-icons": "^5.1.2" |
| 53 | + "vue-echarts": "^6.5.4", |
| 54 | + "vue-material-design-icons": "^5.2.0" |
55 | 55 | }
|
56 | 56 | }
|
0 commit comments