8000 chore: version 7.0.0-rc.0 · cexbrayat/angular-cli-diff@d587957 · GitHub
[go: up one dir, main page]

Skip to co 8000 ntent

Commit d587957

Browse files
committed
chore: version 7.0.0-rc.0
1 parent 17863be commit d587957

File tree

4 files changed

+31
-23
lines changed

4 files changed

+31
-23
lines changed

ponyracer/angular.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@
4343
"aot": true,
4444
"extractLicenses": true,
4545
"vendorChunk": false,
46-
"buildOptimizer": true
46+
"buildOptimizer": true,
47+
"budgets": [
48+
{
49+
"type": "initial",
50+
"maximumWarning": "2mb",
51+
"maximumError": "5mb"
52+
}
53+
]
4754
}
4855
}
4956
},

ponyracer/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~7.0.0-beta.5",
15-
"@angular/common": "~7.0.0-beta.5",
16-
"@angular/compiler": "~7.0.0-beta.5",
17-
"@angular/core": "~7.0.0-beta.5",
18-
"@angular/forms": "~7.0.0-beta.5",
19-
"@angular/http": "~7.0.0-beta.5",
20-
"@angular/platform-browser": "~7.0.0-beta.5",
21-
"@angular/platform-browser-dynamic": "~7.0.0-beta.5",
22-
"@angular/router": "~7.0.0-beta.5",
14+
"@angular/animations": "~7.0.0-rc.0",
15+
"@angular/common": "~7.0.0-rc.0",
16+
"@angular/compiler": "~7.0.0-rc.0",
17+
"@angular/core": "~7.0.0-rc.0",
18+
"@angular/forms": "~7.0.0-rc.0",
19+
"@angular/http": "~7.0.0-rc.0",
20+
"@angular/platform-browser": "~7.0.0-rc.0",
21+
"@angular/platform-browser-dynamic": "~7.0.0-rc.0",
22+
"@angular/router": "~7.0.0-rc.0",
2323
"core-js": "^2.5.4",
24-
"rxjs": "~6.3.2",
24+
"rxjs": "~6.3.3",
2525
"zone.js": "~0.8.26"
2626
},
2727
"devDependencies": {
2828
"@angular-devkit/build-angular": "~0.9.0-beta.1",
29-
"@angular/cli": "~7.0.0-beta.4",
30-
"@angular/compiler-cli": "~7.0.0-beta.5",
31-
"@angular/language-service": "~7.0.0-beta.5",
29+
"@angular/cli": "~7.0.0-rc.0",
30+
"@angular/compiler-cli": "~7.0.0-rc.0",
31+
"@angular/language-service": "~7.0.0-rc.0",
3232
"@types/jasmine": "~2.8.8",
3333
"@types/jasminewd2": "~2.0.3",
3434
"@types/node": "~8.9.4",
@@ -43,6 +43,6 @@
4343
"protractor": "~5.4.0",
4444
"ts-node": "~7.0.0",
4545
"tslint": "~5.11.0",
46-
"typescript": "~3.0.1"
46+
"typescript": "~3.1.1"
4747
}
4848
}

ponyracer/src/polyfills.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,25 @@
2828
// import 'core-js/es6/math';
2929
// import 'core-js/es6/string';
3030
// import 'core-js/es6/date';
31-
// import 'core-js/es6/array';
3231
// import 'core-js/es6/regexp';
3332
// import 'core-js/es6/map';
3433
// import 'core-js/es6/weak-map';
3534
// import 'core-js/es6/set';
3635

36+
/**
37+
* If your app need to indexed by Google Search, your app require polyfills 'core-js/es6/array'
38+
* Google bot use ES5.
39+
* FYI: Googlebot uses a renderer following the similar spec to Chrome 41.
40+
* https://developers.google.com/search/docs/guides/rendering
41+
**/
42+
// import 'core-js/es6/array';
43+
3744
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
3845
// import 'classlist.js&# C71A 39;; // Run `npm install --save classlist.js`.
3946

4047
/** IE10 and IE11 requires the following for the Reflect API. */
4148
// import 'core-js/es6/reflect';
4249

43-
44-
/** Evergreen browsers require these. **/
45-
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
46-
import 'core-js/es7/reflect';
47-
48-
4950
/**
5051
* Web Animations `@angular/platform-browser/animations`
5152
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.

ponyracer/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node_modules/@types"
1515
],
1616
"lib": [
17-
"es2017",
17+
"es2018",
1818
"dom"
1919
]
2020
}

0 commit comments

Comments
 (0)
0