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

Skip to content

Commit 3b37bd9

Browse files
committed
chore: update dependencies and devDependencies
@types/react ^19.1.2 → ^19.1.4 @types/react-dom ^19.1.2 → ^19.1.5 @typescript-eslint/parser ^8.31.1 → ^8.32.1 eslint ^9.25.1 → ^9.27.0 eslint-config-prettier ^10.1.2 → ^10.1.5 eslint-plugin-prettier ^5.2.6 → ^5.4.0 eslint-plugin-unicorn ^59.0.0 → ^59.0.1 globals ^16.0.0 → ^16.1.0 rollup ^4.40.1 → ^4.41.0 sass ^1.87.0 → ^1.89.0 ts-jest ^29.3.2 → ^29.3.4 typescript-eslint ^8.31.1 → ^8.32.1
1 parent bee8617 commit 3b37bd9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/parser": "^8.31.1",
26-
"eslint": "^9.25.1",
27-
"eslint-config-prettier": "^10.1.2",
28-
"eslint-plugin-prettier": "^5.2.6",
25+
"@typescript-eslint/parser": "^8.32.1",
26+
"eslint": "^9.27.0",
27+
"eslint-config-prettier": "^10.1.5",
28+
"eslint-plugin-prettier": "^5.4.0",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^5.2.0",
31-
"eslint-plugin-unicorn": "^59.0.0",
32-
"globals": "^16.0.0",
31+
"eslint-plugin-unicorn": "^59.0.1",
32+
"globals": "^16.1.0",
3333
"lerna": "^8.2.2",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.5.3",
36-
"typescript-eslint": "^8.31.1"
36+
"typescript-eslint": "^8.32.1"
3737
},
3838
"overrides": {
3939
"gatsby-remark-external-links": {

packages/coreui-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
5656
"@types/prop-types": "15.7.14",
57-
"@types/react": "^19.1.2",
58-
"@types/react-dom": "^19.1.2",
57+
"@types/react": "^19.1.4",
58+
"@types/react-dom": "^19.1.5",
5959
"@types/react-transition-group": "^4.4.12",
6060
"classnames": "^2.5.1",
6161
"cross-env": "^7.0.3",
@@ -64,8 +64,8 @@
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",
6666
"react-transition-group": "^4.4.5",
67-
"rollup": "^4.40.1",
68-
"ts-jest": "^29.3.2",
67+
"rollup": "^4.41.0",
68+
"ts-jest": "^29.3.4",
6969
"tslib": "^2.8.1",
7070
"typescript": "^5.8.3"
7171
},

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"react-imask": "^7.6.1",
5959
"react-markdown": "^10.1.0",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.87.0",
61+
"sass": "^1.89.0",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)
0