Skip to content

Commit

Permalink
fix(dependencies): upgrade many dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitlab-CI committed Nov 14, 2018
1 parent db72c66 commit 7b9fff1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# v4

[![Build Status](https://travis-ci.org/@bootstrap-styled/v4.svg?branch=master)](https://travis-ci.org/@bootstrap-styled/v4) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/v4.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4) [![License](https://img.shields.io/npm/l/@bootstrap-styled/v4.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/v4.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/v4) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/v4.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/v4) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/v4.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.v4&metric=coverage)](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.v4&metric=coverage) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.v4&metric=alert_status)](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.v4&metric=alert_status)
[![Build Status](https://travis-ci.org/bootstrap-styled/v4.svg?branch=master)](https://travis-ci.org/bootstrap-styled/v4) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/v4.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4) [![License](https://img.shields.io/npm/l/@bootstrap-styled/v4.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/v4.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/v4) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/v4.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/v4) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/v4.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/v4)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.v4&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.v4) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.v4&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.v4)

Set of styled-components theme variables based on Bootstrap philosophy.

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@semantic-release/github": "^5.2.1",
"@semantic-release/npm": "^4.0.0",
"@bootstrap-styled/provider": "^1.1.5",
"@yeutech-lab/rollup-umd-documentation": "^2.4.2",
"@yeutech-lab/rollup-umd-documentation": "^2.4.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
Expand Down Expand Up @@ -184,10 +184,10 @@
"mini-html-webpack-plugin": "^0.2.3",
"pre-commit": "^1.2.2",
"raf": "^3.3.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^5.0.7",
"react-styleguidist": "^8.0.3",
"react-styleguidist": "^8.0.4",
"react-test-renderer": "^16.0.0",
"redux": "^4.0.0",
"redux-immutable": "^4.0.0",
Expand All @@ -206,8 +206,8 @@
"rollup-watch": "^4.3.1",
"semantic-release": "^15.8.0",
"sinon": "^3.3.0",
"styled-components": "^4.1.0",
"toctoc": "^0.3.0",
"styled-components": "^4.1.1",
"toctoc": "^0.3.2",
"webpack": "^4.16.1"
},
"jest": {
Expand Down Expand Up @@ -252,9 +252,9 @@
"build:readme"
],
"dependencies": {
"bootstrap-styled": "^1.0.3",
"@bootstrap-styled/css-mixins": "^1.0.2",
"@bootstrap-styled/css-utils": "^1.0.1",
"bootstrap-styled": "^2.0.3",
"@bootstrap-styled/css-mixins": "^1.1.0",
"@bootstrap-styled/css-utils": "^1.1.0",
"@bootstrap-styled/utils": "^1.6.1",
"basic-math-utils": "^0.3.4",
"classnames": "^2.2.6",
Expand Down

0 comments on commit 7b9fff1

Please sign in to comment.