Skip to content

Commit 65aaaa3

Browse files
committed
chore: update dependencies and devDependencies
1 parent dbf3a40 commit 65aaaa3

File tree

2 files changed

+866
-838
lines changed

2 files changed

+866
-838
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"license": "MIT",
1414
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
1515
"scripts": {
16-
"build": "react-scripts build",
17-
"changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit",
16+
"build": "react-scripts --openssl-legacy-provider build",
17+
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
1818
"eject": "react-scripts eject",
1919
"lint": "eslint \"src/**/*.js\"",
20-
"start": "react-scripts start",
20+
"start": "react-scripts --openssl-legacy-provider start",
2121
"test": "react-scripts test",
2222
"test:cov": "npm test -- --coverage --watchAll=false",
2323
"test:debug": "react-scripts --inspect-brk test --runInBand"
@@ -27,34 +27,34 @@
2727
},
2828
"dependencies": {
2929
"@coreui/chartjs": "^3.0.0",
30-
"@coreui/coreui": "^4.0.5",
30+
"@coreui/coreui": "^4.1.0",
3131
"@coreui/icons": "^2.1.0",
32-
"@coreui/icons-react": "2.0.0",
33-
"@coreui/react": "4.0.0",
34-
"@coreui/react-chartjs": "2.0.0",
32+
"@coreui/icons-react": "^2.0.0",
33+
"@coreui/react": "^4.1.0",
34+
"@coreui/react-chartjs": "^2.0.0",
3535
"@coreui/utils": "^1.3.1",
36-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
37-
"chart.js": "^3.5.1",
36+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
37+
"chart.js": "^3.6.0",
3838
"classnames": "^2.3.1",
39-
"core-js": "^3.18.3",
39+
"core-js": "^3.19.1",
4040
"enzyme": "^3.11.0",
4141
"prop-types": "^15.7.2",
4242
"react": "^17.0.2",
4343
"react-app-polyfill": "^2.0.0",
4444
"react-dom": "^17.0.2",
45-
"react-redux": "^7.2.5",
45+
"react-redux": "^7.2.6",
4646
"react-router-dom": "^5.3.0",
47-
"redux": "4.1.1",
47+
"redux": "4.1.2",
4848
"simplebar-react": "^2.3.6"
4949
},
5050
"devDependencies": {
5151
"auto-changelog": "~2.3.0",
5252
"eslint": "^7.32.0",
5353
"eslint-config-prettier": "^8.3.0",
5454
"eslint-plugin-prettier": "^4.0.0",
55-
"prettier": "2.4.1",
55+
"prettier": "2.5.0",
5656
"react-scripts": "^4.0.3",
57-
"sass": "^1.43.2"
57+
"sass": "^1.43.5"
5858
},
5959
"engines": {
6060
"node": ">=10",

0 commit comments

Comments
 (0)