Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 20, 2017
1 parent 62af264 commit fef2e88
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 33 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.57 kB",
"vendorBundleJs": "1.9 MB 513 kB",
"vendorBundleJs": "1.9 MB 514 kB",
"onlineIndexHtml": "5.48 kB 1.82 kB"
}

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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-8fa1cd9142268524e35460a22933b7ba.js" crossOrigin="anonymous" integrity="sha256-xQzp2s7rX5OMPSabtEGMMYfjDiK4I0zUpeoNRbI/cOI="></script>
<script src="./index.bundle-fcd63261608ec4d3e2ff30c4ec58bdb9.js" crossOrigin="anonymous" integrity="sha256-o30B8RT/zFArePIg5H7CF98ZxH7JI+j9oztSbIVkSEg="></script>
<script src="./vendor.bundle-df33d1f11c5669c27ced16d11d4b8c1c.js" crossOrigin="anonymous" integrity="sha256-NlmEPS5f+u0oXzyxc0NduyaeDnfE2jrLXzwzbQFYD9k="></script>
<script src="./index.bundle-4283d5e9d17d3965f2fc460e6bd853fe.js" crossOrigin="anonymous" integrity="sha256-/wD0NRd2IL9DRN4KcDBS84xxSU+mbStB3UY9GHSjcIU="></script>
4 changes: 4 additions & 0 deletions online/variables.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* This file is generated by 'file2variable-cli'
* It is not mean to be edited by hand
*/
export const demoCasesTs = `type TypeLiteral = {
typeLiteralMember1: number;
typeLiteralMember2: string;
Expand Down

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"devDependencies": {
"@types/jasmine": "2.6.0",
"@types/minimist": "1.2.0",
"@types/node": "8.0.33",
"@types/node": "8.0.46",
"@types/puppeteer": "0.12.0",
"autoprefixer": "7.1.5",
"clean-css-cli": "4.1.10",
"clean-release": "1.3.5",
"clean-scripts": "1.3.3",
"file2variable-cli": "1.5.4",
"clean-scripts": "1.4.2",
"file2variable-cli": "1.6.0",
"github-fork-ribbon-css": "0.2.1",
"http-server": "0.10.0",
"jasmine": "2.8.0",
"less": "2.7.2",
"less": "3.0.0-alpha.3",
"no-unused-export": "1.2.7",
"postcss-cli": "4.1.1",
"puppeteer": "0.12.0",
Expand All @@ -45,9 +45,9 @@
"stylelint": "8.2.0",
"stylelint-config-standard": "17.0.0",
"tslint": "5.7.0",
"vue": "2.4.4",
"vue-class-component": "5.0.2",
"webpack": "3.6.0"
"vue": "2.5.2",
"vue-class-component": "6.0.0",
"webpack": "3.8.1"
},
"dependencies": {
"ajv": "5.2.3",
Expand Down
45 changes: 24 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,14 @@
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"

"@types/node@*", "@types/node@8.0.33":
"@types/node@*":
version "8.0.33"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.33.tgz#1126e94374014e54478092830704f6ea89df04cd"

"@types/node@8.0.46":
version "8.0.46"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.46.tgz#6e1766b2d0ed06631d5b5f87bb8e72c8dbb6888e"

"@types/node@^6.0.46":
version "6.0.88"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.88.tgz#f618f11a944f6a18d92b5c472028728a3e3d4b66"
Expand Down Expand Up @@ -594,9 +598,9 @@ clean-release@1.3.5:
rimraf "2.6.2"
tmp "0.0.33"

clean-scripts@1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/clean-scripts/-/clean-scripts-1.3.3.tgz#4f70dcf71b04bfa6c53184094a79932881ffb54b"
clean-scripts@1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/clean-scripts/-/clean-scripts-1.4.2.tgz#90054e3db86fcdd5ab94a61b147cc02acd5a66de"
dependencies:
minimist "1.2.0"
pretty-ms "3.0.1"
Expand Down Expand Up @@ -1367,9 +1371,9 @@ file-entry-cache@^2.0.0:
flat-cache "^1.2.1"
object-assign "^4.0.1"

file2variable-cli@1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/file2variable-cli/-/file2variable-cli-1.5.4.tgz#2323b1452420f0baabcedc479a1157df3d48d69d"
file2variable-cli@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/file2variable-cli/-/file2variable-cli-1.6.0.tgz#13242c311d80c51746e8fb652cefffab715a41c7"
dependencies:
camelcase "4.1.0"
chokidar "1.7.0"
Expand Down Expand Up @@ -2122,17 +2126,16 @@ lcid@^1.0.0:
dependencies:
invert-kv "^1.0.0"

less@2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/less/-/less-2.7.2.tgz#368d6cc73e1fb03981183280918743c5dcf9b3df"
less@3.0.0-alpha.3:
version "3.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/less/-/less-3.0.0-alpha.3.tgz#d3da9234fd16e60a47d6291e772e65a841ec8410"
optionalDependencies:
errno "^0.1.1"
graceful-fs "^4.1.2"
image-size "~0.5.0"
mime "^1.2.11"
mkdirp "^0.5.0"
promise "^7.1.1"
request "^2.72.0"
source-map "^0.5.3"

levn@^0.3.0, levn@~0.3.0:
Expand Down Expand Up @@ -3167,7 +3170,7 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"

request@^2.72.0, request@^2.81.0:
request@^2.81.0:
version "2.81.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
dependencies:
Expand Down Expand Up @@ -3878,13 +3881,13 @@ vm-browserify@0.0.4:
dependencies:
indexof "0.0.1"

vue-class-component@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-5.0.2.tgz#3dcdc005c58c4e88d8ec2d46e01c74f4d90135c8"
vue-class-component@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.0.0.tgz#abb87f0acdc77428973401ca3bfaae133c826432"

vue@2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.4.4.tgz#ea9550b96a71465fd2b8b17b61673b3561861789"
vue@2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.2.tgz#fd367a87bae7535e47f9dc5c9ec3b496e5feb5a4"

watchpack@^1.4.0:
version "1.4.0"
Expand All @@ -3901,9 +3904,9 @@ webpack-sources@^1.0.1:
source-list-map "^2.0.0"
source-map "~0.5.3"

webpack@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.6.0.tgz#a89a929fbee205d35a4fa2cc487be9cbec8898bc"
webpack@3.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.8.1.tgz#b16968a81100abe61608b0153c9159ef8bb2bd83"
dependencies:
acorn "^5.0.0"
acorn-dynamic-import "^2.0.0"
Expand Down

0 comments on commit fef2e88

Please sign in to comment.