Skip to content

Commit

Permalink
feat: update to react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed Jun 8, 2022
1 parent 4ba2ec9 commit ac9bb25
Show file tree
Hide file tree
Showing 2 changed files with 3,389 additions and 4,162 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"@commitlint/config-conventional": "^9.1.2",
"@jpex-js/babel-plugin": "^1.4.0",
"@team-griffin/eslint-config": "^3.3.0",
"@testing-library/react": "^11.1.1",
"@testing-library/react-hooks": "^3.4.1",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.0",
"@types/react": "^18.0.12",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"ava": "^3.12.1",
"browser-env": "^3.3.0",
"eslint": "^7.8.1",
"eslint": "^8.17.0",
"jpex": "^4.3.0",
"module-alias": "^2.2.2",
"nyc": "^15.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-test-renderer": "^18.1.0",
"rollup": "^2.26.9",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
Expand All @@ -49,6 +49,6 @@
},
"peerDependencies": {
"jpex": "^4.3.0",
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}
Loading

0 comments on commit ac9bb25

Please sign in to comment.