use previous prettier

This commit is contained in:
Alif Rachmawadi
2020-04-14 02:31:17 +00:00
parent c256877acc
commit cfb544479d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4784,9 +4784,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.0.4", "version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.4.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==", "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true "dev": true
}, },
"pretty-format": { "pretty-format": {

View File

@@ -43,7 +43,7 @@
"jest-circus": "^25.3.0", "jest-circus": "^25.3.0",
"nock": "^12.0.3", "nock": "^12.0.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.0.4", "prettier": "^1.19.1",
"ts-jest": "^25.3.1", "ts-jest": "^25.3.1",
"typescript": "^3.8.3" "typescript": "^3.8.3"
}, },