Skip to content

Commit dac577d

Browse files
committed
chore: angular update to v8.0.0-rc.2
- update: Angular to `v8.0.0-rc-2` - update: `@angular/animations` to `^8.0.0-rc.2` - update: `@angular/common` to `^8.0.0-rc.2` - update: `@angular/compiler` to `^8.0.0-rc.2` - update: `@angular/core` to `^8.0.0-rc.2` - update: `@angular/forms` to `^8.0.0-rc.2` - update: `@angular/http` to `^8.0.0-beta.10` - update: `@angular/platform-browser` to `^8.0.0-rc.2` - update: `@angular/platform-browser-dynamic` to `^8.0.0-rc.2` - update: `@angular/router` to `^8.0.0-rc.2` - update: `@coreui/coreui` to `^2.1.9` - update: `rxjs` to `^6.5.1` - update: `tsickle` to `^0.35.0` - update: `tslib` to `^1.9.3` - update: `zone.js` to `^0.9.1` - update: `@angular-devkit/build-angular` to `^0.800.0-rc.2` - update: `@angular/cli` to `^8.0.0-rc.2` - update: `@angular/compiler-cli` to `^8.0.0-rc.2` - update: `@angular/language-service` to `^8.0.0-rc.2` - update: `@types/node` to `^12.0.0` - update: `codelyzer` to `^5.0.1` - update: `jasmine-core` to `^3.4.0` - update: `karma` to `^4.1.0` - update: `karma-jasmine-html-reporter` to `^1.4.2` - update: `ts-node` to `^8.1.0` - update: `tslint` to `^5.16.0` - update: `typescript` to `^3.4.5`
1 parent 20fecb7 commit dac577d

File tree

4 files changed

+59
-29
lines changed

4 files changed

+59
-29
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.Next`
4+
- update: Angular to `v8.0.0-rc-2`
5+
- update: `@angular/animations` to `^8.0.0-rc.2`
6+
- update: `@angular/common` to `^8.0.0-rc.2`
7+
- update: `@angular/compiler` to `^8.0.0-rc.2`
8+
- update: `@angular/core` to `^8.0.0-rc.2`
9+
- update: `@angular/forms` to `^8.0.0-rc.2`
10+
- update: `@angular/http` to `^8.0.0-beta.10`
11+
- update: `@angular/platform-browser` to `^8.0.0-rc.2`
12+
- update: `@angular/platform-browser-dynamic` to `^8.0.0-rc.2`
13+
- update: `@angular/router` to `^8.0.0-rc.2`
14+
- update: `@coreui/coreui` to `^2.1.9`
15+
- update: `rxjs` to `^6.5.1`
16+
- update: `tsickle` to `^0.35.0`
17+
- update: `tslib` to `^1.9.3`
18+
- update: `zone.js` to `^0.9.1`
19+
- update: `@angular-devkit/build-angular` to `^0.800.0-rc.2`
20+
- update: `@angular/cli` to `^8.0.0-rc.2`
21+
- update: `@angular/compiler-cli` to `^8.0.0-rc.2`
22+
- update: `@angular/language-service` to `^8.0.0-rc.2`
23+
- update: `@types/node` to `^12.0.0`
24+
- update: `codelyzer` to `^5.0.1`
25+
- update: `jasmine-core` to `^3.4.0`
26+
- update: `karma` to `^4.1.0`
27+
- update: `karma-jasmine-html-reporter` to `^1.4.2`
28+
- update: `ts-node` to `^8.1.0`
29+
- update: `tslint` to `^5.16.0`
30+
- update: `typescript` to `^3.4.5`
31+
332
###### `v2.4.5`
433
- refactor(modals): add `@ViewChild`
534
- update: `@coreui/angular` to `^2.4.5`

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.2.10",
31-
"@angular/common": "^7.2.10",
32-
"@angular/compiler": "^7.2.10",
33-
"@angular/core": "^7.2.10",
34-
"@angular/forms": "^7.2.10",
35-
"@angular/http": "^7.2.10",
36-
"@angular/platform-browser": "^7.2.10",
37-
"@angular/platform-browser-dynamic": "^7.2.10",
38-
"@angular/router": "^7.2.10",
30+
"@angular/animations": "^8.0.0-rc.2",
31+
"@angular/common": "^8.0.0-rc.2",
32+
"@angular/compiler": "^8.0.0-rc.2",
33+
"@angular/core": "^8.0.0-rc.2",
34+
"@angular/forms": "^8.0.0-rc.2",
35+
"@angular/http": "^8.0.0-beta.10",
36+
"@angular/platform-browser": "^8.0.0-rc.2",
37+
"@angular/platform-browser-dynamic": "^8.0.0-rc.2",
38+
"@angular/router": "^8.0.0-rc.2",
3939
"@coreui/angular": "^2.4.5",
40-
"@coreui/coreui": "^2.1.8",
40+
"@coreui/coreui": "^2.1.9",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
4343
"bootstrap": "^4.3.1",
@@ -48,35 +48,35 @@
4848
"moment": "^2.24.0",
4949
"mutationobserver-shim": "^0.3.3",
5050
"ng2-charts": "^1.6.0",
51-
"ngx-bootstrap": "^3.2.0",
51+
"ngx-bootstrap": "^3.3.0",
5252
"ngx-perfect-scrollbar": "^7.2.1",
53-
"rxjs": "^6.4.0",
53+
"rxjs": "^6.5.1",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
56-
"tsickle": "^0.34.3",
57-
"tslib": "^1.9.0",
58-
"zone.js": "^0.8.29"
56+
"tsickle": "^0.35.0",
57+
"tslib": "^1.9.3",
58+
"zone.js": "^0.9.1"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.13.6",
62-
"@angular/cli": "^7.3.6",
63-
"@angular/compiler-cli": "^7.2.10",
64-
"@angular/language-service": "^7.2.10",
61+
"@angular-devkit/build-angular": "^0.800.0-rc.2",
62+
"@angular/cli": "^8.0.0-rc.2",
63+
"@angular/compiler-cli": "^8.0.0-rc.2",
64+
"@angular/language-service": "^8.0.0-rc.2",
6565
"@types/jasmine": "^3.3.12",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^11.11.4",
68-
"codelyzer": "^4.5.0",
69-
"jasmine-core": "^3.3.0",
67+
"@types/node": "^12.0.0",
68+
"codelyzer": "^5.0.1",
69+
"jasmine-core": "^3.4.0",
7070
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^4.0.1",
71+
"karma": "^4.1.0",
7272
"karma-chrome-launcher": "^2.2.0",
7373
"karma-coverage-istanbul-reporter": "^2.0.5",
7474
"karma-jasmine": "^2.0.1",
75-
"karma-jasmine-html-reporter": "^1.4.0",
75+
"karma-jasmine-html-reporter": "^1.4.2",
7676
"protractor": "^5.4.2",
77-
"ts-node": "^8.0.3",
78-
"tslint": "^5.14.0",
79-
"typescript": "~3.2.4"
77+
"ts-node": "^8.1.0",
78+
"tslint": "^5.16.0",
79+
"typescript": "^3.4.5"
8080
},
8181
"engines": {
8282
"node": ">= 8.9.4",

src/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"baseUrl": "./",
6-
"module": "es2015",
6+
"module": "esnext",
77
"types": [],
88
"paths": {
99
"@angular/*": [

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"moduleResolution": "node",
99
"emitDecoratorMetadata": true,
1010
"experimentalDecorators": true,
11-
"target": "es5",
11+
"module": "esnext",
12+
"target": "es6",
1213
"typeRoots": [
1314
"node_modules/@types"
1415
],

0 commit comments

Comments
 (0)