Bump settings to v1.1.0

This commit is contained in:
Christopher Hoskin 2019-01-04 15:47:56 +00:00
parent f7b8678ff5
commit f3d0ab6219
2 changed files with 10 additions and 12 deletions

View file

@ -349,6 +349,11 @@
"from": "check-error@https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", "from": "check-error@https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz" "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz"
}, },
"coffee-script": {
"version": "1.6.0",
"from": "coffee-script@1.6.0",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.0.tgz"
},
"colors": { "colors": {
"version": "0.6.2", "version": "0.6.2",
"from": "colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz", "from": "colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
@ -703,7 +708,7 @@
"async": { "async": {
"version": "0.1.22", "version": "0.1.22",
"from": "async@https://registry.npmjs.org/async/-/async-0.1.22.tgz", "from": "async@https://registry.npmjs.org/async/-/async-0.1.22.tgz",
"resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz" "resolved": "http://registry.npmjs.org/async/-/async-0.1.22.tgz"
}, },
"coffee-script": { "coffee-script": {
"version": "1.3.3", "version": "1.3.3",
@ -1811,16 +1816,9 @@
"optional": true "optional": true
}, },
"settings-sharelatex": { "settings-sharelatex": {
"version": "1.0.0", "version": "1.1.0",
"from": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", "from": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
"resolved": "git+https://github.com/sharelatex/settings-sharelatex.git#cbc5e41c1dbe6789721a14b3fdae05bf22546559", "resolved": "git+https://github.com/sharelatex/settings-sharelatex.git#93f63d029b52fef8825c3a401b2b6a7ba29b4750"
"dependencies": {
"coffee-script": {
"version": "1.6.0",
"from": "coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.0.tgz",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.0.tgz"
}
}
}, },
"shimmer": { "shimmer": {
"version": "1.2.0", "version": "1.2.0",

View file

@ -23,7 +23,7 @@
"mongojs": "2.4.0", "mongojs": "2.4.0",
"redis": "~0.10.1", "redis": "~0.10.1",
"request": "^2.79.0", "request": "^2.79.0",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
"v8-profiler": "^5.6.5" "v8-profiler": "^5.6.5"
}, },
"devDependencies": { "devDependencies": {