Skip to content

Commit dac000d

Browse files
committed
Merge branch 'main' into prompt-toolkit
2 parents ed6351d + 0da9b6d commit dac000d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ repos:
2121
hooks:
2222
- id: prettier
2323
additional_dependencies:
24-
- prettier@3.7.4
24+
- prettier@3.8.0
2525
- prettier-plugin-toml@2.0.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"prettier": "^3.7.4",
3+
"prettier": "^3.8.0",
44
"prettier-plugin-toml": "^2.0.6"
55
}
66
}

0 commit comments

Comments
 (0)