Skip to content

Commit 969f1d7

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.3.1 → ^5.4.1 @coreui/react ^5.5.0 → ^5.7.1 @vitejs/plugin-react ^4.3.4 → ^5.0.0 autoprefixer ^10.4.20 → ^10.4.21 chart.js ^4.4.7 → ^4.5.0 core-js ^3.40.0 → ^3.45.0 eslint ^9.20.1 → ^9.32.0 eslint-config-prettier ^10.0.1 → ^10.1.8 eslint-plugin-prettier ^5.2.3 → ^5.5.4 eslint-plugin-react ^7.37.4 → ^7.37.5 eslint-plugin-react-hooks ^5.1.0 → ^5.2.0 globals ^15.15.0 → ^16.3.0 postcss ^8.5.2 → ^8.5.6 prettier 3.5.1 → 3.6.2 react ^19.0.0 → ^19.1.1 react-dom ^19.0.0 → ^19.1.1 react-router-dom ^7.1.5 → ^7.7.1 sass ^1.85.0 → ^1.90.0 simplebar-react ^3.3.0 → ^3.3.2 vite ^6.1.0 → ^7.1.0
1 parent 1064cbb commit 969f1d7

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 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.3.1",
23+
"@coreui/coreui": "^5.4.1",
2424
"@coreui/icons": "^3.0.1",
2525
"@coreui/icons-react": "^2.3.0",
26-
"@coreui/react": "^5.5.0",
26+
"@coreui/react": "^5.7.1",
2727
"@coreui/react-chartjs": "^3.0.0",
2828
"@coreui/utils": "^2.0.2",
2929
"@popperjs/core": "^2.11.8",
30-
"chart.js": "^4.4.7",
30+
"chart.js": "^4.5.0",
3131
"classnames": "^2.5.1",
32-
"core-js": "^3.40.0",
32+
"core-js": "^3.45.0",
3333
"prop-types": "^15.8.1",
34-
"react": "^19.0.0",
35-
"react-dom": "^19.0.0",
34+
"react": "^19.1.1",
35+
"react-dom": "^19.1.1",
3636
"react-redux": "^9.2.0",
37-
"react-router-dom": "^7.1.5",
37+
"react-router-dom": "^7.7.1",
3838
"redux": "5.0.1",
39-
"simplebar-react": "^3.3.0"
39+
"simplebar-react": "^3.3.2"
4040
},
4141
"devDependencies": {
42-
"@vitejs/plugin-react": "^4.3.4",
43-
"autoprefixer": "^10.4.20",
44-
"eslint": "^9.20.1",
45-
"eslint-config-prettier": "^10.0.1",
46-
"eslint-plugin-prettier": "^5.2.3",
47-
"eslint-plugin-react": "^7.37.4",
48-
"eslint-plugin-react-hooks": "^5.1.0",
49-
"globals": "^15.15.0",
50-
"postcss": "^8.5.2",
51-
"prettier": "3.5.1",
52-
"sass": "^1.85.0",
53-
"vite": "^6.1.0"
42+
"@vitejs/plugin-react": "^5.0.0",
43+
"autoprefixer": "^10.4.21",
44+
"eslint": "^9.32.0",
45+
"eslint-config-prettier": "^10.1.8",
46+
"eslint-plugin-prettier": "^5.5.4",
47+
"eslint-plugin-react": "^7.37.5",
48+
"eslint-plugin-react-hooks": "^5.2.0",
49+
"globals": "^16.3.0",
50+
"postcss": "^8.5.6",
51+
"prettier": "3.6.2",
52+
"sass": "^1.90.0",
53+
"vite": "^7.1.0"
5454
}
5555
}

0 commit comments

Comments
 (0)