Merge pull request #18390 from atom/wl-update-settings-view

Update settings-view
This commit is contained in:
Winston Liu 2018-11-03 12:30:59 -04:00 committed by GitHub
commit 734a616595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -4921,8 +4921,8 @@
"integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
},
"settings-view": {
"version": "https://www.atom.io/api/packages/settings-view/versions/0.257.1/tarball",
"integrity": "sha512-VGUkvnG2EsItKX6ec0BIVZISRGJ2FxUDp//4b65TyzVqIWJclW0MFKuH9gJMPvGo05uB9q1sIEVY6xs2q6KUdw==",
"version": "https://www.atom.io/api/packages/settings-view/versions/0.257.2/tarball",
"integrity": "sha512-wAqucDcKKHKiCGw9a29/s6dWLfAB9tBdawQ3dKBxqLwh/eERdQjO4qAxlbsMDlWDf9iOsgSSYpfk8r1/OqbMbQ==",
"requires": {
"async": "~0.2.9",
"dompurify": "^1.0.2",
@ -4941,7 +4941,7 @@
"dependencies": {
"async": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
"resolved": "http://registry.npmjs.org/async/-/async-0.2.10.tgz",
"integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E="
},
"etch": {

View File

@ -146,7 +146,7 @@
"season": "^6.0.2",
"semver": "^4.3.3",
"service-hub": "^0.7.4",
"settings-view": "https://www.atom.io/api/packages/settings-view/versions/0.257.1/tarball",
"settings-view": "https://www.atom.io/api/packages/settings-view/versions/0.257.2/tarball",
"sinon": "1.17.4",
"snippets": "https://www.atom.io/api/packages/snippets/versions/1.4.0/tarball",
"solarized-dark-syntax": "https://www.atom.io/api/packages/solarized-dark-syntax/versions/1.2.0/tarball",
@ -218,7 +218,7 @@
"notifications": "0.70.5",
"open-on-github": "1.3.1",
"package-generator": "1.3.0",
"settings-view": "0.257.1",
"settings-view": "0.257.2",
"snippets": "1.4.0",
"spell-check": "0.74.2",
"status-bar": "1.8.15",