Skip to content

Commit 24ea42d

Browse files
author
Timofei Iatsenko
committed
update to angular 12
1 parent 46049d2 commit 24ea42d

8 files changed

Lines changed: 151811 additions & 5520 deletions

File tree

.yarn/releases/yarn-1.22.1.cjs

Lines changed: 147386 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-1.22.1.cjs

angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,20 @@
6666
"main": "projects/example/src/main.ts",
6767
"polyfills": "projects/example/src/polyfills.ts",
6868
"tsConfig": "projects/example/tsconfig.app.json",
69-
"aot": true,
7069
"assets": [
7170
"projects/example/src/favicon.ico",
7271
"projects/example/src/assets"
7372
],
7473
"styles": [
7574
"projects/example/src/styles.css"
7675
],
77-
"scripts": []
76+
"scripts": [],
77+
"vendorChunk": true,
78+
"extractLicenses": false,
79+
"buildOptimizer": false,
80+
"sourceMap": true,
81+
"optimization": false,
82+
"namedChunks": true
7883
},
7984
"configurations": {
8085
"production": {
@@ -104,7 +109,8 @@
104109
}
105110
]
106111
}
107-
}
112+
},
113+
"defaultConfiguration": ""
108114
},
109115
"serve": {
110116
"builder": "@angular-devkit/build-angular:dev-server",

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "angular-cc-library",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"scripts": {
55
"run:demo": "ng serve example",
6-
"build:library": "ng build angular-cc-library --prod ",
6+
"build:library": "ng build angular-cc-library --configuration production ",
77
"test": "ng test",
88
"lint": "ng lint",
99
"e2e": "ng e2e",
@@ -12,33 +12,33 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular-builders/jest": "^11.0.0",
16-
"@angular/common": "~11.0.9",
17-
"@angular/compiler": "~11.0.9",
18-
"@angular/core": "~11.0.9",
19-
"@angular/forms": "~11.0.9",
20-
"@angular/platform-browser": "~11.0.9",
21-
"@angular/platform-browser-dynamic": "~11.0.9",
22-
"@types/jest": "^26.0.20",
23-
"jest": "^26.6.3",
15+
"@angular-builders/jest": "^12.1.2",
16+
"@angular/common": "~12.2.13",
17+
"@angular/compiler": "~12.2.13",
18+
"@angular/core": "~12.2.13",
19+
"@angular/forms": "~12.2.13",
20+
"@angular/platform-browser": "~12.2.13",
21+
"@angular/platform-browser-dynamic": "~12.2.13",
22+
"@types/jest": "^27.0.2",
23+
"jest": "^27.3.1",
2424
"rxjs": "~6.6.3",
2525
"tslib": "^2.1.0",
26-
"zone.js": "~0.11.3"
26+
"zone.js": "~0.11.4"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "~0.1100.7",
30-
"@angular/cli": "~11.0.7",
31-
"@angular/compiler-cli": "~11.0.9",
32-
"@angular/language-service": "~11.0.9",
29+
"@angular-devkit/build-angular": "~12.2.13",
30+
"@angular/cli": "~12.2.13",
31+
"@angular/compiler-cli": "~12.2.13",
32+
"@angular/language-service": "~12.2.13",
3333
"@types/node": "^12.11.1",
3434
"codelyzer": "^6.0.0",
3535
"husky": "^4.2.3",
36-
"lint-staged": "^10.0.9",
37-
"ng-packagr": "^11.0.3",
36+
"lint-staged": "^11.2.6",
37+
"ng-packagr": "^12.2.5",
3838
"ngx-deploy-npm": "^1.3.2",
3939
"ts-node": "~9.1.1",
4040
"tslint": "~6.1.3",
41-
"typescript": "~4.0.5"
41+
"typescript": "~4.3.5"
4242
},
4343
"lint-staged": {
4444
"*.ts": [
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cc-library",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "angular credit card library",
55
"keywords": [
66
"angular",
@@ -12,18 +12,18 @@
1212
"author": "nogorilla <gabriel.smith010@gmail.com>",
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/nogorilla/angular-cc-library/issues"
15+
"url": "https://github.com/thekip/angular-cc-library/issues"
1616
},
17-
"homepage": "https://github.com/nogorilla/angular-cc-library#readme",
17+
"homepage": "https://github.com/thekip/angular-cc-library#readme",
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/nogorilla/angular-cc-library.git"
20+
"url": "git+https://github.com/thekip/angular-cc-library.git"
2121
},
2222
"dependencies": {
2323
"tslib": "^2.0.0"
2424
},
2525
"peerDependencies": {
26-
"@angular/common": ">6 <12",
27-
"@angular/core": ">6 <12"
26+
"@angular/common": ">6 <13",
27+
"@angular/core": ">6 <13"
2828
}
2929
}

projects/example/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export const environment = {
1313
* This import should be commented out in production mode because it will have a negative impact
1414
* on performance if an error is thrown.
1515
*/
16-
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
16+
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.

projects/example/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/***************************************************************************************************
5656
* Zone JS is required by default for Angular itself.
5757
*/
58-
import 'zone.js/dist/zone'; // Included with Angular CLI.
58+
import 'zone.js'; // Included with Angular CLI.
5959

6060

6161
/***************************************************************************************************

0 commit comments

Comments
 (0)