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  →    ^4.1.0
@coreui/coreui               ^5.2.0  →    ^5.3.1
@types/prop-types           15.7.13  →   15.7.14
@typescript-eslint/parser   ^8.23.0  →   ^8.24.0
globby                      ^14.0.2  →   ^14.1.0
eslint                      ^9.19.0  →   ^9.20.1
globals                    ^15.14.0  →  ^15.15.0
prettier                     ^3.4.2  →    ^3.5.1
rollup                      ^4.34.4  →   ^4.34.7
sass                        ^1.84.0  →   ^1.85.0
typescript-eslint           ^8.23.0  →   ^8.24.0
  • Loading branch information
mrholek committed Feb 16, 2025
1 parent ef0e750 commit e53f0fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"globals": "^15.15.0",
"lerna": "^8.1.9",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"typescript-eslint": "^8.23.0"
"prettier": "^3.5.1",
"typescript-eslint": "^8.24.0"
},
"overrides": {
"gatsby-remark-external-links": {
Expand Down
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.2.0",
"@coreui/coreui": "^5.3.1",
"@popperjs/core": "^2.11.8",
"prop-types": "^15.8.1"
},
Expand All @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/prop-types": "15.7.13",
"@types/prop-types": "15.7.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.12",
Expand All @@ -64,7 +64,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5",
"rollup": "^4.34.4",
"rollup": "^4.34.7",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "^5.2.0",
"@coreui/chartjs": "^4.1.0",
"@coreui/coreui": "^5.3.1",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.3.0",
"@coreui/react-chartjs": "^3.0.0",
Expand All @@ -48,7 +48,7 @@
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"globby": "^14.0.2",
"globby": "^14.1.0",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
Expand All @@ -58,7 +58,7 @@
"react-imask": "^7.6.1",
"react-markdown": "^9.0.3",
"rimraf": "^6.0.1",
"sass": "^1.84.0",
"sass": "^1.85.0",
"showdown": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit e53f0fe

Please sign in to comment.