chore: update to 2.2.0 (#2797)
This commit is contained in:
parent
1e5facfb98
commit
17c7e15467
|
@ -10,7 +10,7 @@ env:
|
|||
- DBUS_SESSION_BUS_ADDRESS=/dev/null
|
||||
- DISPLAY=:99.0
|
||||
- CHROME_BIN=chromium-browser
|
||||
- LATEST_RELEASE=2.1.1
|
||||
- LATEST_RELEASE=2.2.0
|
||||
- TASK_FLAGS="--dgeni-log=warn"
|
||||
matrix:
|
||||
- TASK=lint
|
||||
|
|
|
@ -15,19 +15,20 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.1.1",
|
||||
"@angular/compiler": "~2.1.1",
|
||||
"@angular/compiler-cli": "~2.1.1",
|
||||
"@angular/core": "~2.1.1",
|
||||
"@angular/forms": "~2.1.1",
|
||||
"@angular/http": "~2.1.1",
|
||||
"@angular/platform-browser": "~2.1.1",
|
||||
"@angular/platform-browser-dynamic": "~2.1.1",
|
||||
"@angular/platform-server": "~2.1.1",
|
||||
"@angular/router": "~3.1.1",
|
||||
"@angular/upgrade": "~2.1.1",
|
||||
"@angular/common": "~2.2.0",
|
||||
"@angular/compiler": "~2.2.0",
|
||||
"@angular/compiler-cli": "~2.2.0",
|
||||
"@angular/core": "~2.2.0",
|
||||
"@angular/forms": "~2.2.0",
|
||||
"@angular/http": "~2.2.0",
|
||||
"@angular/platform-browser": "~2.2.0",
|
||||
"@angular/platform-browser-dynamic": "~2.2.0",
|
||||
"@angular/platform-server": "~2.2.0",
|
||||
"@angular/router": "~3.2.0",
|
||||
"@angular/upgrade": "~2.2.0",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.15",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.14",
|
||||
"core-js": "^2.4.1",
|
||||
"reflect-metadata": "^0.1.8",
|
||||
"rollup": "^0.36.0",
|
||||
|
|
|
@ -12,17 +12,17 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.1.1",
|
||||
"@angular/compiler": "~2.1.1",
|
||||
"@angular/core": "~2.1.1",
|
||||
"@angular/forms": "~2.1.1",
|
||||
"@angular/http": "~2.1.1",
|
||||
"@angular/platform-browser": "~2.1.1",
|
||||
"@angular/platform-browser-dynamic": "~2.1.1",
|
||||
"@angular/router": "~3.1.1",
|
||||
"@angular/upgrade": "~2.1.1",
|
||||
"@angular/common": "~2.2.0",
|
||||
"@angular/compiler": "~2.2.0",
|
||||
"@angular/core": "~2.2.0",
|
||||
"@angular/forms": "~2.2.0",
|
||||
"@angular/http": "~2.2.0",
|
||||
"@angular/platform-browser": "~2.2.0",
|
||||
"@angular/platform-browser-dynamic": "~2.2.0",
|
||||
"@angular/router": "~3.2.0",
|
||||
"@angular/upgrade": "~2.2.0",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.5",
|
||||
"angular-in-memory-web-api": "~0.1.15",
|
||||
"core-js": "^2.4.1",
|
||||
"reflect-metadata": "^0.1.8",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
|
|
|
@ -14,17 +14,17 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.1.1",
|
||||
"@angular/compiler": "~2.1.1",
|
||||
"@angular/core": "~2.1.1",
|
||||
"@angular/forms": "~2.1.1",
|
||||
"@angular/http": "~2.1.1",
|
||||
"@angular/platform-browser": "~2.1.1",
|
||||
"@angular/platform-browser-dynamic": "~2.1.1",
|
||||
"@angular/router": "~3.1.1",
|
||||
"@angular/upgrade": "~2.1.1",
|
||||
"@angular/common": "~2.2.0",
|
||||
"@angular/compiler": "~2.2.0",
|
||||
"@angular/core": "~2.2.0",
|
||||
"@angular/forms": "~2.2.0",
|
||||
"@angular/http": "~2.2.0",
|
||||
"@angular/platform-browser": "~2.2.0",
|
||||
"@angular/platform-browser-dynamic": "~2.2.0",
|
||||
"@angular/router": "~3.2.0",
|
||||
"@angular/upgrade": "~2.2.0",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.13",
|
||||
"angular-in-memory-web-api": "~0.1.15",
|
||||
"core-js": "^2.4.1",
|
||||
"reflect-metadata": "^0.1.8",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
|
|
|
@ -14,14 +14,14 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@angular/common": "~2.1.1",
|
||||
"@angular/compiler": "~2.1.1",
|
||||
"@angular/core": "~2.1.1",
|
||||
"@angular/forms": "~2.1.1",
|
||||
"@angular/http": "~2.1.1",
|
||||
"@angular/platform-browser": "~2.1.1",
|
||||
"@angular/platform-browser-dynamic": "~2.1.1",
|
||||
"@angular/router": "~3.1.1",
|
||||
"@angular/common": "~2.2.0",
|
||||
"@angular/compiler": "~2.2.0",
|
||||
"@angular/core": "~2.2.0",
|
||||
"@angular/forms": "~2.2.0",
|
||||
"@angular/http": "~2.2.0",
|
||||
"@angular/platform-browser": "~2.2.0",
|
||||
"@angular/platform-browser-dynamic": "~2.2.0",
|
||||
"@angular/router": "~3.2.0",
|
||||
"core-js": "^2.4.1",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
"zone.js": "^0.6.25"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"title": "Angular Docs",
|
||||
"subtitle": "JavaScript",
|
||||
"menuTitle": "Docs Home",
|
||||
"banner": "Angular release is <b>2.1</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
|
||||
"banner": "The latest Angular release is <b>2.2</b>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
|
||||
},
|
||||
|
||||
"quickstart": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"title": "Angular Docs",
|
||||
"subtitle": "TypeScript",
|
||||
"menuTitle": "Docs Home",
|
||||
"banner": "Angular release is <b>2.1</b>. Learn about the latest <a href='guide/change-log.html' title='Documentation change log'>updates to the documentation</a>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank' title='Angular Product Changes'>Angular change log</a> for enhancements, fixes, and breaking changes in Angular itself."
|
||||
"banner": "The latest Angular release is <b>2.2</b>. Learn about the latest <a href='guide/change-log.html' title='Documentation change log'>updates to the documentation</a>. View the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank' title='Angular Product Changes'>Angular change log</a> for enhancements, fixes, and breaking changes in Angular itself."
|
||||
},
|
||||
|
||||
"cli-quickstart": {
|
||||
|
|
Loading…
Reference in New Issue