Skip to content

Commit 4059e50

Browse files
committed
feat: upgrade to Angular 18 and Electron 31
1 parent 0f00c77 commit 4059e50

File tree

13 files changed

+9957
-9460
lines changed

13 files changed

+9957
-9460
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can run the official Angular DevTools extension to debug and profile your An
4242
👤 **Aristeidis Bampakos**
4343

4444
* Website: http://www.medium.com/@abampakos
45-
* Twitter: [@abampakos](https://twitter.com/abampakos)
45+
* X: [@abampakos](https://x.com/abampakos)
4646
* Github: [@bampakoa](https://github.com/bampakoa)
4747

4848
## 🤝 Contributing

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-electronify",
3-
"version": "2.0.3",
3+
"version": "17.0.0",
44
"scripts": {
55
"serve": "tsc -w -p packages\\builder\\tsconfig.json",
66
"build": "tsc -p packages\\builder\\tsconfig.json && npm run build:schematics",
@@ -28,12 +28,12 @@
2828
"typescript": "~4.5.2"
2929
},
3030
"dependencies": {
31-
"@angular-devkit/architect": "0.1700.10",
32-
"@angular-devkit/core": "^17.0.10",
33-
"@angular-devkit/schematics": "17.0.10",
34-
"@schematics/angular": "17.0.10",
35-
"electron": "^28.1.3",
31+
"@angular-devkit/architect": "0.1801.1",
32+
"@angular-devkit/core": "^18.1.1",
33+
"@angular-devkit/schematics": "18.1.1",
34+
"@schematics/angular": "18.1.1",
35+
"electron": "^31.2.1",
3636
"electron-devtools-installer": "^3.2.0",
37-
"ngx-electronyzer": "1.0.2"
37+
"ngx-electronyzer": "18.0.0"
3838
}
3939
}

packages/builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-electronify",
3-
"version": "2.0.3",
3+
"version": "17.0.0",
44
"description": "Angular CLI builder that runs your application in the desktop using Electron",
55
"keywords": [
66
"angular",
@@ -16,9 +16,9 @@
1616
"save": "devDependencies"
1717
},
1818
"dependencies": {
19-
"electron": "^28.1.3",
19+
"electron": "^31.0.0",
2020
"electron-devtools-installer": "^3.2.0",
21-
"ngx-electronyzer": "1.0.2"
21+
"ngx-electronyzer": "18.0.0"
2222
},
2323
"schematics": "./schematics/collection.json"
2424
}

packages/core/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
22

33
# Compiled output
44
/dist

0 commit comments

Comments
 (0)