Skip to content

Commit

Permalink
feat: upgrade to Angular 18 and Electron 31
Browse files Browse the repository at this point in the history
  • Loading branch information
bampakoa committed Jul 22, 2024
1 parent 0f00c77 commit 991514b
Show file tree
Hide file tree
Showing 13 changed files with 9,957 additions and 9,460 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can run the official Angular DevTools extension to debug and profile your An
👤 **Aristeidis Bampakos**

* Website: http://www.medium.com/@abampakos
* Twitter: [@abampakos](https://twitter.com/abampakos)
* X: [@abampakos](https://x.com/abampakos)
* Github: [@bampakoa](https://github.com/bampakoa)

## 🤝 Contributing
Expand Down
976 changes: 558 additions & 418 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-electronify",
"version": "2.0.3",
"version": "2.0.4",
"scripts": {
"serve": "tsc -w -p packages\\builder\\tsconfig.json",
"build": "tsc -p packages\\builder\\tsconfig.json && npm run build:schematics",
Expand Down Expand Up @@ -28,12 +28,12 @@
"typescript": "~4.5.2"
},
"dependencies": {
"@angular-devkit/architect": "0.1700.10",
"@angular-devkit/core": "^17.0.10",
"@angular-devkit/schematics": "17.0.10",
"@schematics/angular": "17.0.10",
"electron": "^28.1.3",
"@angular-devkit/architect": "0.1801.1",
"@angular-devkit/core": "^18.1.1",
"@angular-devkit/schematics": "18.1.1",
"@schematics/angular": "18.1.1",
"electron": "^31.2.1",
"electron-devtools-installer": "^3.2.0",
"ngx-electronyzer": "1.0.2"
"ngx-electronyzer": "18.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-electronify",
"version": "2.0.3",
"version": "2.0.4",
"description": "Angular CLI builder that runs your application in the desktop using Electron",
"keywords": [
"angular",
Expand All @@ -16,9 +16,9 @@
"save": "devDependencies"
},
"dependencies": {
"electron": "^28.1.3",
"electron": "^31.0.0",
"electron-devtools-installer": "^3.2.0",
"ngx-electronyzer": "1.0.2"
"ngx-electronyzer": "18.0.0"
},
"schematics": "./schematics/collection.json"
}
2 changes: 1 addition & 1 deletion packages/core/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Compiled output
/dist
Expand Down
Loading

0 comments on commit 991514b

Please sign in to comment.