diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..4718ffd99 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "eslint.enable": true +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0e19091b9..06d48b26d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 3111ce680..efd4c2b4b 100644 --- a/package.json +++ b/package.json @@ -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",