Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@coreui/chartjs         ^4.0.0-beta.0  →  ^4.0.0-beta.1
@coreui/coreui          ^5.0.0-beta.1  →  ^5.0.0-beta.2
@testing-library/react        ^14.0.0  →        ^14.1.0
  • Loading branch information
mrholek committed Nov 8, 2023
1 parent c438637 commit 2539b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test:debug": "react-scripts --inspect-brk test --runInBand"
},
"dependencies": {
"@coreui/chartjs": "^4.0.0-beta.0",
"@coreui/coreui": "^5.0.0-beta.1",
"@coreui/chartjs": "^4.0.0-beta.1",
"@coreui/coreui": "^5.0.0-beta.2",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.2.1",
"@coreui/react": "^5.0.0-beta.1",
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down

0 comments on commit 2539b12

Please sign in to comment.