mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: upgrade prettier to version 1.18.2
This commit is contained in:
parent
66a918a77e
commit
a182460242
@ -30,9 +30,7 @@ class RegisterController extends Controller {
|
||||
await this.clientApplicationsStore.upsert(clientRegistration);
|
||||
await this.clientInstanceStore.insert(clientRegistration);
|
||||
this.logger.info(
|
||||
`New client registered with appName=${
|
||||
clientRegistration.appName
|
||||
} and instanceId=${clientRegistration.instanceId}`
|
||||
`New client registered with appName=${clientRegistration.appName} and instanceId=${clientRegistration.instanceId}`
|
||||
);
|
||||
return res.status(202).end();
|
||||
} catch (err) {
|
||||
|
@ -104,7 +104,7 @@
|
||||
"nyc": "^14.1.1",
|
||||
"passport": "^0.4.0",
|
||||
"passport-google-auth": "^1.0.2",
|
||||
"prettier": "^1.15.3",
|
||||
"prettier": "^1.18.2",
|
||||
"proxyquire": "^2.1.0",
|
||||
"superagent": "^5.0.2",
|
||||
"supertest": "^4.0.2",
|
||||
|
@ -4631,9 +4631,10 @@ prepend-http@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
||||
|
||||
prettier@^1.15.3:
|
||||
version "1.16.4"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
|
||||
prettier@^1.18.2:
|
||||
version "1.18.2"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
|
||||
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
|
||||
|
||||
pretty-ms@^5.0.0:
|
||||
version "5.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user