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: 15.1.0-rc.0
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: 15.1.0
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 5, 2023

  1. chore: version 15.1.0

    cexbrayat committed Oct 5, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    liamnichols Liam Nichols
    Copy the full SHA
    dad1563 View commit details
Showing with 17 additions and 17 deletions.
  1. +1 −1 ponyracer/README.md
  2. +13 −13 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 15.1.0-rc.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0.

## Development server

26 changes: 13 additions & 13 deletions ponyracer/package.json
Original file line number Diff line number Diff line change
@@ -10,30 +10,30 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.0-next.0",
"@angular/common": "^15.1.0-next.0",
"@angular/compiler": "^15.1.0-next.0",
"@angular/core": "^15.1.0-next.0",
"@angular/forms": "^15.1.0-next.0",
"@angular/platform-browser": "^15.1.0-next.0",
"@angular/platform-browser-dynamic": "^15.1.0-next.0",
"@angular/router": "^15.1.0-next.0",
"@angular/animations": "^15.1.0",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.0-rc.0",
"@angular/cli": "~15.1.0-rc.0",
"@angular/compiler-cli": "^15.1.0-next.0",
"@angular-devkit/build-angular": "^15.1.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "^15.1.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^15.1.0-next.0",
"typescript": "~4.9.3"
"ng-packagr": "^15.1.0",
"typescript": "~4.9.4"
}
}
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 15.1.0-next.0.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0.

## 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": "^15.1.0-next.0",
"@angular/core": "^15.1.0-next.0"
"@angular/common": "^15.1.0",
"@angular/core": "^15.1.0"
},
"dependencies": {
"tslib": "^2.3.0"