Merge pull request #19502 from atom/update-pathwatcher

⬆️ pathwatcher@8.1.0, text-buffer@13.17.0
This commit is contained in:
Rafael Oleza
2019-06-12 13:31:39 +02:00
committed by GitHub
3 changed files with 15 additions and 12 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"eslint.enable": true
}

20
package-lock.json generated
View File

@@ -5187,9 +5187,9 @@
"integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME="
},
"pathwatcher": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/pathwatcher/-/pathwatcher-8.0.2.tgz",
"integrity": "sha512-zuP+fLmB2IB6z89ikcehA+vG/ITx3Cmhaj3DJrBgnbdss6dwPolSq7cDBjgZ78Vl+SXmG7CHGIOM5mqdT9h7BQ==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/pathwatcher/-/pathwatcher-8.1.0.tgz",
"integrity": "sha512-CF6M8W3kR4sEF2wzwRLAN/J+MfstclhRhfd0+SP83vQyrIsuKDSxd6r2TVG16sXpKCzo/ieAQ+GD0yYZ1380Nw==",
"requires": {
"async": "~0.2.10",
"emissary": "^1.3.2",
@@ -6397,9 +6397,9 @@
}
},
"superstring": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/superstring/-/superstring-2.3.6.tgz",
"integrity": "sha512-kDTXCXArhHL1lRk2zBW7ByRJByqVwoLK3E3jlf8+LcwQLZgSMs9dwrDHDpBdoOm89kstSBSrGcW8OJqNkxjWrQ==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/superstring/-/superstring-2.4.0.tgz",
"integrity": "sha512-dg1jpBBvxL2pBpCkTfAABYj0AXcVC05wQ2CHz/AVY786BC9wwzgZmkbjVQ2s/PI9Se9QMRwURJ2UE3MF4EygOg==",
"requires": {
"nan": "^2.10.0"
}
@@ -6565,9 +6565,9 @@
}
},
"text-buffer": {
"version": "13.16.2",
"resolved": "https://registry.npmjs.org/text-buffer/-/text-buffer-13.16.2.tgz",
"integrity": "sha512-4cTQqOe/rH8WVRiBOYyv8zigrdsKaArOZi0Xba3IjAG+cw2Hu8pJJPdfvGSMnsiJCZeRQvN4Yvsi0P9T8/odwQ==",
"version": "13.17.0",
"resolved": "https://registry.npmjs.org/text-buffer/-/text-buffer-13.17.0.tgz",
"integrity": "sha512-6KWUrAUp/fLnAX3i8nPiBAzFzNPMLevybVsS6WnvMc6W1Azod8RNMIw7fSsgcpwPgGjkZUg2HIIEKUgGveC7ZQ==",
"requires": {
"delegato": "^1.0.0",
"diff": "^2.2.1",
@@ -6577,7 +6577,7 @@
"fs-plus": "^3.0.0",
"grim": "^2.0.2",
"mkdirp": "^0.5.1",
"pathwatcher": "8.0.2",
"pathwatcher": "^8.1.0",
"serializable": "^1.0.3",
"superstring": "2.4.0",
"underscore-plus": "^1.0.0"

View File

@@ -132,7 +132,7 @@
"one-light-ui": "file:packages/one-light-ui",
"open-on-github": "https://www.atom.io/api/packages/open-on-github/versions/1.3.1/tarball",
"package-generator": "https://www.atom.io/api/packages/package-generator/versions/1.3.0/tarball",
"pathwatcher": "8.0.2",
"pathwatcher": "8.1.0",
"postcss": "5.2.4",
"postcss-selector-parser": "2.2.1",
"property-accessors": "^1.1.3",
@@ -155,7 +155,7 @@
"symbols-view": "https://www.atom.io/api/packages/symbols-view/versions/0.118.2/tarball",
"tabs": "https://www.atom.io/api/packages/tabs/versions/0.110.0/tarball",
"temp": "^0.9.0",
"text-buffer": "13.16.2",
"text-buffer": "13.17.0",
"timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball",
"tree-sitter": "0.15.0",
"tree-sitter-css": "^0.13.7",