Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@coreui/coreui         ^5.1.2  →   ^5.2.0
@coreui/react          ^5.4.0  →   ^5.4.1
@vitejs/plugin-react   ^4.3.1  →   ^4.3.3
chart.js               ^4.4.4  →   ^4.4.6
core-js               ^3.38.1  →  ^3.39.0
eslint-plugin-react   ^7.36.1  →  ^7.37.2
postcss               ^8.4.47  →  ^8.4.49
react-router-dom      ^6.26.2  →  ^6.28.0
sass                  ^1.79.3  →  ^1.81.0
vite                   ^5.4.8  →  ^5.4.11
  • Loading branch information
mrholek committed Nov 15, 2024
1 parent 6024429 commit 775ef42
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,35 @@
},
"dependencies": {
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "^5.1.2",
"@coreui/coreui": "^5.2.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.3.0",
"@coreui/react": "^5.4.0",
"@coreui/react": "^5.4.1",
"@coreui/react-chartjs": "^3.0.0",
"@coreui/utils": "^2.0.2",
"@popperjs/core": "^2.11.8",
"chart.js": "^4.4.4",
"chart.js": "^4.4.6",
"classnames": "^2.5.1",
"core-js": "^3.38.1",
"core-js": "^3.39.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.28.0",
"redux": "5.0.1",
"simplebar-react": "^3.2.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"sass": "^1.79.3",
"vite": "^5.4.8"
"sass": "^1.81.0",
"vite": "^5.4.11"
}
}

0 comments on commit 775ef42

Please sign in to comment.