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 Jul 7, 2018
1 parent d54a6dd commit 854d084
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 169 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@commitlint/config-conventional": "7.0.1",
"@types/jasmine": "2.8.8",
"@types/puppeteer": "1.5.0",
"autoprefixer": "8.6.4",
"autoprefixer": "8.6.5",
"clean-css-cli": "4.1.11",
"clean-scripts": "1.9.2",
"cross-env": "5.2.0",
Expand All @@ -45,7 +45,7 @@
"karma-jasmine": "1.1.2",
"karma-webpack": "3.0.0",
"lerna": "2.11.0",
"less": "3.0.4",
"less": "3.5.3",
"markdownlint-cli": "0.10.0",
"no-unused-export": "1.5.1",
"postcss-cli": "5.0.1",
Expand All @@ -64,7 +64,7 @@
"tslint-sonarts": "1.7.0",
"typescript": "2.9.2",
"watch-then-execute": "1.1.1",
"webpack": "4.14.0",
"webpack": "4.15.1",
"webpack-cli": "3.0.8"
},
"dependencies": {}
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.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.1.tgz#d578446f4abff5c0b49ade9b4e5274f6badaadfc"
version "10.5.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.2.tgz#f19f05314d5421fe37e74153254201a7bf00a707"

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.3.1"
},
"devDependencies": {
"@types/react": "16.4.5",
"@types/react": "16.4.6",
"@types/react-dom": "16.0.6"
},
"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.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.1.tgz#d578446f4abff5c0b49ade9b4e5274f6badaadfc"
version "10.5.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.2.tgz#f19f05314d5421fe37e74153254201a7bf00a707"

"@types/react-dom@16.0.6":
version "16.0.6"
Expand All @@ -13,9 +13,9 @@
"@types/node" "*"
"@types/react" "*"

"@types/react@*", "@types/react@16.4.5":
version "16.4.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.5.tgz#98a00fdd2c512ed5d7399d3f2660ce9d6152bce6"
"@types/react@*", "@types/react@16.4.6":
version "16.4.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.6.tgz#5024957c6bcef4f02823accf5974faba2e54fada"
dependencies:
csstype "^2.2.0"

Expand Down
Loading

0 comments on commit 854d084

Please sign in to comment.