Skip to content

docs: correct rc.0 migration guide #5041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/documentation/stories/rc-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,16 +317,17 @@ Packages in `dependencies`:
- `@angular/*` packages now have a `^2.4.0` minimum (`^3.4.0` for router)
- `core-js` remains unchanged at `^2.4.1`
- `rxjs` to `^5.1.0`
- `ts-helpers` was **removed**
- `zone.js` to `^0.7.6`

Packages in `dependencies`:
Packages in `devDependencies`:
- `@angular/cli` at `1.0.0-rc.0` replaces `angular-cli`
- `@angular/compiler-cli` is also at `^2.4.0`
- `@types/jasmine` remains unchanged and pinned at `2.5.38`
- `@types/node` was updated to `~6.0.60`
- `codelyzer` was updated to `~2.0.0`
- `jasmine-core` was updated to `~2.5.2`
- `jasmine-spec-reporter` was **removed**
- `jasmine-spec-reporter` was updated to `~3.2.0`
- `karma` was updated to `~1.4.1`
- `karma-chrome-launcher` was updated to `~2.0.0`
- `karma-cli` was updated to `~1.0.1`
Expand All @@ -350,6 +351,7 @@ We also updated the scripts section to make it more simple:
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down