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 28, 2018
1 parent b4cd453 commit af75a9b
Show file tree
Hide file tree
Showing 6 changed files with 914 additions and 335 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"github-fork-ribbon-css": "0.2.1",
"http-server": "0.11.1",
"jasmine": "3.1.0",
"karma": "2.0.4",
"karma": "2.0.5",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.2",
"karma-webpack": "3.0.0",
"lerna": "2.11.0",
"less": "3.7.1",
"lerna": "3.0.0-rc.0",
"less": "3.8.0",
"markdownlint-cli": "0.11.0",
"no-unused-export": "1.5.1",
"postcss-cli": "6.0.0",
"puppeteer": "1.6.0",
"puppeteer": "1.6.1",
"rev-static": "3.4.2",
"rimraf": "2.6.2",
"rollup": "0.63.4",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-commonjs": "9.1.4",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-uglify": "4.0.0",
"standard": "11.0.1",
"stylelint": "9.3.0",
"stylelint": "9.4.0",
"stylelint-config-standard": "18.2.0",
"tslint": "5.11.0",
"tslint-config-standard": "7.1.0",
"tslint-sonarts": "1.7.0",
"typescript": "2.9.2",
"watch-then-execute": "1.1.1",
"webpack": "4.16.1",
"webpack": "4.16.3",
"webpack-cli": "3.1.0"
},
"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.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.2.tgz#f19f05314d5421fe37e74153254201a7bf00a707"
version "10.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.4.tgz#6eccc158504357d1da91434d75e86acde94bb10b"

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 @@ -27,7 +27,7 @@
"select2-component": "^5.4.0"
},
"devDependencies": {
"@types/react": "16.4.6",
"@types/react": "16.4.7",
"@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.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.2.tgz#f19f05314d5421fe37e74153254201a7bf00a707"
version "10.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.4.tgz#6eccc158504357d1da91434d75e86acde94bb10b"

"@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.6":
version "16.4.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.6.tgz#5024957c6bcef4f02823accf5974faba2e54fada"
"@types/react@*", "@types/react@16.4.7":
version "16.4.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.7.tgz#f33f6d759a7e1833befa15224d68942d178a5a3f"
dependencies:
csstype "^2.2.0"

Expand Down
4 changes: 2 additions & 2 deletions packages/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


"@types/node@*":
version "10.5.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.2.tgz#f19f05314d5421fe37e74153254201a7bf00a707"
version "10.5.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.4.tgz#6eccc158504357d1da91434d75e86acde94bb10b"

vue-class-component@6:
version "6.2.0"
Expand Down

0 comments on commit af75a9b

Please sign in to comment.