Skip to content

Commit eced357

Browse files
chore(deps): update devdependency knip to v6 (#2223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent 781b407 commit eced357

File tree

3 files changed

+233
-12
lines changed

3 files changed

+233
-12
lines changed

cli/src/schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const PermissionSchema = v.picklist(
9595

9696
/**
9797
* Validates operation types
98+
* @internal
9899
*/
99100
export const OperationTypeSchema = v.picklist([
100101
'org:add-user',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"fast-check": "4.6.0",
135135
"h3": "1.15.8",
136136
"h3-next": "npm:h3@2.0.1-rc.16",
137-
"knip": "5.88.0",
137+
"knip": "6.0.5",
138138
"markdown-it-anchor": "9.2.0",
139139
"schema-dts": "2.0.0",
140140
"storybook": "catalog:storybook",

0 commit comments

Comments
 (0)