Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
feat(dependencies): updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett committed Jan 24, 2021
1 parent d96206f commit b7afd97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

# [0.22.0](https://github.com/cujarrett/glimpse/compare/v0.21.0...v0.22.0) (2021-01-17)


### Features

* **ci/cd:** adds missing dependency install ([57312ab](https://github.com/cujarrett/glimpse/commit/57312ab7b7855266ac64f3630f912521a328a3d9))

# [0.21.0](https://github.com/cujarrett/glimpse/compare/v0.20.4...v0.21.0) (2021-01-17)


### Features

* **ci/cd:** adds semantic-release ([77aef05](https://github.com/cujarrett/glimpse/commit/77aef05f216ce6b8c70fe5517e2aa8ae3ac81491))
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"web": "https://mattjarrett.dev"
}
],
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@material-ui/core": "~4.11.2",
"@material-ui/icons": "~4.11.2",
Expand All @@ -43,7 +50,6 @@
"react-share": "~4.3.1",
"recharts": "~2.0.3"
},
"homepage": ".",
"devDependencies": {
"@commitlint/cli": "~11.0.0",
"@commitlint/config-conventional": "~11.0.0",
Expand All @@ -63,12 +69,6 @@
"jest-environment-jsdom-sixteen": "~1.0.3",
"semantic-release": "~17.3.7"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
Expand Down

0 comments on commit b7afd97

Please sign in to comment.