Skip to content

Commit

Permalink
fix(formats): update spectral core version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 committed Nov 12, 2024
1 parent 4182f1d commit 6b196da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.2
docker_layer_caching: true
- run:
name: set version in package.json
Expand Down
2 changes: 1 addition & 1 deletion packages/formats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@stoplight/json": "^3.17.0",
"@stoplight/spectral-core": "^1.8.0",
"@stoplight/spectral-core": "^1.19.2",
"@types/json-schema": "^7.0.7",
"tslib": "^2.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ __metadata:
languageName: unknown
linkType: soft

"@stoplight/spectral-core@*, @stoplight/spectral-core@>=1, @stoplight/spectral-core@^1.15.1, @stoplight/spectral-core@^1.19.2, @stoplight/spectral-core@^1.7.0, @stoplight/spectral-core@^1.8.0, @stoplight/spectral-core@^1.8.1, @stoplight/spectral-core@workspace:packages/core":
"@stoplight/spectral-core@*, @stoplight/spectral-core@>=1, @stoplight/spectral-core@^1.15.1, @stoplight/spectral-core@^1.19.2, @stoplight/spectral-core@^1.7.0, @stoplight/spectral-core@^1.8.1, @stoplight/spectral-core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@stoplight/spectral-core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -2993,7 +2993,7 @@ __metadata:
resolution: "@stoplight/spectral-formats@workspace:packages/formats"
dependencies:
"@stoplight/json": ^3.17.0
"@stoplight/spectral-core": ^1.8.0
"@stoplight/spectral-core": ^1.19.2
"@types/json-schema": ^7.0.7
tslib: ^2.3.1
languageName: unknown
Expand Down

0 comments on commit 6b196da

Please sign in to comment.