Skip to content

Commit

Permalink
Merge pull request #2849 from iclanton/ianc/update-jszip
Browse files Browse the repository at this point in the history
[rush] Update JSZip.
  • Loading branch information
iclanton committed Aug 10, 2021
2 parents 391d37b + 0f609d9 commit a83dfa8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ignore": "~5.1.6",
"inquirer": "~7.3.3",
"js-yaml": "~3.13.1",
"jszip": "~3.5.0",
"jszip": "~3.7.1",
"lodash": "~4.17.15",
"minimatch": "~3.0.2",
"node-fetch": "~2.6.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Update JSZip dependency.",
"type": "none"
}
],
"packageName": "@microsoft/rush",
"email": "iclanton@users.noreply.github.com"
}
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "a87ca42757369632b3dcacc39399f26fa591a4ea",
"pnpmShrinkwrapHash": "30dd6f0cf630dc4fa0c66b73735436b4e05b43c6",
"preferredVersionsHash": "1fbc26d2c5b3248616b9edccd6bef064075243bc"
}

0 comments on commit a83dfa8

Please sign in to comment.