Skip to content

Commit ab2c83b

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.1.2 → ^5.2.0 @docsearch/css ^3.6.1 → ^3.6.2 @mdx-js/mdx ^3.0.1 → ^3.1.0 @mdx-js/react ^3.0.1 → ^3.1.0 @rollup/plugin-commonjs ^26.0.1 → ^28.0.1 @rollup/plugin-node-resolve ^15.2.3 → ^15.3.0 @rollup/plugin-typescript ^11.1.6 → ^12.1.1 @testing-library/jest-dom ^6.5.0 → ^6.6.2 @types/jest ^29.5.13 → ^29.5.14 @types/react 18.3.8 → 18.3.12 @types/react-dom ^18.3.0 → ^18.3.1 @typescript-eslint/eslint-plugin ^8.6.0 → ^8.12.1 @typescript-eslint/parser ^8.6.0 → ^8.12.1 eslint-plugin-react ^7.36.1 → ^7.37.2 eslint-plugin-react-hooks ^4.6.2 → ^5.0.0 eslint-plugin-unicorn ^55.0.0 → ^56.0.0 rollup ^4.22.4 → ^4.24.2 sass ^1.79.3 → ^1.80.4 tslib ^2.7.0 → ^2.8.0 typescript ^5.6.2 → ^5.6.3
1 parent a93c502 commit ab2c83b

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.6.0",
26-
"@typescript-eslint/parser": "^8.6.0",
25+
"@typescript-eslint/eslint-plugin": "^8.12.1",
26+
"@typescript-eslint/parser": "^8.12.1",
2727
"eslint": "8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-prettier": "^5.2.1",
30-
"eslint-plugin-react": "^7.36.1",
31-
"eslint-plugin-react-hooks": "^4.6.2",
32-
"eslint-plugin-unicorn": "^55.0.0",
30+
"eslint-plugin-react": "^7.37.2",
31+
"eslint-plugin-react-hooks": "^5.0.0",
32+
"eslint-plugin-unicorn": "^56.0.0",
3333
"lerna": "^8.1.8",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.3.3"

packages/coreui-react/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.1.2",
44+
"@coreui/coreui": "^5.2.0",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
49-
"@rollup/plugin-commonjs": "^26.0.1",
50-
"@rollup/plugin-node-resolve": "^15.2.3",
51-
"@rollup/plugin-typescript": "^11.1.6",
52-
"@testing-library/jest-dom": "^6.5.0",
49+
"@rollup/plugin-commonjs": "^28.0.1",
50+
"@rollup/plugin-node-resolve": "^15.3.0",
51+
"@rollup/plugin-typescript": "^12.1.1",
52+
"@testing-library/jest-dom": "^6.6.2",
5353
"@testing-library/react": "^16.0.1",
54-
"@types/jest": "^29.5.13",
55-
"@types/react": "18.3.8",
56-
"@types/react-dom": "^18.3.0",
54+
"@types/jest": "^29.5.14",
55+
"@types/react": "18.3.12",
56+
"@types/react-dom": "^18.3.1",
5757
"@types/react-transition-group": "^4.4.11",
5858
"classnames": "^2.5.1",
5959
"cross-env": "^7.0.3",
@@ -62,10 +62,10 @@
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-transition-group": "^4.4.5",
65-
"rollup": "^4.22.4",
65+
"rollup": "^4.24.2",
6666
"ts-jest": "^29.2.5",
67-
"tslib": "^2.7.0",
68-
"typescript": "^5.6.2"
67+
"tslib": "^2.8.0",
68+
"typescript": "^5.6.3"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

packages/docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"dependencies": {
2727
"@coreui/chartjs": "^4.0.0",
28-
"@coreui/coreui": "^5.1.2",
28+
"@coreui/coreui": "^5.2.0",
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.6.1",
34-
"@mdx-js/mdx": "^3.0.1",
35-
"@mdx-js/react": "^3.0.1",
33+
"@docsearch/css": "^3.6.2",
34+
"@mdx-js/mdx": "^3.1.0",
35+
"@mdx-js/react": "^3.1.0",
3636
"@types/react-helmet": "^6.1.11",
3737
"gatsby": "^5.13.7",
3838
"gatsby-plugin-google-tagmanager": "^5.13.1",
@@ -58,7 +58,7 @@
5858
"react-helmet": "^6.1.0",
5959
"react-imask": "^7.6.1",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.79.3"
61+
"sass": "^1.80.4"
6262
},
6363
"devDependencies": {
6464
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)