Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix negative scaling issue with instances #13055

Merged
merged 3 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert
  • Loading branch information
deltakosh committed Oct 3, 2022
commit 6e8d1cfc30520ba91019a345264fdbc752267213
42 changes: 28 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@alex_neo/jest-expect-message": "~1.0.5",
"@dev/build-tools": "file:packages/dev/buildTools",
"@dev/build-tools": "^1.0.0",
"@nrwl/cli": "^14.3.5",
"@nrwl/tao": "^14.3.5",
"@nrwl/workspace": "^14.3.5",
Expand Down Expand Up @@ -100,8 +100,5 @@
"nextVersion": "Unreleased",
"ignoreCommitters": [],
"feature": "New Feature"
},
"dependencies": {
"jszip": "^3.10.1"
}
}