Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@coreui/chartjs          ^3.0.0  →   ^3.1.1
@coreui/coreui           ^4.2.1  →   ^4.2.6
@coreui/icons            ^2.1.0  →   ^3.0.1
@coreui/react            ^4.3.1  →   ^4.6.0
@coreui/react-chartjs    ^2.1.0  →   ^2.1.2
@coreui/utils            ^1.3.1  →   ^2.0.1
@testing-library/react  ^13.3.0  →  ^14.0.0
chart.js                 ^3.9.1  →   ^4.2.1
classnames               ^2.3.1  →   ^2.3.2
core-js                 ^3.24.1  →  ^3.29.0
eslint-config-prettier   ^8.5.0  →   ^8.7.0
prettier                  2.7.1  →    2.8.4
react-redux              ^8.0.2  →   ^8.0.5
react-router-dom         ^6.3.0  →   ^6.8.2
redux                     4.2.0  →    4.2.1
sass                    ^1.54.4  →  ^1.58.3
simplebar-react          ^2.4.1  →   ^2.4.3
web-vitals               ^2.1.4  →   ^3.1.1
  • Loading branch information
mrholek committed Mar 7, 2023
1 parent 385856e commit 5b71f94
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,36 @@
"test:debug": "react-scripts --inspect-brk test --runInBand"
},
"dependencies": {
"@coreui/chartjs": "^3.0.0",
"@coreui/coreui": "^4.2.1",
"@coreui/icons": "^2.1.0",
"@coreui/chartjs": "^3.1.1",
"@coreui/coreui": "^4.2.6",
"@coreui/icons": "^3.0.0",
"@coreui/icons-react": "^2.1.0",
"@coreui/react": "^4.3.1",
"@coreui/react-chartjs": "^2.1.0",
"@coreui/utils": "^1.3.1",
"@coreui/react": "^4.6.0",
"@coreui/react-chartjs": "^2.1.2",
"@coreui/utils": "^2.0.0",
"chart.js": "^3.9.1",
"classnames": "^2.3.1",
"core-js": "^3.24.1",
"classnames": "^2.3.2",
"core-js": "^3.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"redux": "4.2.0",
"simplebar-react": "^2.4.1"
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"redux": "4.2.1",
"simplebar-react": "^2.4.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"auto-changelog": "~2.4.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.7.1",
"prettier": "2.8.4",
"react-scripts": "5.0.1",
"sass": "^1.54.4",
"web-vitals": "^2.1.4"
"sass": "^1.58.3",
"web-vitals": "^3.1.1"
},
"engines": {
"node": ">=10",
Expand Down

0 comments on commit 5b71f94

Please sign in to comment.