Merge pull request #156 from jwetzell/dependabot/npm_and_yarn/prettier-3.8.0

Bump prettier from 3.7.4 to 3.8.0
This commit is contained in:
Joel Wetzell
2026-02-04 13:26:23 -06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -16,7 +16,7 @@
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4", "eslint-plugin-prettier": "5.5.4",
"globals": "17.0.0", "globals": "17.0.0",
"prettier": "3.7.4", "prettier": "3.8.1",
"typescript-eslint": "8.53.0" "typescript-eslint": "8.53.0"
} }
}, },
@@ -1365,9 +1365,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.7.4", "version": "3.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
"integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
+1 -1
View File
@@ -25,7 +25,7 @@
"eslint-config-prettier": "10.1.8", "eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4", "eslint-plugin-prettier": "5.5.4",
"globals": "17.0.0", "globals": "17.0.0",
"prettier": "3.7.4", "prettier": "3.8.1",
"typescript-eslint": "8.53.0" "typescript-eslint": "8.53.0"
} }
} }