Skip to content

Commit 010c88f

Browse files
committed
chore(deps): update dependency oxlint-tsgolint to v0.3.0 (#14931)
1 parent ed43215 commit 010c88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/oxlint/scripts/generate-packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function writeManifest() {
9797
// Do not automatically install 'oxlint-tsgolint'.
9898
// https://docs.npmjs.com/cli/v11/configuring-npm/package-json#peerdependenciesmeta
9999
manifestData.peerDependencies = {
100-
'oxlint-tsgolint': '>=0.2.0',
100+
'oxlint-tsgolint': '>=0.3.0',
101101
};
102102
manifestData.peerDependenciesMeta = {
103103
'oxlint-tsgolint': {

0 commit comments

Comments
 (0)