Skip to content

Commit

Permalink
build: upgrade to Angular 17 and Electron 28
Browse files Browse the repository at this point in the history
  • Loading branch information
bampakoa committed Jan 12, 2024
1 parent f7e0823 commit ca50ab6
Show file tree
Hide file tree
Showing 7 changed files with 11,741 additions and 8,805 deletions.
212 changes: 115 additions & 97 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.2",
"version": "2.0.3",
"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.1601.5",
"@angular-devkit/core": "^16.1.5",
"@angular-devkit/schematics": "16.1.5",
"@schematics/angular": "16.1.5",
"electron": "^25.3.2",
"@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",
"electron-devtools-installer": "^3.2.0",
"ngx-electronyzer": "1.0.1"
"ngx-electronyzer": "1.0.2"
}
}
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.2",
"version": "2.0.3",
"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": "^25.3.2",
"electron": "^28.1.3",
"electron-devtools-installer": "^3.2.0",
"ngx-electronyzer": "1.0.1"
"ngx-electronyzer": "1.0.2"
},
"schematics": "./schematics/collection.json"
}
Loading

0 comments on commit ca50ab6

Please sign in to comment.