Skip to content

Commit a6d3bb5

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.4.0 → ^5.4.1 @rollup/plugin-commonjs ^28.0.3 → ^28.0.6 @rollup/plugin-typescript ^12.1.2 → ^12.1.4 @types/prop-types 15.7.14 → 15.7.15 @types/react ^19.1.4 → ^19.1.8 @types/react-dom ^19.1.5 → ^19.1.6 @typescript-eslint/parser ^8.32.1 → ^8.36.0 eslint ^9.27.0 → ^9.31.0 eslint-plugin-prettier ^5.4.0 → ^5.5.1 gatsby ^5.14.3 → ^5.14.5 globals ^16.1.0 → ^16.3.0 lerna ^8.2.2 → ^8.2.3 prettier ^3.5.3 → ^3.6.2 react-docgen-typescript ^2.2.2 → ^2.4.0 rollup ^4.41.0 → ^4.45.0 sass ^1.89.0 → ^1.89.2 ts-jest ^29.3.4 → ^29.4.0 typescript-eslint ^8.32.1 → ^8.36.0
1 parent 5688b61 commit a6d3bb5

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
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.32.1",
26-
"eslint": "^9.27.0",
25+
"@typescript-eslint/parser": "^8.36.0",
26+
"eslint": "^9.31.0",
2727
"eslint-config-prettier": "^10.1.5",
28-
"eslint-plugin-prettier": "^5.4.0",
28+
"eslint-plugin-prettier": "^5.5.1",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-unicorn": "^59.0.1",
32-
"globals": "^16.1.0",
33-
"lerna": "^8.2.2",
32+
"globals": "^16.3.0",
33+
"lerna": "^8.2.3",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.5.3",
36-
"typescript-eslint": "^8.32.1"
35+
"prettier": "^3.6.2",
36+
"typescript-eslint": "^8.36.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
@@ -41,21 +41,21 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.4.0",
44+
"@coreui/coreui": "^5.4.1",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
49-
"@rollup/plugin-commonjs": "^28.0.3",
49+
"@rollup/plugin-commonjs": "^28.0.6",
5050
"@rollup/plugin-node-resolve": "^16.0.1",
51-
"@rollup/plugin-typescript": "^12.1.2",
51+
"@rollup/plugin-typescript": "^12.1.4",
5252
"@testing-library/dom": "^10.4.0",
5353
"@testing-library/jest-dom": "^6.6.3",
5454
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
56-
"@types/prop-types": "15.7.14",
57-
"@types/react": "^19.1.4",
58-
"@types/react-dom": "^19.1.5",
56+
"@types/prop-types": "15.7.15",
57+
"@types/react": "^19.1.8",
58+
"@types/react-dom": "^19.1.6",
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.41.0",
68-
"ts-jest": "^29.3.4",
67+
"rollup": "^4.45.0",
68+
"ts-jest": "^29.4.0",
6969
"tslib": "^2.8.1",
7070
"typescript": "^5.8.3"
7171
},

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@coreui/chartjs": "^4.1.0",
28-
"@coreui/coreui": "^5.4.0",
28+
"@coreui/coreui": "^5.4.1",
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.3.0",
3131
"@coreui/react-chartjs": "^3.0.0",
@@ -35,7 +35,7 @@
3535
"@mdx-js/mdx": "^3.1.0",
3636
"@mdx-js/react": "^3.1.0",
3737
"@stackblitz/sdk": "^1.11.0",
38-
"gatsby": "^5.14.3",
38+
"gatsby": "^5.14.5",
3939
"gatsby-plugin-google-tagmanager": "^5.14.0",
4040
"gatsby-plugin-image": "^3.14.0",
4141
"gatsby-plugin-manifest": "^5.14.0",
@@ -53,12 +53,12 @@
5353
"prismjs": "^1.30.0",
5454
"prop-types": "^15.8.1",
5555
"react": "^18.3.1",
56-
"react-docgen-typescript": "^2.2.2",
56+
"react-docgen-typescript": "^2.4.0",
5757
"react-dom": "^18.3.1",
5858
"react-imask": "^7.6.1",
5959
"react-markdown": "^10.1.0",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.89.0",
61+
"sass": "^1.89.2",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)