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-library-diff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.0.0-next.2
Choose a base ref
...
head repository: cexbrayat/angular-cli-library-diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.0.0-next.3
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Dec 16, 2021

  1. Copy the full SHA
    3028a79 View commit details
Showing with 15 additions and 15 deletions.
  1. +1 −1 ponyracer/README.md
  2. +11 −11 ponyracer/package.json
  3. +1 −1 ponyracer/projects/ponyracer-lib/README.md
  4. +2 −2 ponyracer/projects/ponyracer-lib/package.json
2 changes: 1 addition & 1 deletion ponyracer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ponyracer

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.3.

## Development server

22 changes: 11 additions & 11 deletions ponyracer/package.json
Original file line number Diff line number Diff line change
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.0.0-next.2",
"@angular/common": "~11.0.0-next.2",
"@angular/compiler": "~11.0.0-next.2",
"@angular/core": "~11.0.0-next.2",
"@angular/forms": "~11.0.0-next.2",
"@angular/platform-browser": "~11.0.0-next.2",
"@angular/platform-browser-dynamic": "~11.0.0-next.2",
"@angular/router": "~11.0.0-next.2",
"@angular/animations": "~11.0.0-next.3",
"@angular/common": "~11.0.0-next.3",
"@angular/compiler": "~11.0.0-next.3",
"@angular/core": "~11.0.0-next.3",
"@angular/forms": "~11.0.0-next.3",
"@angular/platform-browser": "~11.0.0-next.3",
"@angular/platform-browser-dynamic": "~11.0.0-next.3",
"@angular/router": "~11.0.0-next.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.0-next.2",
"@angular/cli": "~11.0.0-next.2",
"@angular/compiler-cli": "~11.0.0-next.2",
"@angular-devkit/build-angular": "~0.1100.0-next.3",
"@angular/cli": "~11.0.0-next.3",
"@angular/compiler-cli": "~11.0.0-next.3",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
2 changes: 1 addition & 1 deletion ponyracer/projects/ponyracer-lib/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PonyracerLib

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.3.

## Code scaffolding

4 changes: 2 additions & 2 deletions ponyracer/projects/ponyracer-lib/package.json
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^11.0.0-next.2",
"@angular/core": "^11.0.0-next.2"
"@angular/common": "^11.0.0-next.3",
"@angular/core": "^11.0.0-next.3"
},
"dependencies": {
"tslib": "^2.0.0"