We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb6a76 commit 0a9c204Copy full SHA for 0a9c204
templates/app/_package.json
@@ -4,8 +4,8 @@
4
"main": "server/index.js",
5
"dependencies": {
6
"compression": "^1.7.1",
7
- "core-js": "^2.4.1",
8
"cors": "^2.8.1",
+ "core-js": "^2.5.0",
9
"express": "^4.13.3",
10
"morgan": "~1.8.2",
11
"body-parser": "^1.13.3",
@@ -64,7 +64,7 @@
64
<%#"@angular/material": "5.0.0-rc0",%>
65
"@angularclass/hmr": "^2.1.3",
66
<%_ if(filters.ts) { -%>
67
- "@types/core-js": "^0.9.41",
+ "@types/core-js": "^2.5.0",
68
<%_ if(filters.jasmine) { -%>
69
"@types/jasmine": "^2.5.47",
70
<%_ } -%>
0 commit comments