Skip to content

Commit 799a7fe

Browse files
committed
@angular 8.0.0-rc.4 & Co.
1 parent 4e6e6ca commit 799a7fe

File tree

3 files changed

+155
-112
lines changed

3 files changed

+155
-112
lines changed

browserslist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
# You can see what browsers were selected by your queries by running:
66
# npx browserslist
77

8-
# Googlebot uses an older version of Chrome
9-
# For additional information see: https://developers.google.com/search/docs/guides/rendering
10-
118
> 0.5%
129
last 2 versions
1310
Firefox ESR
14-
Chrome 41 # Support for Googlebot
1511
not dead
1612
not IE 9-11 # For IE 9-11 support, remove 'not'.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
"url": "https://github.com/mpalourdio/ng-http-loader/issues"
3838
},
3939
"peerDependencies": {
40-
"@angular/common": "^8.0.0-rc.2",
41-
"@angular/core": "^8.0.0-rc.2",
40+
"@angular/common": "^8.0.0-rc.4",
41+
"@angular/core": "^8.0.0-rc.4",
4242
"rxjs": "^6.4.0"
4343
},
4444
"devDependencies": {
45-
"@angular-devkit/build-angular": "~0.800.0-rc.2",
46-
"@angular-devkit/build-ng-packagr": "~0.800.0-rc.2",
47-
"@angular/cli": "~8.0.0-rc.3",
48-
"@angular/common": "^8.0.0-rc.2",
49-
"@angular/compiler": "^8.0.0-rc.2",
50-
"@angular/compiler-cli": "^8.0.0-rc.2",
51-
"@angular/core": "^8.0.0-rc.2",
52-
"@angular/language-service": "^8.0.0-rc.2",
53-
"@angular/platform-browser": "^8.0.0-rc.2",
54-
"@angular/platform-browser-dynamic": "^8.0.0-rc.2",
45+
"@angular-devkit/build-angular": "~0.800.0-rc.4",
46+
"@angular-devkit/build-ng-packagr": "~0.800.0-rc.4",
47+
"@angular/cli": "~8.0.0-rc.4",
48+
"@angular/common": "^8.0.0-rc.4",
49+
"@angular/compiler": "^8.0.0-rc.4",
50+
"@angular/compiler-cli": "^8.0.0-rc.4",
51+
"@angular/core": "^8.0.0-rc.4",
52+
"@angular/language-service": "^8.0.0-rc.4",
53+
"@angular/platform-browser": "^8.0.0-rc.4",
54+
"@angular/platform-browser-dynamic": "^8.0.0-rc.4",
5555
"@types/jasmine": "~3.3.8",
5656
"@types/jasminewd2": "~2.0.3",
5757
"@types/node": "~8.9.4",
@@ -72,7 +72,7 @@
7272
"tslib": "^1.9.0",
7373
"tslint": "~5.15.0",
7474
"typescript": "~3.4.3",
75-
"zone.js": "~0.9.0"
75+
"zone.js": "~0.9.1"
7676
},
7777
"engines": {
7878
"node": ">= 8.9.0",

0 commit comments

Comments
 (0)