Skip to content

Commit be41d6d

Browse files
committed
fix: ready-only for nested objects samples
fixes #300
1 parent cd962fa commit be41d6d

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"json-schema-ref-parser": "^3.2.0",
136136
"lunr": "^1.0.0",
137137
"mark.js": "github:julmot/mark.js",
138-
"openapi-sampler": "^0.4.1",
138+
"openapi-sampler": "^0.4.2",
139139
"perfect-scrollbar": "^0.7.0",
140140
"prismjs": "^1.5.1",
141141
"remarkable": "1.7.1",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,14 +3308,7 @@ js-yaml@3.6.1:
33083308
argparse "^1.0.7"
33093309
esprima "^2.6.0"
33103310

3311-
js-yaml@3.x:
3312-
version "3.9.0"
3313-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.0.tgz#4ffbbf25c2ac963b8299dc74da7e3740de1c18ce"
3314-
dependencies:
3315-
argparse "^1.0.7"
3316-
esprima "^4.0.0"
3317-
3318-
js-yaml@^3.9.1:
3311+
js-yaml@3.x, js-yaml@^3.9.1:
33193312
version "3.9.1"
33203313
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.1.tgz#08775cebdfdd359209f0d2acd383c8f86a6904a0"
33213314
dependencies:
@@ -4338,9 +4331,9 @@ ono@^4.0.2:
43384331
dependencies:
43394332
format-util "^1.0.3"
43404333

4341-
openapi-sampler@^0.4.1:
4342-
version "0.4.1"
4343-
resolved "https://registry.yarnpkg.com/openapi-sampler/-/openapi-sampler-0.4.1.tgz#33bfe9e50ff2d2e3ac093d475e542055f0a99a58"
4334+
openapi-sampler@^0.4.2:
4335+
version "0.4.2"
4336+
resolved "https://registry.yarnpkg.com/openapi-sampler/-/openapi-sampler-0.4.2.tgz#a687bc966c72ee8a98b51bc0c31d5e77a66c6ae1"
43444337

43454338
opener@~1.4.0:
43464339
version "1.4.3"
@@ -6349,7 +6342,7 @@ typescript@^2.4.2:
63496342
version "2.4.2"
63506343
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
63516344

6352-
uglify-js@2.6.x, uglify-js@^2.6:
6345+
uglify-js@2.6.x:
63536346
version "2.6.4"
63546347
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.6.4.tgz#65ea2fb3059c9394692f15fed87c2b36c16b9adf"
63556348
dependencies:
@@ -6358,7 +6351,7 @@ uglify-js@2.6.x, uglify-js@^2.6:
63586351
uglify-to-browserify "~1.0.0"
63596352
yargs "~3.10.0"
63606353

6361-
uglify-js@^2.8.29:
6354+
uglify-js@^2.6, uglify-js@^2.8.29:
63626355
version "2.8.29"
63636356
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
63646357
dependencies:

0 commit comments

Comments
 (0)