Skip to content

Commit

Permalink
Bootstrap 3: Bump Dependencies (#3974)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu92 authored and taion committed Jul 12, 2019
1 parent b86231d commit f583814
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 1,103 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [v0.32.5]
- **Chore:** Upgrade dependencies ([#3974])

## [v0.32.3]
> 2018-08-20
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
"version": "0.32.4",
"version": "0.32.5",
"description": "Bootstrap 3 components built with React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -92,27 +92,27 @@
"execa": "^0.11.0",
"fs-extra": "^7.0.0",
"husky": "^0.14.3",
"karma": "^2.0.2",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-cli": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sinon-chai": "^1.3.4",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"karma-webpack": "^4.0.2",
"lint-staged": "^7.1.1",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"prettier": "^1.12.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"release-script": "^1.0.2",
"sinon": "^2.3.2",
"sinon-chai": "^2.8.0",
"webpack": "^4.4.1"
"webpack": "^4.35.2"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
Expand Down

0 comments on commit f583814

Please sign in to comment.