Skip to content

Commit a29e757

Browse files
committed
removed unneeded resolution for istanbul-reports
1 parent 74482d2 commit a29e757

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
"homepage": "https://github.com/jupyterlab/jupyterlab-git",
128128
"resolutions": {
129129
"@types/react": "~16.8.4",
130-
"**/extract-zip/mkdirp": "^0.5.3",
131-
"**/istanbul-reports": "^2.2.7"
130+
"**/extract-zip/mkdirp": "^0.5.3"
132131
}
133132
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3623,7 +3623,7 @@ istanbul-lib-source-maps@^3.0.1:
36233623
rimraf "^2.6.3"
36243624
source-map "^0.6.1"
36253625

3626-
istanbul-reports@^2.2.6, istanbul-reports@^2.2.7:
3626+
istanbul-reports@^2.2.6:
36273627
version "2.2.7"
36283628
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.7.tgz#5d939f6237d7b48393cc0959eab40cd4fd056931"
36293629
integrity sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==

0 commit comments

Comments
 (0)