Skip to content

Commit

Permalink
Support React 17 (#5)
Browse files Browse the repository at this point in the history
* support older versions of react

* updated package-lock

* version bump
  • Loading branch information
FinnIckler authored Aug 24, 2023
1 parent d31539c commit 5af0ced
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thewca/wca-components",
"version": "0.5.0",
"version": "0.5.1",
"description": "The WCA React Component Library",
"repository": {
"type": "git",
Expand All @@ -26,11 +26,11 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.0",
"@types/react": "^17.0.0 || ^18.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": ">=6.3.0",
"fomantic-ui-css": "^2.9.2",
"semantic-ui-react": "^2.1.4"
},
Expand Down Expand Up @@ -58,8 +58,8 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"sass": "^1.62.1",
"storybook": "^7.0.18",
"typescript": "^4.5.4"
Expand Down

0 comments on commit 5af0ced

Please sign in to comment.