Skip to content

Commit c4a7270

Browse files
Copilotz0gSh1u
andauthored
chore: move electron to devDependencies and bump to 34.1.0 (#1)
* Initial plan * Move electron from dependencies to devDependencies and bump version to 34.1.0 Co-authored-by: z0gSh1u <30524126+z0gSh1u@users.noreply.github.com> * Remove package-lock.json as per project conventions Co-authored-by: z0gSh1u <30524126+z0gSh1u@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: z0gSh1u <30524126+z0gSh1u@users.noreply.github.com>
1 parent a4229c5 commit c4a7270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-windows",
3-
"version": "34.0.0",
3+
"version": "34.1.0",
44
"description": "Manage multiple windows of Electron gracefully and provides powerful features.",
55
"keywords": [
66
"electron",
@@ -18,14 +18,14 @@
1818
"url": "git://github.com/electron-modules/electron-windows.git"
1919
},
2020
"dependencies": {
21-
"electron": "34",
2221
"electron-window-state": "^5.0.3",
2322
"lodash": "4"
2423
},
2524
"devDependencies": {
2625
"@babel/eslint-parser": "^7.27.1",
2726
"@playwright/test": "^1.52.0",
2827
"@types/node": "^22.15.17",
28+
"electron": "34",
2929
"electron-json-storage-alt": "18",
3030
"eslint": "7",
3131
"eslint-config-egg": "12",

0 commit comments

Comments
 (0)