mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: update Redocly config to v0.10.1 (#1692)
This commit is contained in:
5
.changeset/happy-emus-repair.md
Normal file
5
.changeset/happy-emus-repair.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@redocly/openapi-core": patch
|
||||
---
|
||||
|
||||
Updated @redocly/config to v0.10.1.
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -3525,9 +3525,9 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@redocly/config": {
|
||||
"version": "0.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.0.tgz",
|
||||
"integrity": "sha512-oFP8SL9qmsJ2QxwvOjI/h87hHMKq8G/RUbTSxF9/r4vbllCxzQ8Tla3xfUO/lGVVO6gZsAIsuJGXhaDagd4msg=="
|
||||
"version": "0.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz",
|
||||
"integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w=="
|
||||
},
|
||||
"node_modules/@redocly/openapi-core": {
|
||||
"resolved": "packages/core",
|
||||
@@ -13814,7 +13814,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
"@redocly/config": "^0.10.0",
|
||||
"@redocly/config": "^0.10.1",
|
||||
"colorette": "^1.2.0",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"js-levenshtein": "^1.1.6",
|
||||
@@ -16516,15 +16516,15 @@
|
||||
}
|
||||
},
|
||||
"@redocly/config": {
|
||||
"version": "0.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.0.tgz",
|
||||
"integrity": "sha512-oFP8SL9qmsJ2QxwvOjI/h87hHMKq8G/RUbTSxF9/r4vbllCxzQ8Tla3xfUO/lGVVO6gZsAIsuJGXhaDagd4msg=="
|
||||
"version": "0.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz",
|
||||
"integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w=="
|
||||
},
|
||||
"@redocly/openapi-core": {
|
||||
"version": "file:packages/core",
|
||||
"requires": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
"@redocly/config": "^0.10.0",
|
||||
"@redocly/config": "^0.10.1",
|
||||
"@types/js-levenshtein": "^1.1.0",
|
||||
"@types/js-yaml": "^4.0.3",
|
||||
"@types/lodash.isequal": "^4.5.5",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
"@redocly/config": "^0.10.0",
|
||||
"@redocly/config": "^0.10.1",
|
||||
"colorette": "^1.2.0",
|
||||
"https-proxy-agent": "^7.0.4",
|
||||
"js-levenshtein": "^1.1.6",
|
||||
|
||||
Reference in New Issue
Block a user