Skip to content

Commit 46c4007

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.3.1 → ^5.3.2 @docsearch/css ^3.8.3 → ^3.9.0 @docsearch/react ^3.8.3 → ^3.9.0 @rollup/plugin-commonjs ^28.0.2 → ^28.0.3 @rollup/plugin-node-resolve ^16.0.0 → ^16.0.1 @testing-library/react ^16.2.0 → ^16.3.0 @types/react ^18.3.18 → ^19.1.2 @types/react-dom ^18.3.5 → ^19.1.2 @typescript-eslint/parser ^8.24.0 → ^8.31.1 eslint ^9.20.1 → ^9.25.1 eslint-config-prettier ^10.0.1 → ^10.1.2 eslint-plugin-prettier ^5.2.3 → ^5.2.6 eslint-plugin-react ^7.37.4 → ^7.37.5 eslint-plugin-react-hooks ^5.1.0 → ^5.2.0 eslint-plugin-unicorn ^56.0.1 → ^59.0.0 gatsby ^5.14.1 → ^5.14.3 gatsby-plugin-mdx ^5.14.0 → ^5.14.1 globals ^15.15.0 → ^16.0.0 lerna ^8.1.9 → ^8.2.2 prettier ^3.5.1 → ^3.5.3 prismjs ^1.29.0 → ^1.30.0 react-markdown ^9.0.3 → ^10.1.0 rollup ^4.34.7 → ^4.40.1 sass ^1.85.0 → ^1.87.0 ts-jest ^29.2.5 → ^29.3.2 typescript ^5.7.3 → ^5.8.3 typescript-eslint ^8.24.0 → ^8.31.1
1 parent 25e8ff4 commit 46c4007

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

package.json

+11-11
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.24.0",
26-
"eslint": "^9.20.1",
27-
"eslint-config-prettier": "^10.0.1",
28-
"eslint-plugin-prettier": "^5.2.3",
29-
"eslint-plugin-react": "^7.37.4",
30-
"eslint-plugin-react-hooks": "^5.1.0",
31-
"eslint-plugin-unicorn": "^56.0.1",
32-
"globals": "^15.15.0",
33-
"lerna": "^8.1.9",
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",
29+
"eslint-plugin-react": "^7.37.5",
30+
"eslint-plugin-react-hooks": "^5.2.0",
31+
"eslint-plugin-unicorn": "^59.0.0",
32+
"globals": "^16.0.0",
33+
"lerna": "^8.2.2",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.5.1",
36-
"typescript-eslint": "^8.24.0"
35+
"prettier": "^3.5.3",
36+
"typescript-eslint": "^8.31.1"
3737
},
3838
"overrides": {
3939
"gatsby-remark-external-links": {

packages/coreui-react/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.3.1",
44+
"@coreui/coreui": "^5.3.2",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
49-
"@rollup/plugin-commonjs": "^28.0.2",
50-
"@rollup/plugin-node-resolve": "^16.0.0",
49+
"@rollup/plugin-commonjs": "^28.0.3",
50+
"@rollup/plugin-node-resolve": "^16.0.1",
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.2.0",
54+
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
5656
"@types/prop-types": "15.7.14",
57-
"@types/react": "^18.3.18",
58-
"@types/react-dom": "^18.3.5",
57+
"@types/react": "^19.1.2",
58+
"@types/react-dom": "^19.1.2",
5959
"@types/react-transition-group": "^4.4.12",
6060
"classnames": "^2.5.1",
6161
"cross-env": "^7.0.3",
@@ -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.34.7",
68-
"ts-jest": "^29.2.5",
67+
"rollup": "^4.40.1",
68+
"ts-jest": "^29.3.2",
6969
"tslib": "^2.8.1",
70-
"typescript": "^5.7.3"
70+
"typescript": "^5.8.3"
7171
},
7272
"peerDependencies": {
7373
"react": ">=17",

packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
},
2626
"dependencies": {
2727
"@coreui/chartjs": "^4.1.0",
28-
"@coreui/coreui": "^5.3.1",
28+
"@coreui/coreui": "^5.3.2",
2929
"@coreui/icons": "^3.0.1",
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.3",
34-
"@docsearch/react": "^3.8.3",
33+
"@docsearch/css": "^3.9.0",
34+
"@docsearch/react": "^3.9.0",
3535
"@mdx-js/mdx": "^3.1.0",
3636
"@mdx-js/react": "^3.1.0",
3737
"@stackblitz/sdk": "^1.11.0",
38-
"gatsby": "^5.14.1",
38+
"gatsby": "^5.14.3",
3939
"gatsby-plugin-google-tagmanager": "^5.14.0",
4040
"gatsby-plugin-image": "^3.14.0",
4141
"gatsby-plugin-manifest": "^5.14.0",
42-
"gatsby-plugin-mdx": "^5.14.0",
42+
"gatsby-plugin-mdx": "^5.14.1",
4343
"gatsby-plugin-sass": "^6.14.0",
4444
"gatsby-plugin-sharp": "^5.14.0",
4545
"gatsby-plugin-sitemap": "^6.14.0",
@@ -50,15 +50,15 @@
5050
"gatsby-transformer-sharp": "^5.14.0",
5151
"globby": "^14.1.0",
5252
"prism-react-renderer": "^2.4.1",
53-
"prismjs": "^1.29.0",
53+
"prismjs": "^1.30.0",
5454
"prop-types": "^15.8.1",
5555
"react": "^18.3.1",
5656
"react-docgen-typescript": "^2.2.2",
5757
"react-dom": "^18.3.1",
5858
"react-imask": "^7.6.1",
59-
"react-markdown": "^9.0.3",
59+
"react-markdown": "^10.1.0",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.85.0",
61+
"sass": "^1.87.0",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)