Skip to content

Commit

Permalink
fix: upgrade stoplight/types (#54)
Browse files Browse the repository at this point in the history
* fix: upgrade stoplight/types

* fix: remove node 10 from circle ci
  • Loading branch information
chohmann authored Apr 15, 2022
1 parent 6d15f99 commit 8b5a10c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ jobs:
command: |
./cc-test-reporter after-build --coverage-input-type lcov --exit-code $?
test_node_dubnium:
docker:
- image: circleci/node:dubnium
steps:
- checkout
- install_and_test

test_node_latest:
docker:
- image: circleci/node:latest
Expand All @@ -73,13 +66,11 @@ workflows:
test_and_release:
jobs:
- test_node_lts
- test_node_dubnium
- test_node_latest
- release:
filters:
branches:
only: master
requires:
- test_node_lts
- test_node_dubnium
- test_node_latest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@stoplight/ordered-object-literal": "^1.0.1",
"@stoplight/types": "^12.0.0",
"@stoplight/types": "^13.0.0",
"@stoplight/yaml-ast-parser": "0.0.48",
"tslib": "^2.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1580,10 +1580,10 @@
typedoc "0.13.x"
typescript-plugin-styled-components "1.0.x"

"@stoplight/types@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-12.0.0.tgz#3fc68ffa954e7c0a0e6261a982d5c0cb52d5d969"
integrity sha512-BbL0MIbcCwrU4RidcVyMKnRwACnhr7WAEgPH8d6rwhg/j2DegdLadnXCnq8UJXUWW9Apbntgvic3yVGvLtVmxA==
"@stoplight/types@^13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-13.0.0.tgz#69a22d57d3a67f623a01929b10e25401c9635154"
integrity sha512-9OTVMiSUz2NlEW14OL6NKOuMTj3dtVVsugRwe3qbq0QnUpx/VLxOuO83n47rXZUTHvk69arOlFrDmRyZMw2DUg==
dependencies:
"@types/json-schema" "^7.0.4"
utility-types "^3.10.0"
Expand Down

0 comments on commit 8b5a10c

Please sign in to comment.