Skip to content

Commit f4f5743

Browse files
committed
chore: update dependencies and devDependencies
react-redux ^8.1.0 → ^8.1.1 react-router-dom ^6.12.1 → ^6.14.0 sass ^1.63.3 → ^1.63.6
1 parent a1f2012 commit f4f5743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@coreui/coreui": "4.3.0-beta.0",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.1.0",
29-
"@coreui/react": "^4.9.0-beta.1",
29+
"@coreui/react": "^4.9.0-beta.2",
3030
"@coreui/react-chartjs": "^2.1.3",
3131
"@coreui/utils": "^2.0.2",
3232
"chart.js": "^3.9.1",
@@ -36,8 +36,8 @@
3636
"react": "^18.2.0",
3737
"react-app-polyfill": "^3.0.0",
3838
"react-dom": "^18.2.0",
39-
"react-redux": "^8.1.0",
40-
"react-router-dom": "^6.12.1",
39+
"react-redux": "^8.1.1",
40+
"react-router-dom": "^6.14.0",
4141
"redux": "4.2.1",
4242
"simplebar-react": "^3.2.4"
4343
},
@@ -49,7 +49,7 @@
4949
"eslint-plugin-prettier": "^4.2.1",
5050
"prettier": "2.8.8",
5151
"react-scripts": "5.0.1",
52-
"sass": "^1.63.3",
52+
"sass": "^1.63.6",
5353
"web-vitals": "^3.3.2"
5454
},
5555
"engines": {

0 commit comments

Comments
 (0)