8000 chore: update dependencies and devDependencies · MarwanElsadat/coreui-react@94f54b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94f54b0

Browse files
committed
chore: update dependencies and devDependencies
1 parent 311fbc1 commit 94f54b0

File tree

4 files changed

+184
-75
lines changed

4 files changed

+184
-75
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"test:update": "jest --coverage --updateSnapshot"
1616
},
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "^5.1.0",
19-
"@typescript-eslint/parser": "^5.1.0",
20-
"eslint": "7.32.0",
18+
"@typescript-eslint/eslint-plugin": "^5.3.0",
19+
"@typescript-eslint/parser": "^5.3.0",
20+
"eslint": "8.2.0",
2121
"eslint-config-prettier": "^8.3.0",
2222
"eslint-plugin-prettier": "^4.0.0",
2323
"eslint-plugin-react": "^7.26.1",

packages/coreui-react-chartjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
},
4040
"dependencies": {
4141
"@coreui/chartjs": "^3.0.0",
42-
"chart.js": "^3.5.0"
42+
"chart.js": "^3.6.0"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^21.0.1",
4646
"@rollup/plugin-node-resolve": "^13.0.6",
4747
"@rollup/plugin-typescript": "^8.3.0",
48-
"@testing-library/jest-dom": "^5.14.1",
48+
"@testing-library/jest-dom": "^5.15.0",
4949
"@testing-library/react": "^12.1.2",
5050
"@types/lodash": "^4.14.176",
5151
"classnames": "^2.3.1",
5252
"lodash": "^4.17.21",
5353
"prop-types": "^15.7.2",
54-
"rollup": "^2.56.2",
54+
"rollup": "^2.59.0",
5555
"rollup-plugin-peer-deps-external": "^2.2.4",
5656
"typescript": "^4.4.4"
5757
},

packages/coreui-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
"@rollup/plugin-commonjs": "^21.0.1",
4040
"@rollup/plugin-node-resolve": "^13.0.6",
4141
"@rollup/plugin-typescript": "^8.3.0",
42-
"@testing-library/jest-dom": "^5.14.1",
42+
"@testing-library/jest-dom": "^5.15.0",
4343
"@testing-library/react": "^12.1.2",
44-
"@types/react": "^17.0.31",
45-
"@types/react-dom": "^17.0.10",
46-
"@types/react-transition-group": "^4.4.3",
44+
"@types/react": "^17.0.34",
45+
"@types/react-dom": "^17.0.11",
46+
"@types/react-transition-group": "^4.4.4",
4747
"classnames": "^2.3.1",
4848
"prop-types": "^15.7.2",
4949
"react": "^17.0.2",
5050
"react-dom": "^17.0.2",
5151
"react-popper": "^2.2.5",
5252
"react-transition-group": "^4.4.2",
53-
"rollup": "^2.58.0",
53+
"rollup": "^2.59.0",
5454
"rollup-plugin-peer-deps-external": "^2.2.4",
5555
"typescript": "^4.4.4"
5656
},

0 commit comments

Comments
 (0)
0