mirror of
https://github.com/android-actions/setup-android.git
synced 2026-09-25 14:18:36 +00:00
Bump prettier from 3.9.7 to 3.9.8
Bumps [prettier](https://github.com/prettier/prettier) from 3.9.7 to 3.9.8. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.9.7...3.9.8) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+8
-7
@@ -25,7 +25,7 @@
|
||||
"jest": "^30.5.1",
|
||||
"jest-circus": "^30.3.0",
|
||||
"js-yaml": "^5.4.2",
|
||||
"prettier": "^3.9.7",
|
||||
"prettier": "^3.9.8",
|
||||
"ts-jest": "^29.4.12",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
@@ -5449,10 +5449,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.9.7",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.7.tgz",
|
||||
"integrity": "sha512-T3mF5P7HFzZVLDQuCUNtJj6WK1pcpLMweMNUVwGb01bLNkH9AkKxtZvmInw8K6bnn2O3d6/5RHl6zSHiBAD0Og==",
|
||||
"version": "3.9.8",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.8.tgz",
|
||||
"integrity": "sha512-WRFq3Wn3WId7LLROfMLdH7xaFr2jR62wU8nLO6rQUOLOxNZUviyJQs1M0iIhLexSFy+L+w0ch66wtoO2jRjG0A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
@@ -9952,9 +9953,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"prettier": {
|
||||
"version": "3.9.7",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.7.tgz",
|
||||
"integrity": "sha512-T3mF5P7HFzZVLDQuCUNtJj6WK1pcpLMweMNUVwGb01bLNkH9AkKxtZvmInw8K6bnn2O3d6/5RHl6zSHiBAD0Og==",
|
||||
"version": "3.9.8",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.8.tgz",
|
||||
"integrity": "sha512-WRFq3Wn3WId7LLROfMLdH7xaFr2jR62wU8nLO6rQUOLOxNZUviyJQs1M0iIhLexSFy+L+w0ch66wtoO2jRjG0A==",
|
||||
"dev": true
|
||||
},
|
||||
"pretty-format": {
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
"jest": "^30.5.1",
|
||||
"jest-circus": "^30.3.0",
|
||||
"js-yaml": "^5.4.2",
|
||||
"prettier": "^3.9.7",
|
||||
"prettier": "^3.9.8",
|
||||
"ts-jest": "^29.4.12",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user