Skip to content

Commit

Permalink
Update to angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ambarvm committed Oct 17, 2021
1 parent baaae30 commit 353c583
Show file tree
Hide file tree
Showing 10 changed files with 3,884 additions and 3,459 deletions.
12 changes: 9 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest"
],
"styles": ["src/styles.scss"],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -60,7 +65,8 @@
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json"
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
177 changes: 89 additions & 88 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,90 @@
{
"name": "billbox",
"version": "0.1.1",
"build": {
"appId": "com.supercoww.billbox",
"productName": "Billbox",
"copyright": "Copyright © 2019 ${author}",
"files": [
"!./*",
"dist/**/*",
"./main.js"
],
"directories": {
"output": "release",
"buildResources": "dist"
},
"asar": true,
"win": {
"target": [
"nsis"
],
"publish": [
{
"provider": "github"
}
]
},
"nsis": {
"license": "LICENSE"
}
},
"main": "main.js",
"scripts": {
"start": "ng serve -o",
"build": "ng build",
"ng": "ng",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"author": "Ambar Mutha",
"description": "A simple inventory & billing app",
"repository": {
"type": "git",
"url": "https://github.com/supercoww/billbox.git"
},
"dependencies": {
"@angular/fire": "^6.0.3",
"firebase": "^7.23.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.3",
"@angular/animations": "~11.0.3",
"@angular/cdk": "~11.0.2",
"@angular/cli": "~11.0.3",
"@angular/common": "~11.0.3",
"@angular/compiler": "~11.0.3",
"@angular/compiler-cli": "~11.0.3",
"@angular/core": "~11.0.3",
"@angular/forms": "~11.0.3",
"@angular/language-service": "~11.0.3",
"@angular/material": "^11.0.2",
"@angular/platform-browser": "~11.0.3",
"@angular/platform-browser-dynamic": "~11.0.3",
"@angular/router": "~11.0.3",
"@angular/service-worker": "~11.0.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"hammerjs": "^2.0.8",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"material-icons": "^0.3.1",
"protractor": "~7.0.0",
"rxjs": "~6.6.3",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.3",
"zone.js": "~0.10.2"
}
}
"name": "billbox",
"version": "0.1.1",
"build": {
"appId": "com.supercoww.billbox",
"productName": "Billbox",
"copyright": "Copyright © 2019 ${author}",
"files": [
"!./*",
"dist/**/*",
"./main.js"
],
"directories": {
"output": "release",
"buildResources": "dist"
},
"asar": true,
"win": {
"target": [
"nsis"
],
"publish": [
{
"provider": "github"
}
]
},
"nsis": {
"license": "LICENSE"
}
},
"main": "main.js",
"scripts": {
"start": "ng serve -o",
"build": "ng build",
"ng": "ng",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"author": "Ambar Mutha",
"description": "A simple inventory & billing app",
"repository": {
"type": "git",
"url": "https://github.com/supercoww/billbox.git"
},
"dependencies": {
"@angular/fire": "^7.1.0",
"firebase": "^9.1.0",
"tslib": "^2.0.0",
"rxfire": "^6.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.10",
"@angular/animations": "~12.2.10",
"@angular/cdk": "~11.0.2",
"@angular/cli": "~12.2.10",
"@angular/common": "~12.2.10",
"@angular/compiler": "~12.2.10",
"@angular/compiler-cli": "~12.2.10",
"@angular/core": "~12.2.10",
"@angular/forms": "~12.2.10",
"@angular/language-service": "~12.2.10",
"@angular/material": "^11.0.2",
"@angular/platform-browser": "~12.2.10",
"@angular/platform-browser-dynamic": "~12.2.10",
"@angular/router": "~12.2.10",
"@angular/service-worker": "~12.2.10",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"hammerjs": "^2.0.8",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"material-icons": "^0.3.1",
"protractor": "~7.0.0",
"rxjs": "~6.6.3",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5",
"zone.js": "~0.11.4"
}
}
Loading

0 comments on commit 353c583

Please sign in to comment.