Skip to content

Commit

Permalink
chore(deps): fixing dep of rulesets package (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Sep 12, 2024
1 parent 03ec251 commit f34b138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@stoplight/spectral-ref-resolver": "^1.0.4",
"@stoplight/spectral-ruleset-bundler": "^1.5.4",
"@stoplight/spectral-ruleset-migrator": "^1.9.6",
"@stoplight/spectral-rulesets": "1.20.2",
"@stoplight/spectral-rulesets": ">=1",
"@stoplight/spectral-runtime": "^1.1.2",
"@stoplight/types": "^13.6.0",
"chalk": "4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2669,7 +2669,7 @@ __metadata:
"@stoplight/spectral-ref-resolver": ^1.0.4
"@stoplight/spectral-ruleset-bundler": ^1.5.4
"@stoplight/spectral-ruleset-migrator": ^1.9.6
"@stoplight/spectral-rulesets": 1.20.2
"@stoplight/spectral-rulesets": ">=1"
"@stoplight/spectral-runtime": ^1.1.2
"@stoplight/types": ^13.6.0
"@types/es-aggregate-error": ^1.0.2
Expand Down Expand Up @@ -2857,7 +2857,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stoplight/spectral-rulesets@*, @stoplight/spectral-rulesets@1.20.2, @stoplight/spectral-rulesets@>=1, @stoplight/spectral-rulesets@workspace:packages/rulesets":
"@stoplight/spectral-rulesets@*, @stoplight/spectral-rulesets@>=1, @stoplight/spectral-rulesets@workspace:packages/rulesets":
version: 0.0.0-use.local
resolution: "@stoplight/spectral-rulesets@workspace:packages/rulesets"
dependencies:
Expand Down

0 comments on commit f34b138

Please sign in to comment.