Skip to content

Commit

Permalink
fix(parsers): update @stoplight/* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Aug 22, 2022
1 parent 7662e9d commit a68c255
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"release": "semantic-release -e semantic-release-monorepo"
},
"dependencies": {
"@stoplight/json": "3.17.0",
"@stoplight/types": "12.3.0",
"@stoplight/yaml": "4.2.2",
"@stoplight/json": "~3.20.1",
"@stoplight/types": "^13.6.0",
"@stoplight/yaml": "~4.2.3",
"tslib": "^2.3.1"
}
}
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2468,9 +2468,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@stoplight/spectral-parsers@workspace:packages/parsers"
dependencies:
"@stoplight/json": 3.17.0
"@stoplight/types": 12.3.0
"@stoplight/yaml": 4.2.2
"@stoplight/json": ~3.20.1
"@stoplight/types": ^13.6.0
"@stoplight/yaml": ~4.2.3
tslib: ^2.3.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2600,7 +2600,7 @@ __metadata:
languageName: node
linkType: hard

"@stoplight/types@npm:^13.6.0, @stoplight/types@npm:~13.6.0":
"@stoplight/types@npm:^13.0.0, @stoplight/types@npm:^13.6.0, @stoplight/types@npm:~13.6.0":
version: 13.6.0
resolution: "@stoplight/types@npm:13.6.0"
dependencies:
Expand All @@ -2617,7 +2617,7 @@ __metadata:
languageName: node
linkType: hard

"@stoplight/yaml@npm:4.2.2, @stoplight/yaml@npm:^4.2.2":
"@stoplight/yaml@npm:4.2.2":
version: 4.2.2
resolution: "@stoplight/yaml@npm:4.2.2"
dependencies:
Expand All @@ -2629,6 +2629,18 @@ __metadata:
languageName: node
linkType: hard

"@stoplight/yaml@npm:^4.2.2, @stoplight/yaml@npm:~4.2.3":
version: 4.2.3
resolution: "@stoplight/yaml@npm:4.2.3"
dependencies:
"@stoplight/ordered-object-literal": ^1.0.1
"@stoplight/types": ^13.0.0
"@stoplight/yaml-ast-parser": 0.0.48
tslib: ^2.2.0
checksum: 8e61c4499c0849dafecf487e51e10d4d3e99192834dd87eba4b27c20c42d3fe1b5b022f9c3eb63b96249b46d7277ffb4ce37447d84d01d4768b88d142e3d0e15
languageName: node
linkType: hard

"@tootallnate/once@npm:1":
version: 1.1.2
resolution: "@tootallnate/once@npm:1.1.2"
Expand Down

0 comments on commit a68c255

Please sign in to comment.