Bump settings to v1.1.0

This commit is contained in:
Christopher Hoskin 2019-01-08 14:26:05 +00:00
parent ab81a16657
commit 4a3711aba8
2 changed files with 4 additions and 4 deletions

View file

@ -1896,9 +1896,9 @@
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz" "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz"
}, },
"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": { "dependencies": {
"coffee-script": { "coffee-script": {
"version": "1.6.0", "version": "1.6.0",

View file

@ -33,7 +33,7 @@
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.4", "redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.4",
"request": "~2.34.0", "request": "~2.34.0",
"session.socket.io": "^0.1.6", "session.socket.io": "^0.1.6",
"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",
"socket.io": "0.9.16", "socket.io": "0.9.16",
"socket.io-client": "^0.9.16" "socket.io-client": "^0.9.16"
}, },