Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@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
  • Loading branch information
mrholek committed Mar 28, 2024
1 parent e7deebd commit 8c1ad99
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-icons-react
Submodule coreui-icons-react updated 1 files
+10 −10 package.json
2 changes: 1 addition & 1 deletion packages/coreui-react-chartjs
6 changes: 3 additions & 3 deletions packages/coreui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:update": "jest --coverage --updateSnapshot"
},
"dependencies": {
"@coreui/coreui": "^5.0.0-rc.3",
"@coreui/coreui": "^5.0.0",
"@popperjs/core": "^2.11.8",
"prop-types": "^15.8.1"
},
Expand All @@ -52,7 +52,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/jest": "^29.5.12",
"@types/react": "18.2.67",
"@types/react": "18.2.73",
"@types/react-dom": "^18.2.22",
"@types/react-transition-group": "^4.4.10",
"classnames": "^2.5.1",
Expand All @@ -62,7 +62,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"rollup": "^4.13.0",
"rollup": "^4.13.1",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"clean": "gatsby clean"
},
"dependencies": {
"@coreui/chartjs": "^4.0.0-rc.0",
"@coreui/coreui": "^5.0.0-rc.3",
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "^5.0.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.2.1",
"@coreui/react-chartjs": "^3.0.0-rc.0",
"@coreui/react-chartjs": "^3.0.0",
"@coreui/utils": "^2.0.2",
"@docsearch/css": "^3.6.0",
"@mdx-js/mdx": "^2.3.0",
Expand Down

0 comments on commit 8c1ad99

Please sign in to comment.