neiam
/action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Bump prettier from 3.5.3 to 3.6.0 (#347)
abd725c · dependabot[bot] · 2025-06-23 18:31
Message
{commit_body(@commit)}
Files changed
modified
package-lock.json
+4
−4
@@ -21,7 +21,7 @@
| 21 | 21 | "eslint-plugin-yml": "1.18.0", |
| 22 | 22 | "globals": "16.2.0", |
| 23 | 23 | "markdownlint-cli": "0.45.0", |
| 24 | − "prettier": "3.5.3", | |
| 24 | + "prettier": "3.6.0", | |
| 25 | 25 | "shellcheck": "3.1.0", |
| 26 | 26 | "yarn": "1.22.22" |
| 27 | 27 | }, |
@@ -2777,9 +2777,9 @@
| 2777 | 2777 | } |
| 2778 | 2778 | }, |
| 2779 | 2779 | "node_modules/prettier": { |
| 2780 | − "version": "3.5.3", | |
| 2781 | − "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", | |
| 2782 | − "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", | |
| 2780 | + "version": "3.6.0", | |
| 2781 | + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz", | |
| 2782 | + "integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==", | |
| 2783 | 2783 | "dev": true, |
| 2784 | 2784 | "license": "MIT", |
| 2785 | 2785 | "bin": { |
modified
package.json
+1
−1
@@ -29,7 +29,7 @@
| 29 | 29 | "@eslint/js": "9.29.0", |
| 30 | 30 | "globals": "16.2.0", |
| 31 | 31 | "markdownlint-cli": "0.45.0", |
| 32 | − "prettier": "3.5.3", | |
| 32 | + "prettier": "3.6.0", | |
| 33 | 33 | "shellcheck": "3.1.0", |
| 34 | 34 | "eslint-plugin-yml": "1.18.0", |
| 35 | 35 | "yarn": "1.22.22" |
Parents: 1457189