Electron v36.2.0

This commit is contained in:
Natsumi
2025-05-15 00:16:59 +10:00
parent a46f94336d
commit efcfd34215
2 changed files with 1400 additions and 104 deletions

1486
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,14 +27,14 @@
}, },
"homepage": "https://github.com/vrcx-team/VRCX#readme", "homepage": "https://github.com/vrcx-team/VRCX#readme",
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.27.0", "@babel/eslint-parser": "^7.27.1",
"@electron/rebuild": "^3.7.2", "@electron/rebuild": "^4.0.1",
"@fontsource/noto-sans-jp": "^5.2.5", "@fontsource/noto-sans-jp": "^5.2.5",
"@fontsource/noto-sans-kr": "^5.2.5", "@fontsource/noto-sans-kr": "^5.2.5",
"@fontsource/noto-sans-sc": "^5.2.5", "@fontsource/noto-sans-sc": "^5.2.5",
"@fontsource/noto-sans-tc": "^5.2.5", "@fontsource/noto-sans-tc": "^5.2.5",
"@infolektuell/noto-color-emoji": "^0.2.0", "@infolektuell/noto-color-emoji": "^0.2.0",
"@prettier/plugin-pug": "^3.3.0", "@prettier/plugin-pug": "^3.4.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"copy-webpack-plugin": "^13.0.0", "copy-webpack-plugin": "^13.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
@@ -42,12 +42,12 @@
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"default-passive-events": "^2.0.0", "default-passive-events": "^2.0.0",
"echarts": "^5.6.0", "echarts": "^5.6.0",
"electron": "^35.2.1", "electron": "^36.2.0",
"electron-builder": "^26.0.12", "electron-builder": "^26.0.12",
"element-ui": "^2.15.14", "element-ui": "^2.15.14",
"esbuild-loader": "^4.3.0", "esbuild-loader": "^4.3.0",
"eslint": "^9.25.1", "eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.2", "eslint-config-prettier": "^10.1.5",
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
"html-webpack-plugin": "^5.6.3", "html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2", "mini-css-extract-plugin": "^2.9.2",
@@ -57,7 +57,7 @@
"pug": "^3.0.3", "pug": "^3.0.3",
"pug-plain-loader": "^1.1.0", "pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"sass": "^1.87.0", "sass": "^1.88.0",
"sass-loader": "^16.0.5", "sass-loader": "^16.0.5",
"vue": "^2.7.16", "vue": "^2.7.16",
"vue-data-tables": "^3.4.5", "vue-data-tables": "^3.4.5",
@@ -68,9 +68,9 @@
"vue-loader": "^15.11.1", "vue-loader": "^15.11.1",
"vue-markdown": "^2.2.4", "vue-markdown": "^2.2.4",
"vue-marquee-text-component": "^1.2.0", "vue-marquee-text-component": "^1.2.0",
"webpack": "^5.99.7", "webpack": "^5.99.8",
"webpack-cli": "^6.0.1", "webpack-cli": "^6.0.1",
"worker-timers": "^8.0.20", "worker-timers": "^8.0.21",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"build": { "build": {