Skip to content

Commit

Permalink
Update node.js version to 14.
Browse files Browse the repository at this point in the history
- bump versions of several dependencies to resolve vulnerabilities identified by npm audit
- fix lint errors due to some eslint plugin updates
  • Loading branch information
takahiko-naito committed Mar 24, 2021
1 parent cd2bc2e commit db0ac1b
Show file tree
Hide file tree
Showing 30 changed files with 10,770 additions and 20,618 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"import/no-extraneous-dependencies": [0],
"import/no-unresolved": [0],
"import/extensions": [0],
"react/forbid-prop-types": [0],
"react/jsx-props-no-spreading": [0]
},
"globals": {
"__DEV__": false,
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
14
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.3.0

### Changed
- Specify node.js version to 14
- Resolved dependency vulnerabilities by running `npm audit fix`

## 0.2.0

### Added
Expand Down
Loading

0 comments on commit db0ac1b

Please sign in to comment.