Skip to content

Commit 9ae2bff

Browse files
authored
Merge pull request #24 from binden-js/dependabot/npm_and_yarn/prettier-3.0.0
devDependencies: bump prettier from 2.8.8 to 3.0.0
2 parents 1df723c + 2da25d2 commit 9ae2bff

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ declare const _default: {
2222
"chore",
2323
"refactor",
2424
"test",
25-
"ci"
26-
]
25+
"ci",
26+
],
2727
];
2828
};
2929
};

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@binden/semantic-release-config": "^1.1.1",
4141
"husky": "^8.0.3",
4242
"lint-staged": "^13.2.3",
43-
"prettier": "^2.8.8"
43+
"prettier": "^3.0.0"
4444
},
4545
"publishConfig": {
4646
"access": "public"

0 commit comments

Comments
 (0)