Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Feb 12, 2021
1 parent 07eaac0 commit 2928746
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies: {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-transition-group": "^4.4.1",
"primeicons": "^4.0.0"
"primeicons": "^4.1.0"
}
```

Expand Down
8 changes: 4 additions & 4 deletions src/showcase/setup/SetupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ import { Accordion,AccordionTab } from 'primereact/accordion';
<CodeHighlight lang="js">
{`
dependencies: {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-transition-group": "^2.5.1"
"primeicons": "^4.0.0"
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-transition-group": "^4.4.1",
"primeicons": "^4.1.0",
}
`}
</CodeHighlight>
Expand Down

0 comments on commit 2928746

Please sign in to comment.