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 May 18, 2018
1 parent d75a349 commit b6a18f8
Show file tree
Hide file tree
Showing 6 changed files with 717 additions and 859 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@commitlint/cli": "6.1.3",
"@angular/compiler": "6.0.2",
"@angular/compiler-cli": "6.0.2",
"@angular/core": "6.0.2",
"@commitlint/cli": "6.2.0",
"@commitlint/config-conventional": "6.1.3",
"@types/jasmine": "2.8.7",
"@types/puppeteer": "1.3.2",
"autoprefixer": "8.4.1",
"autoprefixer": "8.5.0",
"clean-css-cli": "4.1.11",
"clean-scripts": "1.8.0",
"clean-scripts": "1.9.2",
"file2variable-cli": "1.8.3",
"github-fork-ribbon-css": "0.2.1",
"http-server": "0.11.1",
"image2base64-cli": "2.3.0",
"image2base64-cli": "2.3.1",
"jasmine": "3.1.0",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
Expand All @@ -45,25 +45,25 @@
"karma-webpack": "3.0.0",
"lerna": "2.11.0",
"less": "3.0.4",
"markdownlint-cli": "0.8.1",
"no-unused-export": "1.5.0",
"markdownlint-cli": "0.8.2",
"no-unused-export": "1.5.1",
"postcss-cli": "5.0.0",
"puppeteer": "1.4.0",
"rev-static": "3.4.1",
"rev-static": "3.4.2",
"rimraf": "2.6.2",
"rollup": "0.58.2",
"rollup": "0.59.1",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-uglify": "3.0.0",
"standard": "11.0.1",
"stylelint": "9.2.0",
"stylelint": "9.2.1",
"stylelint-config-standard": "18.2.0",
"tslint": "5.10.0",
"tslint-config-standard": "7.0.0",
"tslint-sonarts": "1.6.0",
"typescript": "2.8.3",
"watch-then-execute": "1.1.1",
"webpack": "4.8.2",
"webpack": "4.8.3",
"webpack-cli": "2.1.3"
},
"dependencies": {}
Expand Down
14 changes: 7 additions & 7 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"dist"
],
"dependencies": {
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"@angular/common": "6",
"@angular/core": "6",
"@angular/forms": "6",
"tree-component": "^5.3.1"
},
"devDependencies": {
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"core-js": "2.5.5",
"rxjs": "5.5.10",
"@angular/platform-browser": "6.0.2",
"@angular/platform-browser-dynamic": "6.0.2",
"core-js": "2.5.6",
"rxjs": "6.1.0",
"zone.js": "0.8.26"
},
"peerDependencies": {
Expand Down
64 changes: 30 additions & 34 deletions packages/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,49 @@
# yarn lockfile v1


"@angular/common@5":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.10.tgz#828308df8505a31f219a6895ff91dbb178ebac98"
"@angular/common@6":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.2.tgz#e4cbb7d45d8d2f35e918d62f0cbfd8c87e9168f7"
dependencies:
tslib "^1.7.1"
tslib "^1.9.0"

"@angular/core@5":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.10.tgz#a6eba06cae7267efbd2666e3fa5e42b84c2261de"
"@angular/core@6":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.2.tgz#d183730d73182a4590a5d71083db45655f210e69"
dependencies:
tslib "^1.7.1"
tslib "^1.9.0"

"@angular/forms@5":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.10.tgz#6a4cf9c87b57005599c0ec59a79b7f1b06375591"
"@angular/forms@6":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.0.2.tgz#a0647930e8b6e7fbd48f55eb69b399a41bcd091a"
dependencies:
tslib "^1.7.1"
tslib "^1.9.0"

"@angular/platform-browser-dynamic@5.2.10":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.10.tgz#bec4c0ca9fb16c34adee851caa187989953216ca"
"@angular/platform-browser-dynamic@6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.0.2.tgz#755689df9f02bbcb270c7872a75a2ffe7e0b0c33"
dependencies:
tslib "^1.7.1"
tslib "^1.9.0"

"@angular/platform-browser@5.2.10":
version "5.2.10"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.10.tgz#92883803de7362e635748a440dd5f6172fc2394a"
"@angular/platform-browser@6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.0.2.tgz#19f56f6efbd0e7af5f35fe2f8cde3557dc8ba689"
dependencies:
tslib "^1.7.1"
tslib "^1.9.0"

core-js@2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b"
core-js@2.5.6:
version "2.5.6"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.6.tgz#0fe6d45bf3cac3ac364a9d72de7576f4eb221b9d"

rxjs@5.5.10:
version "5.5.10"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.10.tgz#fde02d7a614f6c8683d0d1957827f492e09db045"
rxjs@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.1.0.tgz#833447de4e4f6427b9cec3e5eb9f56415cd28315"
dependencies:
symbol-observable "1.0.1"
tslib "^1.9.0"

symbol-observable@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"

tslib@^1.7.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
tslib@^1.9.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"

zone.js@0.8.26:
version "0.8.26"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


"@types/node@*":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.8.tgz#37b4d91d4e958e4c2ba0be2b86e7ed4ff19b0858"
version "10.1.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.2.tgz#1b928a0baa408fc8ae3ac012cc81375addc147c6"

tslib@1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
version "1.9.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
8 changes: 4 additions & 4 deletions packages/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


"@types/node@*":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.8.tgz#37b4d91d4e958e4c2ba0be2b86e7ed4ff19b0858"
version "10.1.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.1.2.tgz#1b928a0baa408fc8ae3ac012cc81375addc147c6"

"@types/react-dom@16.0.5":
version "16.0.5"
Expand All @@ -28,8 +28,8 @@ core-js@^1.0.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"

csstype@^2.2.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.1.tgz#654231d1ddddfc3eb93da281a1144e7c14fc0bdc"
version "2.5.2"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.2.tgz#4534308476ceede8fbe148b9b99f9baf1c80fa06"

encoding@^0.1.11:
version "0.1.12"
Expand Down
Loading

0 comments on commit b6a18f8

Please sign in to comment.