Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Dec 4, 2017
1 parent 02ab25e commit a9d41ae
Show file tree
Hide file tree
Showing 6 changed files with 528 additions and 149 deletions.
2 changes: 1 addition & 1 deletion online/file-size.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"indexBundleCss": "4.45 kB 1.28 kB",
"indexBundleJs": "24.6 kB 6.58 kB",
"vendorBundleJs": "1.97 MB 534 kB",
"vendorBundleJs": "1.97 MB 535 kB",
"onlineIndexHtml": "5.48 kB 1.81 kB"
}
2 changes: 1 addition & 1 deletion online/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
<div id="prerender-container">
<div id="container"><div class="app"><textarea class="source"></textarea><div class="result"><button>generate</button><div class="options"><select><option value="protobuf">protobuf</option></select></div><pre class="protobuf"></pre><!----></div></div></div>
</div>
<script src="./vendor.bundle-d7cd4a5103518b10b07cd4bb0adaa82c.js" crossOrigin="anonymous" integrity="sha256-hxxrhVWKyrVn3B7LeRdyml1H+Pih6UE0eKqMVsCrrPY="></script>
<script src="./vendor.bundle-c4fee759cc9359e52f86ae60d5162352.js" crossOrigin="anonymous" integrity="sha256-+EMZuxbrAwhmo5t9mkyOX+9MhTABwXsYG8xfoRrUb+Y="></script>
<script src="./index.bundle-c388a0da7a9966051e29d7678271eebc.js" crossOrigin="anonymous" integrity="sha256-Zt6wnG+itS+Rvb5ujlX7odVcU3tUe68f/YOp3AZ0+0c="></script>
2 changes: 1 addition & 1 deletion online/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Verdana,Aril", "sans-serif";
font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Verdana,Aril", sans-serif;
-webkit-font-smoothing: antialiased;
}

Expand Down

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"homepage": "https://github.com/plantain-00/types-as-schema#readme",
"devDependencies": {
"@commitlint/cli": "5.0.1",
"@commitlint/config-angular": "5.0.1",
"@commitlint/cli": "5.2.0",
"@commitlint/config-angular": "5.1.1",
"@types/chokidar": "1.7.3",
"@types/jasmine": "2.8.2",
"@types/minimist": "1.2.0",
"@types/node": "8.0.53",
"@types/puppeteer": "0.13.0",
"autoprefixer": "7.1.6",
"@types/node": "8.0.54",
"@types/puppeteer": "0.13.6",
"autoprefixer": "7.2.0",
"clean-css-cli": "4.1.10",
"clean-scripts": "1.7.0",
"file2variable-cli": "1.6.0",
Expand All @@ -43,20 +43,20 @@
"rev-static": "3.4.1",
"rimraf": "2.6.2",
"standard": "10.0.3",
"stylelint": "8.2.0",
"stylelint-config-standard": "17.0.0",
"stylelint": "8.3.1",
"stylelint-config-standard": "18.0.0",
"tslint": "5.8.0",
"types-as-schema": "1.6.0",
"vue": "2.5.6",
"vue-class-component": "6.1.0",
"vue": "2.5.9",
"vue-class-component": "6.1.1",
"watch-then-execute": "1.1.1",
"webpack": "3.8.1"
"webpack": "3.9.1"
},
"dependencies": {
"ajv": "5.3.0",
"ajv": "5.5.1",
"chokidar": "1.7.0",
"minimist": "1.2.0",
"protobufjs": "6.8.0",
"protobufjs": "6.8.3",
"typescript": "2.6.1"
},
"bin": {
Expand Down
Loading

0 comments on commit a9d41ae

Please sign in to comment.