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 Oct 6, 2018
1 parent 0a7737d commit a18695c
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 179 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@angular/compiler": "6.1.9",
"@angular/compiler-cli": "6.1.9",
"@angular/core": "6.1.9",
"@commitlint/cli": "7.1.2",
"@commitlint/cli": "7.2.0",
"@commitlint/config-conventional": "7.1.2",
"@types/jasmine": "2.8.8",
"@types/puppeteer": "1.6.4",
"@types/jasmine": "2.8.9",
"@types/puppeteer": "1.9.0",
"autoprefixer": "9.1.5",
"clean-css-cli": "4.2.1",
"clean-scripts": "1.9.2",
Expand All @@ -44,15 +44,15 @@
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.2",
"karma-webpack": "3.0.5",
"lerna": "3.4.0",
"lerna": "3.4.1",
"less": "3.8.1",
"markdownlint-cli": "0.13.0",
"no-unused-export": "1.6.0",
"postcss-cli": "6.0.0",
"puppeteer": "1.8.0",
"puppeteer": "1.9.0",
"rev-static": "3.4.2",
"rimraf": "2.6.2",
"rollup": "0.66.2",
"rollup": "0.66.4",
"rollup-plugin-commonjs": "9.1.8",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-uglify": "6.0.0",
Expand Down
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.11.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.3.tgz#c055536ac8a5e871701aa01914be5731539d01ee"
version "10.11.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.4.tgz#e8bd933c3f78795d580ae41d86590bfc1f4f389d"

tslib@1:
version "1.9.3"
Expand Down
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.4.0"
},
"devDependencies": {
"@types/react": "16.4.14",
"@types/react": "16.4.15",
"@types/react-dom": "16.0.8"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 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.11.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.3.tgz#c055536ac8a5e871701aa01914be5731539d01ee"
version "10.11.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.4.tgz#e8bd933c3f78795d580ae41d86590bfc1f4f389d"

"@types/prop-types@*":
version "15.5.6"
Expand All @@ -17,9 +17,9 @@
"@types/node" "*"
"@types/react" "*"

"@types/react@*", "@types/react@16.4.14":
version "16.4.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.14.tgz#47c604c8e46ed674bbdf4aabf82b34b9041c6a04"
"@types/react@*", "@types/react@16.4.15":
version "16.4.15"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.15.tgz#1f24f1d03b1fc682d92f8485be99d59bf7981191"
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit a18695c

Please sign in to comment.