Skip to content

Commit 871e523

Browse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^3.9.0 → ^4.0.1 @docsearch/react ^3.9.0 → ^4.0.1 @types/react ^19.1.12 → ^19.1.13 @typescript-eslint/parser ^8.42.0 → ^8.44.0 eslint ^9.34.0 → ^9.35.0 eslint-plugin-unicorn ^60.0.0 → ^61.0.2 globals ^16.3.0 → ^16.4.0 lerna ^8.2.3 → ^8.2.4 rollup ^4.50.0 → ^4.50.2 sass ^1.91.0 → ^1.92.1 ts-jest ^29.4.1 → ^29.4.2 typescript-eslint ^8.42.0 → ^8.44.0
1 parent 7ac3348 commit 871e523

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 6 additions & 6 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.42.0",
26-
"eslint": "^9.34.0",
25+
"@typescript-eslint/parser": "^8.44.0",
26+
"eslint": "^9.35.0",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-plugin-prettier": "^5.5.4",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^5.2.0",
31-
"eslint-plugin-unicorn": "^60.0.0",
32-
"globals": "^16.3.0",
33-
"lerna": "^8.2.3",
31+
"eslint-plugin-unicorn": "^61.0.2",
32+
"globals": "^16.4.0",
33+
"lerna": "^8.2.4",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.6.2",
36-
"typescript-eslint": "^8.42.0"
36+
"typescript-eslint": "^8.44.0"
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
@@ -53,8 +53,8 @@
5353
"@testing-library/jest-dom": "^6.8.0",
5454
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
56-
"@types/prop-types": "15.8.05",
57-
"@types/react": "^19.1.12",
56+
"@types/prop-types": "15.7.15",
57+
"@types/react": "^19.1.13",
5858
"@types/react-dom": "^19.1.9",
5959
"@types/react-transition-group": "^4.4.12",
6060
"classnames": "^2.5.1",
@@ -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.50.0",
68-
"ts-jest": "^29.4.1",
67+
"rollup": "^4.50.2",
68+
"ts-jest": "^29.4.2",
6969
"tslib": "^2.8.1",
7070
"typescript": "^5.9.2"
7171
},

packages/docs/package.json

Lines changed: 3 additions & 3 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": "^3.9.0",
34-
"@docsearch/react": "^3.9.0",
33+
"@docsearch/css": "^4.0.1",
34+
"@docsearch/react": "^4.0.1",
3535
"@mdx-js/mdx": "^3.1.1",
3636
"@mdx-js/react": "^3.1.1",
3737
"@stackblitz/sdk": "^1.11.0",
@@ -58,7 +58,7 @@
5858
"react-imask": "^7.6.1",
5959
"react-markdown": "^10.1.0",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.91.0",
61+
"sass": "^1.92.1",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)