Skip to content

Commit

Permalink
Merge pull request #37 from acelaya/feature/react-18
Browse files Browse the repository at this point in the history
Feature/react 18
  • Loading branch information
acelaya authored Apr 2, 2022
2 parents 2025ee2 + 4ebf2a5 commit 7c67666
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 52 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [1.3.0] - 2022-04-02
### Added
* Added support for React 18

### Changed
* Updated to shlink coding standard 2.0

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [1.2.2] - 2021-07-07
### Added
* *Nothing*
Expand Down
90 changes: 43 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rollup/plugin-typescript": "^8.3.1",
"@shlinkio/eslint-config-js-coding-standard": "~2.0.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/react": "^13.0.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
Expand All @@ -44,16 +44,16 @@
"eslint-loader": "^4.0.2",
"jest": "^27.5.1",
"prepend-file": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.70.1",
"ts-jest": "^27.1.4",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^17.0",
"react-dom": "^17.0"
"react": "^17.0 || ^18.0",
"react-dom": "^17.0 || ^18.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 7c67666

Please sign in to comment.