bump settings-sharelatex version to latest release

This commit is contained in:
Nate Stemen 2018-12-20 13:56:51 -05:00
parent f6ef1cd6a3
commit b751f70436
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ curl -o .eslintrc https://raw.githubusercontent.com/sharelatex/web-sharelatex-in
curl -o .prettierrc https://raw.githubusercontent.com/sharelatex/web-sharelatex-internal/master/.prettierrc?token=AMHVk45yPk51AJkmy-hYGoHI9gW-kZHvks5cHAu3wA%3D%3D curl -o .prettierrc https://raw.githubusercontent.com/sharelatex/web-sharelatex-internal/master/.prettierrc?token=AMHVk45yPk51AJkmy-hYGoHI9gW-kZHvks5cHAu3wA%3D%3D
git add . git add .
git commit -m "add rc files" git commit -m "Decaffeinate: add eslint and prettier rc files"
npx bulk-decaffeinate convert --dir app/coffee npx bulk-decaffeinate convert --dir app/coffee

View file

@ -6195,15 +6195,15 @@
} }
}, },
"settings-sharelatex": { "settings-sharelatex": {
"version": "git+https://github.com/sharelatex/settings-sharelatex.git#cbc5e41c1dbe6789721a14b3fdae05bf22546559", "version": "git+https://github.com/sharelatex/settings-sharelatex.git#93f63d029b52fef8825c3a401b2b6a7ba29b4750",
"from": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", "from": "git+https://github.com/sharelatex/settings-sharelatex.git#1.1.0",
"requires": { "requires": {
"coffee-script": "1.6.0" "coffee-script": "1.6.0"
}, },
"dependencies": { "dependencies": {
"coffee-script": { "coffee-script": {
"version": "1.6.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.6.0.tgz", "resolved": "http://registry.npmjs.org/coffee-script/-/coffee-script-1.6.0.tgz",
"integrity": "sha1-gIs5bhEPU9AhoZpO8fZb4OjjX6M=" "integrity": "sha1-gIs5bhEPU9AhoZpO8fZb4OjjX6M="
} }
} }

View file

@ -28,7 +28,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#1.1.0",
"v8-profiler": "^5.6.5" "v8-profiler": "^5.6.5"
}, },
"devDependencies": { "devDependencies": {