1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

use exact prettier

This commit is contained in:
Alif Rachmawadi 2020-10-08 01:26:57 +00:00
parent 58a4d54c5d
commit 6f4d1ee832
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -6334,9 +6334,9 @@
"dev": true
},
"prettier": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
"integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true
},
"pretty-format": {

View file

@ -43,7 +43,7 @@
"jest-circus": "^26.5.2",
"nock": "^13.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"prettier": "1.19.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},