|
2 | 2 | "name": "freetube",
|
3 | 3 | "productName": "FreeTube",
|
4 | 4 | "description": "A private YouTube client",
|
5 |
| - "version": "0.21.1", |
| 5 | + "version": "0.21.2", |
6 | 6 | "license": "AGPL-3.0-or-later",
|
7 | 7 | "main": "./dist/main.js",
|
8 | 8 | "private": true,
|
|
53 | 53 | "ci": "yarn install --silent --frozen-lockfile"
|
54 | 54 | },
|
55 | 55 | "dependencies": {
|
56 |
| - "@fortawesome/fontawesome-svg-core": "^6.5.2", |
57 |
| - "@fortawesome/free-brands-svg-icons": "^6.5.2", |
58 |
| - "@fortawesome/free-regular-svg-icons": "^6.5.2", |
59 |
| - "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 56 | + "@fortawesome/fontawesome-svg-core": "^6.6.0", |
| 57 | + "@fortawesome/free-brands-svg-icons": "^6.6.0", |
| 58 | + "@fortawesome/free-regular-svg-icons": "^6.6.0", |
| 59 | + "@fortawesome/free-solid-svg-icons": "^6.6.0", |
60 | 60 | "@fortawesome/vue-fontawesome": "^2.0.10",
|
61 | 61 | "@seald-io/nedb": "^4.0.4",
|
62 | 62 | "@silvermine/videojs-quality-selector": "^1.3.1",
|
|
67 | 67 | "path-browserify": "^1.0.1",
|
68 | 68 | "portal-vue": "^2.1.7",
|
69 | 69 | "process": "^0.11.10",
|
70 |
| - "swiper": "^11.1.4", |
| 70 | + "swiper": "^11.1.5", |
71 | 71 | "video.js": "7.21.5",
|
72 | 72 | "videojs-contrib-quality-levels": "^3.0.0",
|
73 | 73 | "videojs-http-source-selector": "^1.1.6",
|
|
79 | 79 | "vue-observe-visibility": "^1.0.0",
|
80 | 80 | "vue-router": "^3.6.5",
|
81 | 81 | "vuex": "^3.6.2",
|
82 |
| - "youtubei.js": "^10.1.0" |
| 82 | + "youtubei.js": "^10.2.0" |
83 | 83 | },
|
84 | 84 | "devDependencies": {
|
85 | 85 | "@babel/core": "^7.24.9",
|
|
92 | 92 | "copy-webpack-plugin": "^12.0.2",
|
93 | 93 | "css-loader": "^7.1.2",
|
94 | 94 | "css-minimizer-webpack-plugin": "^7.0.0",
|
95 |
| - "electron": "^31.2.0", |
| 95 | + "electron": "^31.2.1", |
96 | 96 | "electron-builder": "^24.13.3",
|
97 | 97 | "eslint": "^8.57.0",
|
98 | 98 | "eslint-config-prettier": "^9.1.0",
|
99 | 99 | "eslint-config-standard": "^17.1.0",
|
100 | 100 | "eslint-plugin-import": "^2.29.1",
|
101 | 101 | "eslint-plugin-jsonc": "^2.16.0",
|
102 | 102 | "eslint-plugin-n": "^17.9.0",
|
103 |
| - "eslint-plugin-prettier": "^5.1.3", |
104 |
| - "eslint-plugin-promise": "^6.4.0", |
| 103 | + "eslint-plugin-prettier": "^5.2.1", |
| 104 | + "eslint-plugin-promise": "^6.6.0", |
105 | 105 | "eslint-plugin-unicorn": "^54.0.0",
|
106 | 106 | "eslint-plugin-vue": "^9.27.0",
|
107 |
| - "eslint-plugin-vuejs-accessibility": "^2.3.1", |
| 107 | + "eslint-plugin-vuejs-accessibility": "^2.4.0", |
108 | 108 | "eslint-plugin-yml": "^1.14.0",
|
109 | 109 | "html-webpack-plugin": "^5.6.0",
|
110 | 110 | "js-yaml": "^4.1.0",
|
111 | 111 | "json-minimizer-webpack-plugin": "^5.0.0",
|
112 |
| - "lefthook": "^1.7.2", |
| 112 | + "lefthook": "^1.7.5", |
113 | 113 | "mini-css-extract-plugin": "^2.9.0",
|
114 | 114 | "npm-run-all2": "^6.2.2",
|
115 | 115 | "postcss": "^8.4.39",
|
|
118 | 118 | "rimraf": "^6.0.1",
|
119 | 119 | "sass": "^1.77.8",
|
120 | 120 | "sass-loader": "^14.2.1",
|
121 |
| - "stylelint": "^16.6.1", |
122 |
| - "stylelint-config-sass-guidelines": "^11.1.0", |
| 121 | + "stylelint": "^16.7.0", |
| 122 | + "stylelint-config-sass-guidelines": "^12.0.0", |
123 | 123 | "stylelint-config-standard": "^36.0.1",
|
124 | 124 | "stylelint-high-performance-animation": "^1.10.0",
|
125 | 125 | "stylelint-use-logical-spec": "^5.0.1",
|
|
0 commit comments