Skip to content

Commit d2ca48d

Browse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^3.8.2 → ^3.8.3 @docsearch/react ^3.8.2 → ^3.8.3 @testing-library/react ^16.1.0 → ^16.2.0 @typescript-eslint/parser ^8.19.1 → ^8.23.0 eslint ^9.17.0 → ^9.19.0 eslint-config-prettier ^9.1.0 → ^10.0.1 eslint-plugin-prettier ^5.2.1 → ^5.2.3 eslint-plugin-react ^7.37.3 → ^7.37.4 gatsby ^5.14.0 → ^5.14.1 react-markdown ^9.0.1 → ^9.0.3 rollup ^4.29.1 → ^4.34.4 sass ^1.83.0 → ^1.84.0 typescript ^5.7.2 → ^5.7.3 typescript-eslint ^8.19.1 → ^8.23.0
1 parent 58ace1b commit d2ca48d

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

package.json

+6-6
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.19.1",
26-
"eslint": "^9.17.0",
27-
"eslint-config-prettier": "^9.1.0",
28-
"eslint-plugin-prettier": "^5.2.1",
29-
"eslint-plugin-react": "^7.37.3",
25+
"@typescript-eslint/parser": "^8.23.0",
26+
"eslint": "^9.19.0",
27+
"eslint-config-prettier": "^10.0.1",
28+
"eslint-plugin-prettier": "^5.2.3",
29+
"eslint-plugin-react": "^7.37.4",
3030
"eslint-plugin-react-hooks": "^5.1.0",
3131
"eslint-plugin-unicorn": "^56.0.1",
3232
"globals": "^15.14.0",
3333
"lerna": "^8.1.9",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.4.2",
36-
"typescript-eslint": "^8.19.1"
36+
"typescript-eslint": "^8.23.0"
3737
},
3838
"overrides": {
3939
"gatsby-remark-external-links": {

packages/coreui-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@rollup/plugin-typescript": "^12.1.2",
5252
"@testing-library/dom": "^10.4.0",
5353
"@testing-library/jest-dom": "^6.6.3",
54-
"@testing-library/react": "^16.1.0",
54+
"@testing-library/react": "^16.2.0",
5555
"@types/jest": "^29.5.14",
5656
"@types/prop-types": "15.7.13",
5757
"@types/react": "^18.3.18",
@@ -64,10 +64,10 @@
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",
6666
"react-transition-group": "^4.4.5",
67-
"rollup": "^4.29.1",
67+
"rollup": "^4.34.4",
6868
"ts-jest": "^29.2.5",
6969
"tslib": "^2.8.1",
70-
"typescript": "^5.7.2"
70+
"typescript": "^5.7.3"
7171
},
7272
"peerDependencies": {
7373
"react": ">=17",

packages/docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@coreui/icons-react": "^2.3.0",
3131
"@coreui/react-chartjs": "^3.0.0",
3232
"@coreui/utils": "^2.0.2",
33-
"@docsearch/css": "^3.8.2",
34-
"@docsearch/react": "^3.8.2",
33+
"@docsearch/css": "^3.8.3",
34+
"@docsearch/react": "^3.8.3",
3535
"@mdx-js/mdx": "^3.1.0",
3636
"@mdx-js/react": "^3.1.0",
3737
"@stackblitz/sdk": "^1.11.0",
38-
"gatsby": "^5.14.0",
38+
"gatsby": "^5.14.1",
3939
"gatsby-plugin-google-tagmanager": "^5.14.0",
4040
"gatsby-plugin-image": "^3.14.0",
4141
"gatsby-plugin-manifest": "^5.14.0",
@@ -56,9 +56,9 @@
5656
"react-docgen-typescript": "^2.2.2",
5757
"react-dom": "^18.3.1",
5858
"react-imask": "^7.6.1",
59-
"react-markdown": "^9.0.1",
59+
"react-markdown": "^9.0.3",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.83.0",
61+
"sass": "^1.84.0",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)