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 Feb 11, 2018
1 parent 03eaa97 commit 26aa8d1
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 89 deletions.
2 changes: 1 addition & 1 deletion file-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"reactDemoIndexBundleJs": "121 kB 36.6 kB",
"vueDemoIndexBundleJs": "116 kB 38.7 kB",
"packagesAngularDemoAotIndexHtml": "871 B 569 B",
"packagesAngularDemoJitIndexHtml": "871 B 567 B",
"packagesAngularDemoJitIndexHtml": "871 B 568 B",
"packagesReactDemoIndexHtml": "880 B 574 B",
"packagesVueDemoIndexHtml": "880 B 572 B"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@angular/compiler": "5.2.3",
"@angular/compiler-cli": "5.2.3",
"@angular/core": "5.2.3",
"@angular/compiler": "5.2.4",
"@angular/compiler-cli": "5.2.4",
"@angular/core": "5.2.4",
"@commitlint/cli": "6.1.0",
"@commitlint/config-conventional": "6.1.0",
"@types/jasmine": "2.8.6",
"@types/puppeteer": "1.0.0",
"autoprefixer": "7.2.5",
"autoprefixer": "7.2.6",
"clean-css-cli": "4.1.10",
"clean-scripts": "1.7.0",
"file2variable-cli": "1.8.3",
"github-fork-ribbon-css": "0.2.1",
"http-server": "0.11.1",
"image2base64-cli": "2.3.0",
"jasmine": "2.9.0",
"jasmine": "3.0.0",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.1",
"karma-webpack": "2.0.9",
"lerna": "2.8.0",
"less": "2.7.3",
"markdownlint-cli": "0.7.0",
"markdownlint-cli": "0.7.1",
"no-unused-export": "1.5.0",
"postcss-cli": "4.1.1",
"postcss-cli": "5.0.0",
"puppeteer": "1.0.0",
"rev-static": "3.4.1",
"rimraf": "2.6.2",
Expand All @@ -57,7 +57,7 @@
"tslint-config-standard": "7.0.0",
"typescript": "2.7.1",
"watch-then-execute": "1.1.1",
"webpack": "3.10.0"
"webpack": "3.11.0"
},
"dependencies": {}
}

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-c86ee84fe6bf742fd2a0873255525d81.js" crossOrigin="anonymous" integrity="sha256-7lDTojZhAdPTJgNfdvPWvUpF1r8R7XC26a4Z0Asuhwo="></script>
<script src="./index.bundle-4427c2111aa9e2e1db4c6b701014e789.js" crossOrigin="anonymous" integrity="sha256-UWDWTU/j6awIAkW4HJ1nt3pmLV0CDyfL2yOv6mdmKbI="></script>
</body></html>
Loading

0 comments on commit 26aa8d1

Please sign in to comment.