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 24, 2019
1 parent 662e044 commit 9abf732
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 133 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"markdownlint-cli": "0.16.0",
"no-unused-export": "1.7.0",
"postcss-cli": "6.1.2",
"puppeteer": "1.16.0",
"puppeteer": "1.17.0",
"rev-static": "3.4.3",
"rimraf": "2.6.3",
"rollup": "1.12.2",
"rollup": "1.12.3",
"rollup-plugin-commonjs": "10.0.0",
"rollup-plugin-node-resolve": "5.0.0",
"rollup-plugin-uglify": "6.0.2",
Expand All @@ -67,7 +67,7 @@
"type-coverage": "2.0.1",
"typescript": "3.2.4",
"watch-then-execute": "1.1.1",
"webpack": "4.31.0",
"webpack": "4.32.2",
"webpack-cli": "3.3.2"
},
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"core-js": "3.0.1",
"core-js": "3.1.2",
"rxjs": "6.5.2",
"zone.js": "0.9.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
dependencies:
tslib "^1.9.0"

core-js@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.1.tgz#1343182634298f7f38622f95e73f54e48ddf4738"
integrity sha512-sco40rF+2KlE0ROMvydjkrVMMG1vYilP2ALoRXcYR4obqbYIuV3Bg+51GEDW+HF8n7NRA+iaA4qD0nD9lo9mew==
core-js@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.2.tgz#2549a2cfb3ca1a5d851c9f7838e8b282cef2f3ba"
integrity sha512-3poRGjbu56leCtZCZCzCgQ7GcKOflDFnjWIepaPFUsM0IXUBrne10sl3aa2Bkcz3+FjRdIxBe9dAMhIJmEnQNA==

rxjs@6.5.2:
version "6.5.2"
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.5.1"
},
"devDependencies": {
"@types/react": "16.8.17",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4"
}
}
8 changes: 4 additions & 4 deletions packages/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.8.17":
version "16.8.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.17.tgz#f287b76a5badb93bc9aa3f54521a3eb53d6c2374"
integrity sha512-pln3mgc6VfkNg92WXODul/ONo140huK9OMsx62GlBlZ2lvjNK86PQJhYMPLO1i66aF5O9OPyZefogvNltBIszA==
"@types/react@*", "@types/react@16.8.18":
version "16.8.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.18.tgz#fe66fb748b0b6ca9709d38b87b2d1356d960a511"
integrity sha512-lUXdKzRqWR4FebR5tGHkLCqnvQJS4fdXKCBrNGGbglqZg2gpU+J82pMONevQODUotATs9fc9k66bx3/St8vReg==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit 9abf732

Please sign in to comment.