Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cexbrayat/angular-cli-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3.0-rc.0
Choose a base ref
...
head repository: cexbrayat/angular-cli-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3.0
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 31, 2019

  1. chore: version 7.3.0

    cexbrayat committed Jan 31, 2019
    Copy the full SHA
    1136ad0 View commit details
Showing with 12 additions and 12 deletions.
  1. +12 −12 ponyracer/package.json
24 changes: 12 additions & 12 deletions ponyracer/package.json
Original file line number Diff line number Diff line change
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~7.2.0-rc.0",
"@angular/common": "~7.2.0-rc.0",
"@angular/compiler": "~7.2.0-rc.0",
"@angular/core": "~7.2.0-rc.0",
"@angular/forms": "~7.2.0-rc.0",
"@angular/platform-browser": "~7.2.0-rc.0",
"@angular/platform-browser-dynamic": "~7.2.0-rc.0",
"@angular/router": "~7.2.0-rc.0",
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"core-js": "^2.5.4",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0-beta.0",
"@angular/cli": "~7.3.0-rc.0",
"@angular/compiler-cli": "~7.2.0-rc.0",
"@angular/language-service": "~7.2.0-rc.0",
"@angular-devkit/build-angular": "~0.13.0",
"@angular/cli": "~7.3.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",