Skip to content

Commit c713371

Browse files
Merge pull request #5 from coreui/main
New changes from coreui repo
2 parents 0878d75 + 3ee6de4 commit c713371

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,35 @@
2222
"test:debug": "react-scripts --inspect-brk test --runInBand"
2323
},
2424
"dependencies": {
25-
"@coreui/chartjs": "^3.1.1",
25+
"@coreui/chartjs": "^3.1.2",
2626
"@coreui/coreui": "^4.2.6",
2727
"@coreui/icons": "^3.0.1",
2828
"@coreui/icons-react": "^2.1.0",
29-
"@coreui/react": "^4.6.0",
30-
"@coreui/react-chartjs": "^2.1.2",
31-
"@coreui/utils": "^2.0.1",
29+
"@coreui/react": "^4.9.0-rc.0",
30+
"@coreui/react-chartjs": "^2.1.3",
31+
"@coreui/utils": "^2.0.2",
3232
"chart.js": "^3.9.1",
3333
"classnames": "^2.3.2",
34-
"core-js": "^3.29.0",
34+
"core-js": "^3.31.0",
3535
"prop-types": "^15.8.1",
3636
"react": "^18.2.0",
3737
"react-app-polyfill": "^3.0.0",
3838
"react-dom": "^18.2.0",
39-
"react-redux": "^8.0.5",
40-
"react-router-dom": "^6.8.2",
39+
"react-redux": "^8.1.1",
40+
"react-router-dom": "^6.14.0",
4141
"redux": "4.2.1",
4242
"simplebar-react": "^2.4.3"
4343
},
4444
"devDependencies": {
4545
"@testing-library/jest-dom": "^5.16.5",
4646
"@testing-library/react": "^14.0.0",
4747
"@testing-library/user-event": "^14.4.3",
48-
"eslint-config-prettier": "^8.7.0",
48+
"eslint-config-prettier": "^8.8.0",
4949
"eslint-plugin-prettier": "^4.2.1",
50-
"prettier": "2.8.4",
50+
"prettier": "2.8.8",
5151
"react-scripts": "5.0.1",
52-
"sass": "^1.58.3",
53-
"web-vitals": "^3.1.1"
52+
"sass": "^1.63.6",
53+
"web-vitals": "^3.3.2"
5454
},
5555
"engines": {
5656
"node": ">=10",

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!--
33
* CoreUI Free React.js Admin Template
44
* @version v4.5.0
5-
* @link https://coreui.io/react/
5+
* @link https://coreui.io/product/free-react-admin-template/
66
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
7-
* License MIT
7+
* Licensed under MIT (https://github.com/coreui/coreui-free-react-admin-template/blob/main/LICENSE)
88
-->
99
<html lang="en">
1010
<head>

0 commit comments

Comments
 (0)