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: 8d3c20231845b2190dcbae937a37fd9f126632ec
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: 6ea5525dfb9ba918579f2e431aa871c3969c10fb
Choose a head ref
Showing with 278 additions and 278 deletions.
  1. +5 −5 package.json
  2. +273 −273 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": "16.9.0",
"@nrwl/jest": "16.9.0",
"@nrwl/nest": "16.9.0",
"@nrwl/node": "16.9.0",
"@nrwl/workspace": "16.9.0",
"@nrwl/eslint-plugin-nx": "16.9.1",
"@nrwl/jest": "16.9.1",
"@nrwl/nest": "16.9.1",
"@nrwl/node": "16.9.1",
"@nrwl/workspace": "16.9.1",
"@semantic-release/changelog": "5.0.1",
"@types/concurrently": "6.4.0",
"@types/fs-extra": "9.0.13",
Loading