Skip to content

Commit ec7ae38

Browse files
committedOct 19, 2021
chore: update dependencies and devDependencies
1 parent 4fbd066 commit ec7ae38

File tree

2 files changed

+344
-337
lines changed

2 files changed

+344
-337
lines changed
 

‎packages/coreui-react-chartjs/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"react chart.js implementation",
1414
"layout",
1515
"component",
16-
"react"
16+
"react",
17+
"react-component",
18+
"react component"
1719
],
1820
"homepage": "https://coreui.io/react/docs/components/chart/",
1921
"bugs": {
@@ -44,20 +46,20 @@
4446
},
4547
"devDependencies": {
4648
"@rollup/plugin-commonjs": "^21.0.0",
47-
"@rollup/plugin-node-resolve": "^13.0.5",
49+
"@rollup/plugin-node-resolve": "^13.0.6",
4850
"@rollup/plugin-typescript": "^8.3.0",
4951
"@testing-library/jest-dom": "^5.14.1",
5052
"@testing-library/react": "^12.1.2",
5153
"@types/lodash": "^4.14.172",
52-
"@typescript-eslint/eslint-plugin": "^5.0.0",
53-
"@typescript-eslint/parser": "^5.0.0",
54+
"@typescript-eslint/eslint-plugin": "^5.1.0",
55+
"@typescript-eslint/parser": "^5.1.0",
5456
"classnames": "^2.3.1",
5557
"eslint": "^7.32.0",
5658
"eslint-config-prettier": "^8.3.0",
5759
"eslint-plugin-prettier": "^4.0.0",
5860
"eslint-plugin-react": "^7.26.1",
5961
"eslint-plugin-react-hooks": "^4.2.0",
60-
"jest": "^27.3.0",
62+
"jest": "^27.3.1",
6163
"jest-canvas-mock": "^2.3.1",
6264
"lodash": "^4.17.21",
6365
"prettier": "^2.4.1",

0 commit comments

Comments
 (0)
Please sign in to comment.