close
Skip to content

Commit ff88091

Browse files
committed
chore: version 8.0.0-rc.4
1 parent 669d11c commit ff88091

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

‎ponyracer/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'.

‎ponyracer/package.json‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~8.0.0-rc.2",
15-
"@angular/common": "~8.0.0-rc.2",
16-
"@angular/compiler": "~8.0.0-rc.2",
17-
"@angular/core": "~8.0.0-rc.2",
18-
"@angular/forms": "~8.0.0-rc.2",
19-
"@angular/platform-browser": "~8.0.0-rc.2",
20-
"@angular/platform-browser-dynamic": "~8.0.0-rc.2",
21-
"@angular/router": "~8.0.0-rc.2",
14+
"@angular/animations": "~8.0.0-rc.4",
15+
"@angular/common": "~8.0.0-rc.4",
16+
"@angular/compiler": "~8.0.0-rc.4",
17+
"@angular/core": "~8.0.0-rc.4",
18+
"@angular/forms": "~8.0.0-rc.4",
19+
"@angular/platform-browser": "~8.0.0-rc.4",
20+
"@angular/platform-browser-dynamic": "~8.0.0-rc.4",
21+
"@angular/router": "~8.0.0-rc.4",
2222
"rxjs": "~6.4.0",
2323
"tslib": "^1.9.0",
24-
"zone.js": "~0.9.0"
24+
"zone.js": "~0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.800.0-rc.2",
28-
"@angular/cli": "~8.0.0-rc.3",
29-
"@angular/compiler-cli": "~8.0.0-rc.2",
30-
"@angular/language-service": "~8.0.0-rc.2",
27+
"@angular-devkit/build-angular": "~0.800.0-rc.4",
28+
"@angular/cli": "~8.0.0-rc.4",
29+
"@angular/compiler-cli": "~8.0.0-rc.4",
30+
"@angular/language-service": "~8.0.0-rc.4",
3131
"@types/node": "~8.9.4",
3232
"@types/jasmine": "~3.3.8",
3333
"@types/jasminewd2": "~2.0.3",

0 commit comments

Comments
 (0)