mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
update prettier to support typescript 5.0
This commit is contained in:
@@ -14,7 +14,7 @@ repos:
|
||||
types: [file]
|
||||
types_or: [javascript, jsx, ts, tsx, vue]
|
||||
additional_dependencies:
|
||||
- prettier@2.8.3 # Workaround. See https://github.com/pre-commit/mirrors-prettier/issues/29
|
||||
- prettier@2.8.8 # Workaround. See https://github.com/pre-commit/mirrors-prettier/issues/29
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0 # Use the ref you want to point at
|
||||
hooks:
|
||||
|
||||
+1
-1
@@ -176,7 +176,7 @@
|
||||
"json-loader": "^0.5.7",
|
||||
"mini-css-extract-plugin": "^2.5.3",
|
||||
"postcss-loader": "^7.0.2",
|
||||
"prettier": "^2.8.3",
|
||||
"prettier": "^2.8.8",
|
||||
"process": "^0.11.10",
|
||||
"raw-loader": "^4.0.2",
|
||||
"sass": "^1.58.0",
|
||||
|
||||
+4
-4
@@ -9196,10 +9196,10 @@ prelude-ls@~1.1.2:
|
||||
resolved "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz"
|
||||
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
|
||||
|
||||
prettier@^2.8.3:
|
||||
version "2.8.3"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632"
|
||||
integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==
|
||||
prettier@^2.8.8:
|
||||
version "2.8.8"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
||||
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
||||
|
||||
pretty-bytes@^6.0.0:
|
||||
version "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user