Skip to content

Commit 67074bd

Browse files
committed
更新依赖
1 parent b535987 commit 67074bd

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

build-config/css-loader.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const isDev = process.env.NODE_ENV === 'development'
22

33
module.exports = {
44
modules: {
5-
localIdentName: isDev ? '[folder]-[name]--[local]--[hash:base64:5]' : '[hash:base64:5]',
5+
localIdentName: isDev ? '[path][name]__[local]--[hash:base64:5]' : '[hash:base64:5]',
66
exportLocalsConvention: 'camelCase',
77
},
88
}

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@
184184
"css-loader": "^5.2.7",
185185
"css-minimizer-webpack-plugin": "^3.0.2",
186186
"del": "^6.0.0",
187-
"electron": "^13.1.6",
187+
"electron": "^13.1.7",
188188
"electron-builder": "^22.11.7",
189189
"electron-debug": "^3.2.0",
190190
"electron-devtools-installer": "^3.2.0",
191-
"electron-to-chromium": "^1.3.775",
191+
"electron-to-chromium": "^1.3.779",
192192
"eslint": "^7.30.0",
193193
"eslint-config-standard": "^14.1.1",
194194
"eslint-formatter-friendly": "^7.0.0",
@@ -204,7 +204,7 @@
204204
"less": "^4.1.1",
205205
"less-loader": "^10.0.1",
206206
"less-plugin-clean-css": "^1.5.1",
207-
"markdown-it": "^12.0.6",
207+
"markdown-it": "^12.1.0",
208208
"mini-css-extract-plugin": "^2.1.0",
209209
"postcss": "^8.3.5",
210210
"postcss-loader": "^6.1.1",
@@ -221,7 +221,7 @@
221221
"url-loader": "^4.1.1",
222222
"vue-loader": "^15.9.7",
223223
"vue-template-compiler": "^2.6.14",
224-
"webpack": "^5.44.0",
224+
"webpack": "^5.45.1",
225225
"webpack-cli": "^4.7.2",
226226
"webpack-dev-server": "^3.11.2",
227227
"webpack-hot-middleware": "^2.25.0",
@@ -239,7 +239,7 @@
239239
"node-id3": "^0.2.3",
240240
"request": "^2.88.2",
241241
"vue": "^2.6.14",
242-
"vue-i18n": "^8.24.5",
242+
"vue-i18n": "^8.25.0",
243243
"vue-router": "^3.5.2",
244244
"vuex": "^3.6.2",
245245
"vuex-router-sync": "^5.0.0"

src/renderer/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ body {
677677
}
678678
#view {
679679
flex: auto;
680-
height: 0;
680+
min-height: 0;
681681
}
682682
683683
each(@themes, {

0 commit comments

Comments
 (0)