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

chore: bump chokidar in glob-watcher to ^3.4.0 #12397

Merged
merged 1 commit into from Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -75,6 +75,7 @@
"resolutions": {
"browserslist": "npm:4.14.5",
"caniuse-lite": "npm:1.0.30001158",
"glob-watcher/chokidar": "npm:^3.4.0",
"@types/babel__core": "link:./nope",
"@types/babel__traverse": "link:./nope",
"@babel/parser/@babel/types": "workspace:*"
Expand Down
23 changes: 0 additions & 23 deletions yarn.lock
Expand Up @@ -5408,29 +5408,6 @@ __metadata:
languageName: node
linkType: hard

"chokidar@npm:^2.0.0":
version: 2.1.8
resolution: "chokidar@npm:2.1.8"
dependencies:
anymatch: ^2.0.0
async-each: ^1.0.1
braces: ^2.3.2
fsevents: ^1.2.7
glob-parent: ^3.1.0
inherits: ^2.0.3
is-binary-path: ^1.0.0
is-glob: ^4.0.0
normalize-path: ^3.0.0
path-is-absolute: ^1.0.0
readdirp: ^2.2.1
upath: ^1.1.1
dependenciesMeta:
fsevents:
optional: true
checksum: 0758dcc7c6c7ace5924cf3c68088210932d391ab41026376b0adb8e07013ac87232e029f13468dfc9ca4dd59adae62a2b7eaedebb6c4e4f0ba92cbf3ac9e3721
languageName: node
linkType: hard

"chokidar@npm:^3.4.0":
version: 3.4.2
resolution: "chokidar@npm:3.4.2"
Expand Down