chore: update dependencies and devDependencies

This commit is contained in:
Łukasz Holeczek 2021-11-29 13:27:57 +01:00
parent dbf3a40a53
commit 65aaaa3d53
2 changed files with 862 additions and 834 deletions

View File

@ -13,11 +13,11 @@
"license": "MIT", "license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)", "author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": { "scripts": {
"build": "react-scripts build", "build": "react-scripts --openssl-legacy-provider build",
"changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit", "changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"lint": "eslint \"src/**/*.js\"", "lint": "eslint \"src/**/*.js\"",
"start": "react-scripts start", "start": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test", "test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false", "test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand" "test:debug": "react-scripts --inspect-brk test --runInBand"
@ -27,24 +27,24 @@
}, },
"dependencies": { "dependencies": {
"@coreui/chartjs": "^3.0.0", "@coreui/chartjs": "^3.0.0",
"@coreui/coreui": "^4.0.5", "@coreui/coreui": "^4.1.0",
"@coreui/icons": "^2.1.0", "@coreui/icons": "^2.1.0",
"@coreui/icons-react": "2.0.0", "@coreui/icons-react": "^2.0.0",
"@coreui/react": "4.0.0", "@coreui/react": "^4.1.0",
"@coreui/react-chartjs": "2.0.0", "@coreui/react-chartjs": "^2.0.0",
"@coreui/utils": "^1.3.1", "@coreui/utils": "^1.3.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"chart.js": "^3.5.1", "chart.js": "^3.6.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"core-js": "^3.18.3", "core-js": "^3.19.1",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^17.0.2", "react": "^17.0.2",
"react-app-polyfill": "^2.0.0", "react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-redux": "^7.2.5", "react-redux": "^7.2.6",
"react-router-dom": "^5.3.0", "react-router-dom": "^5.3.0",
"redux": "4.1.1", "redux": "4.1.2",
"simplebar-react": "^2.3.6" "simplebar-react": "^2.3.6"
}, },
"devDependencies": { "devDependencies": {
@ -52,9 +52,9 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"prettier": "2.4.1", "prettier": "2.5.0",
"react-scripts": "^4.0.3", "react-scripts": "^4.0.3",
"sass": "^1.43.2" "sass": "^1.43.5"
}, },
"engines": { "engines": {
"node": ">=10", "node": ">=10",

1668
yarn.lock

File diff suppressed because it is too large Load Diff