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 Jun 8, 2018
1 parent a92ad36 commit 1630707
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 1,789 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@commitlint/cli": "6.2.0",
"@commitlint/config-conventional": "6.1.3",
"@commitlint/cli": "7.0.0",
"@commitlint/config-conventional": "7.0.1",
"@types/jasmine": "2.8.8",
"@types/puppeteer": "1.3.2",
"autoprefixer": "8.5.2",
"@types/puppeteer": "1.3.3",
"autoprefixer": "8.6.1",
"clean-css-cli": "4.1.11",
"clean-scripts": "1.9.2",
"file2variable-cli": "1.8.5",
Expand All @@ -45,13 +45,13 @@
"karma-webpack": "3.0.0",
"lerna": "2.11.0",
"less": "3.0.4",
"markdownlint-cli": "0.9.0",
"markdownlint-cli": "0.10.0",
"no-unused-export": "1.5.1",
"postcss-cli": "5.0.0",
"puppeteer": "1.4.0",
"puppeteer": "1.5.0",
"rev-static": "3.4.2",
"rimraf": "2.6.2",
"rollup": "0.59.4",
"rollup": "0.60.1",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-uglify": "4.0.0",
Expand All @@ -63,8 +63,8 @@
"tslint-sonarts": "1.7.0",
"typescript": "2.9.1",
"watch-then-execute": "1.1.1",
"webpack": "4.10.2",
"webpack-cli": "2.1.5"
"webpack": "4.12.0",
"webpack-cli": "3.0.3"
},
"dependencies": {}
}
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 "10.3.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.0.tgz#078516315a84d56216b5d4fed8f75d59d3b16cac"
version "10.3.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.2.tgz#3840ec6c12556fdda6e0e6d036df853101d732a4"

tslib@1:
version "1.9.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"tree-component": "^5.3.1"
},
"devDependencies": {
"@types/react": "16.3.16",
"@types/react-dom": "16.0.5"
"@types/react": "16.3.17",
"@types/react-dom": "16.0.6"
},
"peerDependencies": {
"react": "16",
Expand Down
16 changes: 8 additions & 8 deletions packages/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@


"@types/node@*":
version "10.3.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.0.tgz#078516315a84d56216b5d4fed8f75d59d3b16cac"
version "10.3.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.2.tgz#3840ec6c12556fdda6e0e6d036df853101d732a4"

"@types/react-dom@16.0.5":
version "16.0.5"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.5.tgz#a757457662e3819409229e8f86795ff37b371f96"
"@types/react-dom@16.0.6":
version "16.0.6"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.6.tgz#f1a65a4e7be8ed5d123f8b3b9eacc913e35a1a3c"
dependencies:
"@types/node" "*"
"@types/react" "*"

"@types/react@*", "@types/react@16.3.16":
version "16.3.16"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.16.tgz#78fc44a90b45701f50c8a7008f733680ba51fc86"
"@types/react@*", "@types/react@16.3.17":
version "16.3.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.3.17.tgz#d59d1a632570b0713946ed9c2949d994773633c5"
dependencies:
csstype "^2.2.0"

Expand Down

0 comments on commit 1630707

Please sign in to comment.