Skip to content

Commit 31e296e

Browse files
committed
chore: update dependencies and devDependencies
1 parent b7f962a commit 31e296e

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
@@ -23,38 +23,38 @@
2323
"test:debug": "react-scripts --inspect-brk test --runInBand"
2424
},
2525
"config": {
26-
"coreui_library_short_version": "4.2"
26+
"coreui_library_short_version": "4.3"
2727
},
2828
"dependencies": {
2929
"@coreui/chartjs": "^3.0.0",
30-
"@coreui/coreui": "^4.1.5",
30+
"@coreui/coreui": "^4.2.0",
3131
"@coreui/icons": "^2.1.0",
3232
"@coreui/icons-react": "^2.1.0",
33-
"@coreui/react": "^4.2.2",
33+
"@coreui/react": "^4.3.0",
3434
"@coreui/react-chartjs": "^2.1.0",
3535
"@coreui/utils": "^1.3.1",
36-
"chart.js": "^3.7.1",
36+
"chart.js": "^3.8.0",
3737
"classnames": "^2.3.1",
38-
"core-js": "^3.22.6",
38+
"core-js": "^3.23.4",
3939
"prop-types": "^15.8.1",
40-
"react": "^18.1.0",
40+
"react": "^18.2.0",
4141
"react-app-polyfill": "^3.0.0",
42-
"react-dom": "^18.1.0",
42+
"react-dom": "^18.2.0",
4343
"react-redux": "^8.0.2",
4444
"react-router-dom": "^6.3.0",
4545
"redux": "4.2.0",
46-
"simplebar-react": "^2.3.7"
46+
"simplebar-react": "^2.4.1"
4747
},
4848
"devDependencies": {
4949
"@testing-library/jest-dom": "^5.16.4",
50-
"@testing-library/react": "^13.2.0",
51-
"@testing-library/user-event": "^14.2.0",
50+
"@testing-library/react": "^13.3.0",
51+
"@testing-library/user-event": "^14.2.1",
5252
"auto-changelog": "~2.4.0",
5353
"eslint-config-prettier": "^8.5.0",
54-
"eslint-plugin-prettier": "^4.0.0",
55-
"prettier": "2.6.2",
54+
"eslint-plugin-prettier": "^4.2.1",
55+
"prettier": "2.7.1",
5656
"react-scripts": "5.0.1",
57-
"sass": "^1.52.1",
57+
"sass": "^1.53.0",
5858
"web-vitals": "^2.1.4"
5959
},
6060
"engines": {

0 commit comments

Comments
 (0)