Skip to content

Commit 7c67666

Browse files
authored
Merge pull request #37 from acelaya/feature/react-18
Feature/react 18
2 parents 2025ee2 + 4ebf2a5 commit 7c67666

File tree

3 files changed

+65
-52
lines changed

3 files changed

+65
-52
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [1.3.0] - 2022-04-02
8+
### Added
9+
* Added support for React 18
10+
11+
### Changed
12+
* Updated to shlink coding standard 2.0
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* *Nothing*
19+
20+
### Fixed
21+
* *Nothing*
22+
23+
724
## [1.2.2] - 2021-07-07
825
### Added
926
* *Nothing*

package-lock.json

Lines changed: 43 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@rollup/plugin-typescript": "^8.3.1",
3636
"@shlinkio/eslint-config-js-coding-standard": "~2.0.1",
3737
"@testing-library/jest-dom": "^5.16.3",
38-
"@testing-library/react": "^12.1.4",
38+
"@testing-library/react": "^13.0.0",
3939
"@types/jest": "^27.4.1",
4040
"@types/react": "^17.0.43",
4141
"@types/react-dom": "^17.0.14",
@@ -44,16 +44,16 @@
4444
"eslint-loader": "^4.0.2",
4545
"jest": "^27.5.1",
4646
"prepend-file": "^2.0.1",
47-
"react": "^17.0.2",
48-
"react-dom": "^17.0.2",
47+
"react": "^18.0.0",
48+
"react-dom": "^18.0.0",
4949
"rollup": "^2.70.1",
5050
"ts-jest": "^27.1.4",
5151
"tslib": "^2.3.1",
5252
"typescript": "^4.6.3"
5353
},
5454
"peerDependencies": {
55-
"react": "^17.0",
56-
"react-dom": "^17.0"
55+
"react": "^17.0 || ^18.0",
56+
"react-dom": "^17.0 || ^18.0"
5757
},
5858
"files": [
5959
"dist"

0 commit comments

Comments
 (0)