mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: update redocly config version (#1738)
This commit is contained in:
committed by
Luke Hagar
parent
8a787ebc87
commit
e83a6a484f
5
.changeset/proud-poets-wave.md
Normal file
5
.changeset/proud-poets-wave.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@redocly/openapi-core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Updated @redocly/config to v0.11.0.
|
||||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -3525,9 +3525,9 @@
|
|||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
"node_modules/@redocly/config": {
|
"node_modules/@redocly/config": {
|
||||||
"version": "0.10.1",
|
"version": "0.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz",
|
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.11.0.tgz",
|
||||||
"integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w=="
|
"integrity": "sha512-vAc77vCuWsVgLx2LN02P6jqLBhHuot6O1LsSJEAAkWEvXARSGSQVon50QW7jlbCMg9OFTYYYRPN4W6K/YmnM3w=="
|
||||||
},
|
},
|
||||||
"node_modules/@redocly/openapi-core": {
|
"node_modules/@redocly/openapi-core": {
|
||||||
"resolved": "packages/core",
|
"resolved": "packages/core",
|
||||||
@@ -13800,7 +13800,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/ajv": "^8.11.2",
|
"@redocly/ajv": "^8.11.2",
|
||||||
"@redocly/config": "^0.10.1",
|
"@redocly/config": "^0.11.0",
|
||||||
"colorette": "^1.2.0",
|
"colorette": "^1.2.0",
|
||||||
"https-proxy-agent": "^7.0.4",
|
"https-proxy-agent": "^7.0.4",
|
||||||
"js-levenshtein": "^1.1.6",
|
"js-levenshtein": "^1.1.6",
|
||||||
@@ -16502,15 +16502,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@redocly/config": {
|
"@redocly/config": {
|
||||||
"version": "0.10.1",
|
"version": "0.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz",
|
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.11.0.tgz",
|
||||||
"integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w=="
|
"integrity": "sha512-vAc77vCuWsVgLx2LN02P6jqLBhHuot6O1LsSJEAAkWEvXARSGSQVon50QW7jlbCMg9OFTYYYRPN4W6K/YmnM3w=="
|
||||||
},
|
},
|
||||||
"@redocly/openapi-core": {
|
"@redocly/openapi-core": {
|
||||||
"version": "file:packages/core",
|
"version": "file:packages/core",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@redocly/ajv": "^8.11.2",
|
"@redocly/ajv": "^8.11.2",
|
||||||
"@redocly/config": "^0.10.1",
|
"@redocly/config": "^0.11.0",
|
||||||
"@types/js-levenshtein": "^1.1.0",
|
"@types/js-levenshtein": "^1.1.0",
|
||||||
"@types/js-yaml": "^4.0.3",
|
"@types/js-yaml": "^4.0.3",
|
||||||
"@types/lodash.isequal": "^4.5.5",
|
"@types/lodash.isequal": "^4.5.5",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/ajv": "^8.11.2",
|
"@redocly/ajv": "^8.11.2",
|
||||||
"@redocly/config": "^0.10.1",
|
"@redocly/config": "^0.11.0",
|
||||||
"colorette": "^1.2.0",
|
"colorette": "^1.2.0",
|
||||||
"https-proxy-agent": "^7.0.4",
|
"https-proxy-agent": "^7.0.4",
|
||||||
"js-levenshtein": "^1.1.6",
|
"js-levenshtein": "^1.1.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user