*add prettier
This commit is contained in:
parent
885adaefd6
commit
7bddd1bcff
|
@ -19,6 +19,7 @@
|
|||
"@types/read": "^0.0.29",
|
||||
"cli-progress": "^3.11.2",
|
||||
"esbuild": "^0.17.0",
|
||||
"prettier": "^2.8.3",
|
||||
"read": "^2.0.0",
|
||||
"typescript": "^4.9.4"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ specifiers:
|
|||
cli-progress: ^3.11.2
|
||||
esbuild: ^0.17.0
|
||||
libkmodule: ^0.2.46
|
||||
prettier: ^2.8.3
|
||||
read: ^2.0.0
|
||||
typescript: ^4.9.4
|
||||
|
||||
|
@ -23,6 +24,7 @@ devDependencies:
|
|||
'@types/read': 0.0.29
|
||||
cli-progress: 3.11.2
|
||||
esbuild: 0.17.2
|
||||
prettier: 2.8.3
|
||||
read: 2.0.0
|
||||
typescript: 4.9.4
|
||||
|
||||
|
@ -535,6 +537,12 @@ packages:
|
|||
resolution: {integrity: sha512-XgPdktF/2M5jglgVDULr9NUb/QNv3bY3g6RG22iTb5MIMtB07/5FJB5fbVmu5Eaopowc6uZx7K3e7x1shPwnXw==}
|
||||
dev: true
|
||||
|
||||
/prettier/2.8.3:
|
||||
resolution: {integrity: sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/proper-lockfile/2.0.1:
|
||||
resolution: {integrity: sha512-rjaeGbsmhNDcDInmwi4MuI6mRwJu6zq8GjYCLuSuE7GF+4UjgzkL69sVKKJ2T2xH61kK7rXvGYpvaTu909oXaQ==}
|
||||
engines: {node: '>=4.0.0'}
|
||||
|
|
Loading…
Reference in New Issue