Skip to content

Commit 5d3fa82

Browse files
committed
bump deps
1 parent 15cbff8 commit 5d3fa82

File tree

3 files changed

+1063
-1542
lines changed

3 files changed

+1063
-1542
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div id="leftInput">
1212
<h2>Input (JSON Schema)</h2>
1313
<div class="buttons">
14-
<span id="errorIcon" title="There was an error compiling your schema" style="display: none">
14+
<span id="errorIcon" title="There was an error compiling your schema" style="display: none;">
1515
<i class="fa fa-lg fa-exclamation"></i>
1616
</span>
1717
<div class="dropdown">
@@ -75,11 +75,11 @@ <h2>Output (TypeScript)</h2>
7575
formatWithPrettier(
7676
str,
7777
Object.assign({}, options, {
78-
plugins: Object.assign({}, prettierPlugins, options.plugins)
78+
plugins: Object.assign({}, prettierPlugins, options.plugins),
7979
})
8080
);
8181
</script>
82-
<script src="https://unpkg.com/json-schema-to-typescript@8/dist/bundle.js"></script>
82+
<script src="https://unpkg.com/json-schema-to-typescript@9/dist/bundle.js"></script>
8383
<script src="./index.js"></script>
8484
</body>
8585
</html>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-to-typescript-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Browser usage demo for json-schema-to-typescript",
55
"keywords": [
66
"browser",
@@ -28,9 +28,9 @@
2828
"node-static": "^0.7.11"
2929
},
3030
"devDependencies": {
31-
"eslint": "^6.5.1",
32-
"prettier": "^1.18.2",
33-
"stylelint": "^11.1.1",
31+
"eslint": "^6.8.0",
32+
"prettier": "^2.0.5",
33+
"stylelint": "^13.3.3",
3434
"stylelint-config-recommended": "^3.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)