⬆️ tree-view@0.224.0

This commit is contained in:
Linus Eriksson 2018-08-10 17:41:13 +02:00 committed by Max Brunsfeld
parent 9dcd9b1fa4
commit be3a87dd01
2 changed files with 14 additions and 5 deletions

15
package-lock.json generated
View File

@ -24,6 +24,15 @@
"source-map": "0.1.32"
}
},
"@atom/temp": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/@atom/temp/-/temp-0.8.4.tgz",
"integrity": "sha1-RVFIywz2ygNI5xpc+ZiGq8rERek=",
"requires": {
"os-tmpdir": "^1.0.0",
"rimraf": "~2.6.2"
}
},
"@atom/watcher": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@atom/watcher/-/watcher-1.0.8.tgz",
@ -6026,13 +6035,13 @@
}
},
"tree-view": {
"version": "https://www.atom.io/api/packages/tree-view/versions/0.222.0/tarball",
"integrity": "sha512-H3l7Q6+mUMKdUUxmxDl+23hGC77R6dbJG93jy8cNPMfMvHqdKgtW5THVYSPpsqABvN0HrrufR0dWBS9kUWYZMw==",
"version": "https://www.atom.io/api/packages/tree-view/versions/0.224.0/tarball",
"integrity": "sha512-dt7zWh5ZPNRxrnr+pj2J9YMHPqSnE9wd2Q/TCHns4ITlGiG8YeGbWvZDRIkFaRp2CHTYhLSUdtw5EU59tD92aA==",
"requires": {
"@atom/temp": "~0.8.4",
"fs-plus": "^3.0.0",
"minimatch": "~0.3.0",
"pathwatcher": "^8.0.0",
"temp": "~0.8.1",
"underscore-plus": "^1.0.0"
},
"dependencies": {

View File

@ -160,7 +160,7 @@
"text-buffer": "13.14.6",
"timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball",
"tree-sitter": "0.13.6",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.222.0/tarball",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.224.0/tarball",
"typescript-simple": "1.0.0",
"underscore-plus": "^1.6.8",
"update-package-dependencies": "https://www.atom.io/api/packages/update-package-dependencies/versions/0.13.1/tarball",
@ -225,7 +225,7 @@
"symbols-view": "0.118.2",
"tabs": "0.109.2",
"timecop": "0.36.2",
"tree-view": "0.223.0",
"tree-view": "0.224.0",
"update-package-dependencies": "0.13.1",
"welcome": "0.36.6",
"whitespace": "0.37.6",