Skip to content

Commit 8c1ad99

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^4.0.0-rc.0 → ^4.0.0 @coreui/coreui ^5.0.0-rc.3 → ^5.0.0 @coreui/react-chartjs ^3.0.0-rc.0 → ^3.0.0 @types/react 18.2.67 → 18.2.73 @typescript-eslint/eslint-plugin ^7.3.1 → ^7.4.0 @typescript-eslint/parser ^7.3.1 → ^7.4.0 rollup ^4.13.0 → ^4.13.1
1 parent e7deebd commit 8c1ad99

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^7.3.1",
26-
"@typescript-eslint/parser": "^7.3.1",
25+
"@typescript-eslint/eslint-plugin": "^7.4.0",
26+
"@typescript-eslint/parser": "^7.4.0",
2727
"eslint": "8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-prettier": "^5.1.3",

packages/coreui-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.0.0-rc.3",
44+
"@coreui/coreui": "^5.0.0",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
@@ -52,7 +52,7 @@
5252
"@testing-library/jest-dom": "^6.4.2",
5353
"@testing-library/react": "^14.2.2",
5454
"@types/jest": "^29.5.12",
55-
"@types/react": "18.2.67",
55+
"@types/react": "18.2.73",
5656
"@types/react-dom": "^18.2.22",
5757
"@types/react-transition-group": "^4.4.10",
5858
"classnames": "^2.5.1",
@@ -62,7 +62,7 @@
6262
"react": "^18.2.0",
6363
"react-dom": "^18.2.0",
6464
"react-transition-group": "^4.4.5",
65-
"rollup": "^4.13.0",
65+
"rollup": "^4.13.1",
6666
"ts-jest": "^29.1.2",
6767
"tslib": "^2.6.2",
6868
"typescript": "^5.4.3"

packages/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"clean": "gatsby clean"
2525
},
2626
"dependencies": {
27-
"@coreui/chartjs": "^4.0.0-rc.0",
28-
"@coreui/coreui": "^5.0.0-rc.3",
27+
"@coreui/chartjs": "^4.0.0",
28+
"@coreui/coreui": "^5.0.0",
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.2.1",
31-
"@coreui/react-chartjs": "^3.0.0-rc.0",
31+
"@coreui/react-chartjs": "^3.0.0",
3232
"@coreui/utils": "^2.0.2",
3333
"@docsearch/css": "^3.6.0",
3434
"@mdx-js/mdx": "^2.3.0",

0 commit comments

Comments
 (0)