Skip to content

Commit

Permalink
fix(security): udpate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smakosh committed Apr 7, 2020
1 parent c33de95 commit 7d99f70
Show file tree
Hide file tree
Showing 4 changed files with 12,738 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CODEOWNERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @smakosh will be requested for review when someone opens a pull request.
* @smakosh
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

- Running `npm install` in the component's root directory will install everything you need for development.

### Commit Messages

Commit messages should follow the following pattern:

- `chore: ....`
- `docs: ....`
- `feat: ....`
- `fix: ....`
- `refactor: ....`
- `style: ....`
- `test: ....`

You can learn more about [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)

## Demo Development Server

- `npm start` will run a development server with the component's demo app at [http://localhost:3000](http://localhost:3000) with hot module reloading.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"prop-types": "^15.7.2",
"styled-components": "^4.3.2"
"styled-components": "^5.1.0"
},
"peerDependencies": {
"react": "16.x"
Expand All @@ -32,7 +32,7 @@
"nwb": "^0.23.x",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"semantic-release": "^15.13.18",
"semantic-release": "^17.0.4",
"travis-deploy-once": "^5.0.11"
},
"author": "smakosh",
Expand Down
Loading

0 comments on commit 7d99f70

Please sign in to comment.