Skip to content

Commit

Permalink
[FAB-17090] Correctly update the dependabot changes.
Browse files Browse the repository at this point in the history
As this repo uses rush, the 'shrinkwrap' file needs to be updated as well.
(for pnpm this is the pnpm-lock.yaml, during the CI pipeline, the
rush install will use this to ensure the exact versions are used)

Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Nov 27, 2019
1 parent 103214b commit ff93c73
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 171 deletions.
2 changes: 1 addition & 1 deletion apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"eslint": "4.0.0",
"eslint": "6.6.0",
"gulp": "^4.0.0",
"gulp-debug": "~4.0.0",
"gulp-eslint": "~6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apis/fabric-shim-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"engines": {
"node": "10.15.2",
"npm": "^6.4.1",
"eslint": "4.0.0"
"eslint": "6.6.0"
},
"types": "./types/index.d.ts",
"license": "Apache-2.0"
Expand Down
Loading

0 comments on commit ff93c73

Please sign in to comment.