Skip to content

Commit df09e84

Browse files
committed
chore: update dependencies and devDependencies
@rollup/plugin-commonjs ^25.0.8 → ^26.0.1 @testing-library/jest-dom ^6.4.5 → ^6.4.6 @testing-library/react ^14.3.1 → ^16.0.0 @typescript-eslint/eslint-plugin ^7.10.0 → ^7.15.0 @typescript-eslint/parser ^7.10.0 → ^7.15.0 eslint-plugin-react ^7.34.1 → ^7.34.3 eslint-plugin-unicorn ^51.0.1 → ^54.0.0 gatsby ^5.13.5 → ^5.13.6 lerna ^8.1.3 → ^8.1.6 prettier ^3.2.5 → ^3.3.2 rimraf ^5.0.7 → ^5.0.8 sass ^1.77.2 → ^1.77.6 ts-jest ^29.1.3 → ^29.1.5 tslib ^2.6.2 → ^2.6.3 typescript ^5.4.5 → ^5.5.3
1 parent b6551bf commit df09e84

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^7.10.0",
26-
"@typescript-eslint/parser": "^7.10.0",
25+
"@typescript-eslint/eslint-plugin": "^7.15.0",
26+
"@typescript-eslint/parser": "^7.15.0",
2727
"eslint": "8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-prettier": "^5.1.3",
30-
"eslint-plugin-react": "^7.34.1",
30+
"eslint-plugin-react": "^7.34.3",
3131
"eslint-plugin-react-hooks": "^4.6.2",
32-
"eslint-plugin-unicorn": "^51.0.1",
33-
"lerna": "^8.1.3",
32+
"eslint-plugin-unicorn": "^54.0.0",
33+
"lerna": "^8.1.6",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.2.5"
35+
"prettier": "^3.3.2"
3636
},
3737
"overrides": {
3838
"gatsby-remark-external-links": {

packages/coreui-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
49-
"@rollup/plugin-commonjs": "^25.0.8",
49+
"@rollup/plugin-commonjs": "^26.0.1",
5050
"@rollup/plugin-node-resolve": "^15.2.3",
5151
"@rollup/plugin-typescript": "^11.1.6",
52-
"@testing-library/jest-dom": "^6.4.5",
53-
"@testing-library/react": "^14.3.1",
52+
"@testing-library/jest-dom": "^6.4.6",
53+
"@testing-library/react": "^16.0.0",
5454
"@types/jest": "^29.5.12",
5555
"@types/react": "18.3.3",
5656
"@types/react-dom": "^18.3.0",
@@ -63,9 +63,9 @@
6363
"react-dom": "^18.3.1",
6464
"react-transition-group": "^4.4.5",
6565
"rollup": "^4.18.0",
66-
"ts-jest": "^29.1.3",
67-
"tslib": "^2.6.2",
68-
"typescript": "^5.4.5"
66+
"ts-jest": "^29.1.5",
67+
"tslib": "^2.6.3",
68+
"typescript": "^5.5.3"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@mdx-js/mdx": "^3.0.1",
3535
"@mdx-js/react": "^3.0.1",
3636
"@types/react-helmet": "^6.1.11",
37-
"gatsby": "^5.13.5",
37+
"gatsby": "^5.13.6",
3838
"gatsby-plugin-google-tagmanager": "^5.13.1",
3939
"gatsby-plugin-image": "^3.13.1",
4040
"gatsby-plugin-manifest": "^5.13.1",
@@ -58,8 +58,8 @@
5858
"react-dom": "^18.3.1",
5959
"react-helmet": "^6.1.0",
6060
"react-imask": "^7.6.1",
61-
"rimraf": "^5.0.7",
62-
"sass": "^1.77.2"
61+
"rimraf": "^5.0.8",
62+
"sass": "^1.77.6"
6363
},
6464
"devDependencies": {
6565
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)