Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Apr 6, 2018
1 parent 81e2ab2 commit b955bb2
Show file tree
Hide file tree
Showing 15 changed files with 397 additions and 206 deletions.
10 changes: 5 additions & 5 deletions file-size.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"angularDemoAotIndexBundleJs": "466 kB 117 kB",
"angularDemoJitIndexBundleJs": "853 kB 209 kB",
"angularDemoAotIndexBundleJs": "465 kB 117 kB",
"angularDemoJitIndexBundleJs": "851 kB 209 kB",
"coreDemoIndexBundleCss": "39.1 kB 9.19 kB",
"coreDemoTreeIconPng": "636 B 647 B",
"reactDemoIndexBundleJs": "129 kB 39 kB",
"vueDemoIndexBundleJs": "115 kB 38.6 kB",
"packagesAngularDemoAotIndexHtml": "871 B 569 B",
"packagesAngularDemoJitIndexHtml": "871 B 569 B",
"packagesReactDemoIndexHtml": "880 B 578 B",
"packagesAngularDemoAotIndexHtml": "871 B 567 B",
"packagesAngularDemoJitIndexHtml": "871 B 568 B",
"packagesReactDemoIndexHtml": "880 B 575 B",
"packagesVueDemoIndexHtml": "880 B 578 B"
}
7 changes: 1 addition & 6 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
"packages/*"
],
"version": "5.3.1",
"npmClient": "yarn",
"command": {
"publish": {
"message": "feat: publish %s"
}
}
"npmClient": "yarn"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@types/jasmine": "2.8.6",
"@types/puppeteer": "1.2.0",
"@types/puppeteer": "1.2.1",
"autoprefixer": "8.2.0",
"clean-css-cli": "4.1.11",
"clean-scripts": "1.7.0",
Expand All @@ -55,14 +55,14 @@
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-uglify": "3.0.0",
"standard": "11.0.1",
"stylelint": "9.1.3",
"stylelint": "9.2.0",
"stylelint-config-standard": "18.2.0",
"tslint": "5.9.1",
"tslint-config-standard": "7.0.0",
"typescript": "2.8.1",
"watch-then-execute": "1.1.1",
"webpack": "4.4.1",
"webpack-cli": "2.0.13"
"webpack": "4.5.0",
"webpack-cli": "2.0.14"
},
"dependencies": {}
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/angular/demo/aot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
</style>
</head><body>
<app></app>
<script src="./index.bundle-58b59411c2e87ef1defb32da918f9417.js" crossOrigin="anonymous" integrity="sha256-cSceOEwT4W+2Fs6iJCid2ow0vuK9hzKwM1A3PYWwUeA="></script>
<script src="./index.bundle-a47048900880d2daeb07ddedb5c69421.js" crossOrigin="anonymous" integrity="sha256-i8ozK7Y+SwmoTPkdCnHvLaoN7R8eAwAtRGw5tCqFgQA="></script>
</body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/angular/demo/jit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
</style>
</head><body>
<app></app>
<script src="./index.bundle-df70a5af751e00217d2b36deb656c892.js" crossOrigin="anonymous" integrity="sha256-RO6MaRj8H8H2UcGQM7cjY7UQFhgUj1UMmLLwewaGVwE="></script>
<script src="./index.bundle-ce6bea405ffb7ee773dba34747275ca6.js" crossOrigin="anonymous" integrity="sha256-CsJLrbb83qs2i3NMP6E2mwmHzXG8GO5AlG/CcBW9Jk8="></script>
</body></html>
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/platform-browser-dynamic": "5.2.9",
"core-js": "2.5.4",
"rxjs": "5.5.8",
"zone.js": "0.8.21"
"zone.js": "0.8.25"
},
"peerDependencies": {
"@angular/common": "5",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ tslib@^1.7.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

zone.js@0.8.21:
version "0.8.21"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.21.tgz#8c0e8e361bd326ee1474e4f96e17d5ef99bec4b2"
zone.js@0.8.25:
version "0.8.25"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.25.tgz#e20e5e85b881e2e66352612b5f238e8309e5badd"
4 changes: 2 additions & 2 deletions packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


"@types/node@*":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.1.tgz#e2d374ef15b315b48e7efc308fa1a7cd51faa06c"
version "9.6.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.2.tgz#e49ac1adb458835e95ca6487bc20f916b37aff23"

tslib@1:
version "1.9.0"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
</style>
</head><body>
<div id="container"></div>
<script src="./index.bundle-ce0dc0c2b249d2bfdf40fc3bf91c9153.js" crossOrigin="anonymous" integrity="sha256-GrJ+mjTBM/o+Z+nt6Y24xgmoNO4FW1m1qAElKgZGWkE="></script>
<script src="./index.bundle-55d46038c4b866fa10129b39a7c6d12e.js" crossOrigin="anonymous" integrity="sha256-V/O99ufIuvcI4791QbwvSBd97G1oN9OksBr6aK6DPgU="></script>
</body></html>
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tree-component": "^5.3.1"
},
"devDependencies": {
"@types/react": "16.1.0",
"@types/react": "16.3.5",
"@types/react-dom": "16.0.4"
},
"peerDependencies": {
Expand Down
24 changes: 15 additions & 9 deletions packages/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


"@types/node@*":
version "9.6.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.1.tgz#e2d374ef15b315b48e7efc308fa1a7cd51faa06c"
version "9.6.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.2.tgz#e49ac1adb458835e95ca6487bc20f916b37aff23"

"@types/react-dom@16.0.4":
version "16.0.4"
Expand All @@ -13,9 +13,11 @@
"@types/node" "*"
"@types/react" "*"

"@types/react@*", "@types/react@16.1.0":
version "16.1.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.1.0.tgz#6c0e9955ce73f332b4a1948d45decaf18c764c6e"
"@types/react@*", "@types/react@16.3.5":
version "16.3.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.5.tgz#bd3b21285602ea7cadb4b9e0d9711d96fd5692cc"
dependencies:
csstype "^2.0.0"

asap@~2.0.3:
version "2.0.6"
Expand All @@ -25,6 +27,10 @@ core-js@^1.0.0:
version "1.2.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"

csstype@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.1.1.tgz#37b01a7a9958ef0b88167ff6678deccd732e0ae2"

encoding@^0.1.11:
version "0.1.12"
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
Expand Down Expand Up @@ -94,17 +100,17 @@ prop-types@^15.6.0:
object-assign "^4.1.1"

react-dom@16:
version "16.3.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.0.tgz#b318e52184188ecb5c3e81117420cca40618643e"
version "16.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

react@16:
version "16.3.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.0.tgz#fc5a01c68f91e9b38e92cf83f7b795ebdca8ddff"
version "16.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down
Loading

0 comments on commit b955bb2

Please sign in to comment.