chore: upgrade openapi-sampler

fixes #907
fixes #1296
This commit is contained in:
Roman Hotsiy 2020-06-27 19:02:30 +03:00
parent 644e96ae45
commit 418b74848d
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-rc.30",
"version": "2.0.0-rc.31",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -12259,9 +12259,9 @@
}
},
"openapi-sampler": {
"version": "1.0.0-beta.15",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.15.tgz",
"integrity": "sha512-wUD/vD3iBHKik/sME3uwUu4X3HFA53rDrPcVvLzgEELjHLbnTpSYfm4Jo9qZT1dPfBRowAnrF/VRQfOjL5QRAw==",
"version": "1.0.0-beta.16",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.16.tgz",
"integrity": "sha512-05+GvwMagTY7GxoDQoWJfmAUFlxfebciiEzqKmu4iq6+MqBEn62AMUkn0CTxyKhnUGIaR2KXjTeslxIeJwVIOw==",
"requires": {
"json-pointer": "^0.6.0"
}

View File

@ -147,7 +147,7 @@
"marked": "^0.7.0",
"memoize-one": "~5.1.1",
"mobx-react": "6.1.5",
"openapi-sampler": "1.0.0-beta.15",
"openapi-sampler": "^1.0.0-beta.16",
"perfect-scrollbar": "^1.4.0",
"polished": "^3.4.4",
"prismjs": "^1.19.0",