Skip to content

Commit 1267072

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.4.3 → ^5.5.0 @coreui/react ^5.9.1 → ^5.9.2 @vitejs/plugin-react ^5.1.0 → ^5.1.2 autoprefixer ^10.4.21 → ^10.4.23 core-js ^3.46.0 → ^3.47.0 eslint ^9.38.0 → ^9.39.2 globals ^16.4.0 → ^16.5.0 prettier 3.6.2 → 3.7.4 react ^19.2.0 → ^19.2.3 react-dom ^19.2.0 → ^19.2.3 react-router-dom ^7.9.5 → ^7.11.0 sass ^1.93.2 → ^1.97.0 vite ^7.1.12 → ^7.3.0
1 parent c58fa09 commit 1267072

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,36 @@
2020
},
2121
"dependencies": {
2222
"@coreui/chartjs": "^4.1.0",
23-
"@coreui/coreui": "^5.4.3",
23+
"@coreui/coreui": "^5.5.0",
2424
"@coreui/icons": "^3.0.1",
2525
"@coreui/icons-react": "^2.3.0",
26-
"@coreui/react": "^5.9.1",
26+
"@coreui/react": "^5.9.2",
2727
"@coreui/react-chartjs": "^3.0.0",
2828
"@coreui/utils": "^2.0.2",
2929
"@popperjs/core": "^2.11.8",
3030
"chart.js": "^4.5.1",
3131
"classnames": "^2.5.1",
32-
"core-js": "^3.46.0",
32+
"core-js": "^3.47.0",
3333
"prop-types": "^15.8.1",
34-
"react": "^19.2.0",
35-
"react-dom": "^19.2.0",
34+
"react": "^19.2.3",
35+
"react-dom": "^19.2.3",
3636
"react-redux": "^9.2.0",
37-
"react-router-dom": "^7.9.5",
37+
"react-router-dom": "^7.11.0",
3838
"redux": "5.0.1",
3939
"simplebar-react": "^3.3.2"
4040
},
4141
"devDependencies": {
42-
"@vitejs/plugin-react": "^5.1.0",
43-
"autoprefixer": "^10.4.21",
44-
"eslint": "^9.38.0",
42+
"@vitejs/plugin-react": "^5.1.2",
43+
"autoprefixer": "^10.4.23",
44+
"eslint": "^9.39.2",
4545
"eslint-config-prettier": "^10.1.8",
4646
"eslint-plugin-prettier": "^5.5.4",
4747
"eslint-plugin-react": "^7.37.5",
4848
"eslint-plugin-react-hooks": "^7.0.1",
49-
"globals": "^16.4.0",
49+
"globals": "^16.5.0",
5050
"postcss": "^8.5.6",
51-
"prettier": "3.6.2",
52-
"sass": "^1.93.2",
53-
"vite": "^7.1.12"
51+
"prettier": "3.7.4",
52+
"sass": "^1.97.0",
53+
"vite": "^7.3.0"
5454
}
5555
}

0 commit comments

Comments
 (0)