Skip to content

Commit 1dabf81

Browse files
committed
build: remove resolution on fsevents
1 parent 72ebd94 commit 1dabf81

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@
3737
"eslint": "^4.12.1",
3838
"jest": "^21.2.1",
3939
"should": "^13.1.3"
40-
},
41-
"resolutions": {
42-
"fsevents": "2.3.2"
4340
}
4441
}

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,10 +1886,13 @@ fs.realpath@^1.0.0:
18861886
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
18871887
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
18881888

1889-
[email protected], fsevents@^1.2.3:
1890-
version "2.3.2"
1891-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
1892-
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1889+
fsevents@^1.2.3:
1890+
version "1.2.13"
1891+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
1892+
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
1893+
dependencies:
1894+
bindings "^1.5.0"
1895+
nan "^2.12.1"
18931896

18941897
function-bind@^1.1.1:
18951898
version "1.1.1"
@@ -3166,6 +3169,11 @@ [email protected]:
31663169
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
31673170
integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
31683171

3172+
nan@^2.12.1:
3173+
version "2.15.0"
3174+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
3175+
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
3176+
31693177
nanomatch@^1.2.9:
31703178
version "1.2.13"
31713179
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"

0 commit comments

Comments
 (0)