update electron and package dependencies

This commit is contained in:
Bruce Liu
2026-03-29 20:35:50 -07:00
parent a89b0fcf0d
commit c8c9ccfaf0
4 changed files with 5138 additions and 8038 deletions
+5127 -8028
View File
File diff suppressed because it is too large Load Diff
+6 -8
View File
@@ -25,8 +25,8 @@
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"electron": "^34.3.0",
"electron-builder": "^23.0.3",
"electron": "^41.1.0",
"electron-builder": "^26.8.1",
"electron-react-devtools": "^0.5.3",
"electron-store": "^5.2.0",
"electron-window-state": "^5.0.3",
@@ -35,6 +35,7 @@
"js-md5": "^0.7.3",
"lovefield": "^2.1.12",
"nedb": "^1.8.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"prettier": "2.3.2",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
@@ -47,11 +48,8 @@
"reselect": "^4.0.0",
"rss-parser": "^3.13.0",
"ts-loader": "^7.0.4",
"typescript": "^5.8.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"node-polyfill-webpack-plugin": "^2.0.1"
"typescript": "^6.0.2",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2"
}
}
+2 -1
View File
@@ -4,6 +4,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"target": "ES2019",
"module": "CommonJS"
"module": "CommonJS",
"strict": false
}
}
+3 -1
View File
@@ -73,7 +73,9 @@ module.exports = [
filename: "index.js",
},
plugins: [
new NodePolyfillPlugin(),
new NodePolyfillPlugin({
additionalAliases: ["process"],
}),
new HtmlWebpackPlugin({
template: "./src/index.html",
}),