mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
bump settings-sharelatex version to latest release
This commit is contained in:
parent
f6ef1cd6a3
commit
b751f70436
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
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
|
||||
|
||||
|
|
6
services/chat/npm-shrinkwrap.json
generated
6
services/chat/npm-shrinkwrap.json
generated
|
@ -6195,15 +6195,15 @@
|
|||
}
|
||||
},
|
||||
"settings-sharelatex": {
|
||||
"version": "git+https://github.com/sharelatex/settings-sharelatex.git#cbc5e41c1dbe6789721a14b3fdae05bf22546559",
|
||||
"from": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||
"version": "git+https://github.com/sharelatex/settings-sharelatex.git#93f63d029b52fef8825c3a401b2b6a7ba29b4750",
|
||||
"from": "git+https://github.com/sharelatex/settings-sharelatex.git#1.1.0",
|
||||
"requires": {
|
||||
"coffee-script": "1.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"coffee-script": {
|
||||
"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="
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"mongojs": "2.4.0",
|
||||
"redis": "~0.10.1",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue