Skip to content

Commit 4788aad

Browse files
Merge pull request #45 from wearepush/chore/deps
chore: update deps
2 parents 5f4b591 + fa5e071 commit 4788aad

File tree

5 files changed

+23346
-35325
lines changed

5 files changed

+23346
-35325
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx lint-staged

.husky/prepare-commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
exec < /dev/tty && node_modules/.bin/cz --hook || true

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,22 @@ The starter ui includes the following technologies:
1919

2020
| Technology | Description |
2121
| --------------------------------------------- | ------------------------------------------------------------------------------ |
22-
| [Node 14.0.0 LTS](https://nodejs.org/en/) | Node |
22+
| [Node 16.0.0 LTS](https://nodejs.org/en/) | Node |
2323
| [React 17](https://github.com/facebook/react) | JavaScript library for building user interfaces |
24-
| [Redux](http://redux.js.org/) | Redux is a predictable state container for JavaScript apps |
25-
| [Redux-Form](http://redux-form.com) | A Higher Order Component using react-redux to keep form state in a Redux store |
2624

2725
## Installation
2826

2927
```bash
3028
npm install push-ui --save
3129
```
3230

33-
## Release
31+
## Release x.^^^.x
3432

3533
```bash
3634
npm run release -- --release-as minor
3735
```
3836

39-
## Patch
37+
## Patch x.x.^^^
4038

4139
```bash
4240
npm run release -- --release-as patch

0 commit comments

Comments
 (0)