Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: OpenAPITools/openapi-generator-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3337eb69193e1234bb6578209e31dd451e9892b2
Choose a base ref
..
head repository: OpenAPITools/openapi-generator-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27e6ec0d393fa8bfd715d96a5662889737cb79df
Choose a head ref
Showing with 213 additions and 213 deletions.
  1. +5 −5 package.json
  2. +208 −208 yarn.lock
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -103,11 +103,11 @@
"@commitlint/config-conventional": "16.2.4",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "9.3.11",
"@nrwl/eslint-plugin-nx": "17.2.6",
"@nrwl/jest": "17.2.6",
"@nrwl/nest": "17.2.6",
"@nrwl/node": "17.2.6",
"@nrwl/workspace": "17.2.6",
"@nrwl/eslint-plugin-nx": "17.2.7",
"@nrwl/jest": "17.2.7",
"@nrwl/nest": "17.2.7",
"@nrwl/node": "17.2.7",
"@nrwl/workspace": "17.2.7",
"@semantic-release/changelog": "5.0.1",
"@types/concurrently": "6.4.0",
"@types/fs-extra": "9.0.13",
Loading