Skip to content

Commit

Permalink
🚀 support React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Apr 18, 2022
1 parent 1bc7c2d commit 404b92d
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 104 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"extends": ["@casper124578/eslint-config", "@casper124578/eslint-config-react"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"project": "./tsconfig.json",
"ecmaVersion": 2018,
"ecmaVersion": 2022,
"sourceType": "module"
},
"rules": {
"unicorn/prefer-module": "error"
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.0

- Support React 18

## 1.5.6

- Bump dependencies
Expand Down
Loading

0 comments on commit 404b92d

Please sign in to comment.