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 11, 2017
1 parent 8607c2a commit 73fe076
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 144 deletions.
4 changes: 2 additions & 2 deletions file-size.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"angularDemoAotIndexBundleJs": "441 kB 116 kB",
"angularDemoJitIndexBundleJs": "809 kB 207 kB",
"angularDemoJitIndexBundleJs": "812 kB 208 kB",
"coreDemoIndexBundleCss": "39 kB 9.19 kB",
"coreDemoTreeIconPng": "636 B 647 B",
"reactDemoIndexBundleJs": "119 kB 36.2 kB",
"vueDemoIndexBundleJs": "112 kB 37.9 kB",
"vueDemoIndexBundleJs": "112 kB 38.1 kB",
"packagesAngularDemoAotIndexHtml": "855 B 565 B",
"packagesAngularDemoJitIndexHtml": "855 B 568 B",
"packagesReactDemoIndexHtml": "867 B 573 B",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@angular/compiler": "5.0.5",
"@angular/compiler-cli": "5.0.5",
"@angular/core": "5.0.5",
"@commitlint/cli": "5.2.0",
"@angular/compiler": "5.1.0",
"@angular/compiler-cli": "5.1.0",
"@angular/core": "5.1.0",
"@commitlint/cli": "5.2.5",
"@commitlint/config-angular": "5.1.1",
"@types/jasmine": "2.8.2",
"@types/puppeteer": "0.13.6",
"@types/react": "16.0.26",
"@types/puppeteer": "0.13.7",
"@types/react": "16.0.28",
"@types/react-dom": "16.0.3",
"autoprefixer": "7.2.0",
"autoprefixer": "7.2.2",
"clean-css-cli": "4.1.10",
"clean-scripts": "1.7.0",
"file2variable-cli": "1.6.0",
Expand All @@ -41,7 +41,7 @@
"jasmine": "2.8.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.0.1",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.1",
"karma-webpack": "2.0.6",
"lerna": "^2.5.1",
Expand All @@ -58,7 +58,7 @@
"tslint": "5.8.0",
"typescript": "2.4.2",
"watch-then-execute": "1.1.1",
"webpack": "3.9.1"
"webpack": "3.10.0"
},
"dependencies": {
"@types/node": "*",
Expand Down

Large diffs are not rendered by default.

This file was deleted.

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-459e59a74a191b8871bb8525c9b02611.js" crossOrigin="anonymous" integrity="sha256-wyIjQwE10sOfSbyXsYXSfi8pqZre9b+QDTxxqnwKPb4="></script>
<script src="./index.bundle-1b18815bb7acf032dc7e88fc8c1a68b2.js" crossOrigin="anonymous" integrity="sha256-4i0JZCG5CqrPN4OMwgYBC0WOUQLK6Wh6QpQTovDw1s0="></script>
</body></html>

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vue/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-75daa7dee1f807179ce7feb9c8aeaab9.js" crossOrigin="anonymous" integrity="sha256-8mBhNuP4A6eDc3ZOx9kSUGzxaHwc8KCasG+dtnPI294="></script>
<script src="./index.bundle-abe9a2379fc99c6046e36bfe2a7685ed.js" crossOrigin="anonymous" integrity="sha256-75XCcdju89F14y3YS4lyv0CmrmkH4nVX20zWhn7lR+A="></script>
</body></html>
2 changes: 1 addition & 1 deletion spec/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const plugins = [

const resolve = {
alias: {
'vue$': 'vue/dist/vue.min.js'
'vue$': 'vue/dist/vue.esm.js'
}
}

Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const plugins = [

const resolve = {
alias: {
'vue$': 'vue/dist/vue.min.js'
'vue$': 'vue/dist/vue.esm.js'
}
}

Expand Down

0 comments on commit 73fe076

Please sign in to comment.