Skip to content

Commit

Permalink
update watcher (#4258)
Browse files Browse the repository at this point in the history
Co-authored-by: Maia Teegarden <[email protected]>
  • Loading branch information
DeMoorJasper and padmaia committed Mar 3, 2020
1 parent b06fdab commit d665d06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/core/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@parcel/utils": "^2.0.0-alpha.3.1",
"@parcel/watcher": "^2.0.0-alpha.4",
"@parcel/watcher": "^2.0.0-alpha.5",
"@parcel/workers": "^2.0.0-alpha.3.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@parcel/fs": "^1.11.0",
"@parcel/logger": "^1.11.0",
"@parcel/utils": "^1.11.0",
"@parcel/watcher": "^1.12.0",
"@parcel/watcher": "^2.0.0-alpha.5",
"@parcel/workers": "^2.0.0-alpha.3.1",
"ansi-to-html": "^0.6.4",
"babel-types": "^6.26.0",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1901,18 +1901,10 @@
resolved "https://registry.yarnpkg.com/@parcel/utils/-/utils-1.11.0.tgz#539e08fff8af3b26eca11302be80b522674b51ea"
integrity sha512-cA3p4jTlaMeOtAKR/6AadanOPvKeg8VwgnHhOyfi0yClD0TZS/hi9xu12w4EzA/8NtHu0g6o4RDfcNjqN8l1AQ==

"@parcel/watcher@^1.12.0":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-1.12.1.tgz#b98b3df309fcab93451b5583fc38e40826696dad"
integrity sha512-od+uCtCxC/KoNQAIE1vWx1YTyKYY+7CTrxBJPRh3cDWw/C0tCtlBMVlrbplscGoEpt6B27KhJDCv82PBxOERNA==
dependencies:
"@parcel/utils" "^1.11.0"
chokidar "^2.1.5"

"@parcel/watcher@^2.0.0-alpha.4":
version "2.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.0.0-alpha.4.tgz#d2c88ed7945c00373ab984bfb39b2394f882b794"
integrity sha512-J8Detm6Yeh27lNVr02/bTxqQ5dAs040C9OB1Zs7C4kaDCq/Dx7FVph0aRKDhAiZ0BiSBwgZEh7xmD4ZU844kxA==
"@parcel/watcher@^2.0.0-alpha.5":
version "2.0.0-alpha.5"
resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.0.0-alpha.5.tgz#b16e8af9e6cccf249e094075071701d01f73a1be"
integrity sha512-QE5S2KgyM04pCECr+ZbwKZuzNrrV5eUadPYDhSRdrVc9uOIXfxUPGHgRsp99g+No9Zo+FI9EWL9jEiHmmAb77A==
dependencies:
bindings "^1.5.0"
node-addon-api "^1.6.2"
Expand Down Expand Up @@ -3698,7 +3690,7 @@ charenc@~0.0.1:
optionalDependencies:
fsevents "~2.1.2"

chokidar@^2.0.0, chokidar@^2.1.5, chokidar@^2.1.8:
chokidar@^2.0.0, chokidar@^2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
Expand Down

0 comments on commit d665d06

Please sign in to comment.