Skip to content

Commit f38f9be

Browse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^4.0.1 → ^4.1.0 @docsearch/react ^4.0.1 → ^4.1.0 @rollup/plugin-node-resolve ^16.0.1 → ^16.0.2 @testing-library/jest-dom ^6.8.0 → ^6.9.1 @types/react ^19.1.13 → ^19.2.0 @types/react-dom ^19.1.9 → ^19.2.0 @typescript-eslint/parser ^8.44.0 → ^8.45.0 cross-env ^10.0.0 → ^10.1.0 eslint ^9.35.0 → ^9.37.0 eslint-plugin-react-hooks ^5.2.0 → ^6.1.1 globby ^14.1.0 → ^15.0.0 lerna ^8.2.4 → ^9.0.0 rollup ^4.50.2 → ^4.52.4 sass ^1.92.1 → ^1.93.2 ts-jest ^29.4.2 → ^29.4.4 typescript ^5.9.2 → ^5.9.3 typescript-eslint ^8.44.0 → ^8.45.0
1 parent 3e523b2 commit f38f9be

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

package.json

Lines changed: 5 additions & 5 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.44.0",
26-
"eslint": "^9.35.0",
25+
"@typescript-eslint/parser": "^8.45.0",
26+
"eslint": "^9.37.0",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-plugin-prettier": "^5.5.4",
2929
"eslint-plugin-react": "^7.37.5",
30-
"eslint-plugin-react-hooks": "^5.2.0",
30+
"eslint-plugin-react-hooks": "^6.1.1",
3131
"eslint-plugin-unicorn": "^61.0.2",
3232
"globals": "^16.4.0",
33-
"lerna": "^8.2.4",
33+
"lerna": "^9.0.0",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.6.2",
36-
"typescript-eslint": "^8.44.0"
36+
"typescript-eslint": "^8.45.0"
3737
},
3838
"overrides": {
3939
"gatsby-remark-external-links": {

packages/coreui-react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,27 @@
4747
},
4848
"devDependencies": {
4949
"@rollup/plugin-commonjs": "^28.0.6",
50-
"@rollup/plugin-node-resolve": "^16.0.1",
50+
"@rollup/plugin-node-resolve": "^16.0.2",
5151
"@rollup/plugin-typescript": "^12.1.4",
5252
"@testing-library/dom": "^10.4.1",
53-
"@testing-library/jest-dom": "^6.8.0",
53+
"@testing-library/jest-dom": "^6.9.1",
5454
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
5656
"@types/prop-types": "15.7.15",
57-
"@types/react": "^19.1.13",
58-
"@types/react-dom": "^19.1.9",
57+
"@types/react": "^19.2.0",
58+
"@types/react-dom": "^19.2.0",
5959
"@types/react-transition-group": "^4.4.12",
6060
"classnames": "^2.5.1",
61-
"cross-env": "^10.0.0",
61+
"cross-env": "^10.1.0",
6262
"jest": "^29.7.0",
6363
"jest-environment-jsdom": "^29.7.0",
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",
6666
"react-transition-group": "^4.4.5",
67-
"rollup": "^4.50.2",
68-
"ts-jest": "^29.4.2",
67+
"rollup": "^4.52.4",
68+
"ts-jest": "^29.4.4",
6969
"tslib": "^2.8.1",
70-
"typescript": "^5.9.2"
70+
"typescript": "^5.9.3"
7171
},
7272
"peerDependencies": {
7373
"react": ">=17",

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@coreui/icons-react": "^2.3.0",
3131
"@coreui/react-chartjs": "^3.0.0",
3232
"@coreui/utils": "^2.0.2",
33-
"@docsearch/css": "^4.0.1",
34-
"@docsearch/react": "^4.0.1",
33+
"@docsearch/css": "^4.1.0",
34+
"@docsearch/react": "^4.1.0",
3535
"@mdx-js/mdx": "^3.1.1",
3636
"@mdx-js/react": "^3.1.1",
3737
"@stackblitz/sdk": "^1.11.0",
@@ -48,7 +48,7 @@
4848
"gatsby-remark-external-links": "^0.0.4",
4949
"gatsby-source-filesystem": "^5.15.0",
5050
"gatsby-transformer-sharp": "^5.15.0",
51-
"globby": "^14.1.0",
51+
"globby": "^15.0.0",
5252
"prism-react-renderer": "^2.4.1",
5353
"prismjs": "^1.30.0",
5454
"prop-types": "^15.8.1",
@@ -58,7 +58,7 @@
5858
"react-imask": "^7.6.1",
5959
"react-markdown": "^10.1.0",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.92.1",
61+
"sass": "^1.93.2",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)