Skip to content

Commit

Permalink
build: upgrade to Angular 16 and Electron 24
Browse files Browse the repository at this point in the history
  • Loading branch information
bampakoa committed Jul 24, 2023
1 parent f4657d5 commit f8d52ab
Show file tree
Hide file tree
Showing 8 changed files with 19,964 additions and 3,795 deletions.
6,494 changes: 5,968 additions & 526 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-electronify",
"version": "2.0.1",
"version": "2.0.2",
"scripts": {
"serve": "tsc -w -p packages\\builder\\tsconfig.json",
"build": "tsc -p packages\\builder\\tsconfig.json && npm run build:schematics",
Expand All @@ -15,25 +15,25 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"husky": "8.0.1",
"@types/node": "^20.4.4",
"husky": "8.0.3",
"jasmine": "^3.6.3",
"jasmine-node": "^3.0.0",
"prettier": "2.7.1",
"prettier": "3.0.0",
"standard-version": "^9.1.0",
"ts-node": "~8.3.0",
"typescript": "~4.5.2"
},
"dependencies": {
"@angular-devkit/architect": "0.1402.1",
"@angular-devkit/core": "^14.2.1",
"@angular-devkit/schematics": "14.2.1",
"@schematics/angular": "14.2.1",
"electron": "^19.0.8",
"@angular-devkit/architect": "0.1601.5",
"@angular-devkit/core": "^16.1.5",
"@angular-devkit/schematics": "16.1.5",
"@schematics/angular": "16.1.5",
"electron": "^24.3.1",
"electron-devtools-installer": "^3.2.0",
"ngx-electronyzer": "1.0.0"
"ngx-electronyzer": "1.0.1"
}
}
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.1",
"version": "2.0.2",
"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": "^19.0.8",
"electron": "^24.3.1",
"electron-devtools-installer": "^3.2.0",
"ngx-electronyzer": "1.0.0"
"ngx-electronyzer": "1.0.1"
},
"schematics": "./schematics/collection.json"
}
Loading

0 comments on commit f8d52ab

Please sign in to comment.