Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@coreui/coreui        ^5.0.0-rc-2  →  ^5.0.0-rc.3
@coreui/react         ^5.0.0-rc.2  →  ^5.0.0-rc.3
autoprefixer             ^10.4.18  →     ^10.4.19
core-js                   ^3.36.0  →      ^3.36.1
eslint-plugin-react       ^7.34.0  →      ^7.34.1
postcss                   ^8.4.35  →      ^8.4.38
sass                      ^1.71.1  →      ^1.72.0
vite                       ^5.1.6  →       ^5.2.2
  • Loading branch information
mrholek committed Mar 22, 2024
1 parent b570485 commit 0a7196f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@coreui/coreui": "^5.0.0-rc-2",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.2.1",
"@coreui/react": "^5.0.0-rc.2",
"@coreui/react": "^5.0.0-rc.3",
"@coreui/react-chartjs": "^3.0.0-rc.0",
"@coreui/utils": "^2.0.2",
"@popperjs/core": "^2.11.8",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"core-js": "^3.36.0",
"core-js": "^3.36.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -40,15 +40,15 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"sass": "^1.71.1",
"vite": "^5.1.6"
"sass": "^1.72.0",
"vite": "^5.2.2"
}
}

0 comments on commit 0a7196f

Please sign in to comment.