Skip to content

Commit 15eaf83

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.0.0-rc.2 → ^5.0.0-rc.3 @testing-library/react ^14.2.1 → ^14.2.2 @types/react 18.2.63 → 18.2.67 @types/react-dom ^18.2.20 → ^18.2.22 @typescript-eslint/eslint-plugin ^7.1.1 → ^7.3.1 @typescript-eslint/parser ^7.1.1 → ^7.3.1 eslint-plugin-react ^7.34.0 → ^7.34.1 rollup ^4.12.1 → ^4.13.0 sass ^1.71.1 → ^1.72.0 typescript ^5.4.2 → ^5.4.3
1 parent f287b5b commit 15eaf83

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^7.1.1",
26-
"@typescript-eslint/parser": "^7.1.1",
25+
"@typescript-eslint/eslint-plugin": "^7.3.1",
26+
"@typescript-eslint/parser": "^7.3.1",
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.0",
30+
"eslint-plugin-react": "^7.34.1",
3131
"eslint-plugin-react-hooks": "^4.6.0",
3232
"eslint-plugin-unicorn": "^51.0.1",
3333
"lerna": "^8.1.2",

packages/coreui-react/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.0.0-rc.2",
44+
"@coreui/coreui": "^5.0.0-rc.3",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
@@ -50,10 +50,10 @@
5050
"@rollup/plugin-node-resolve": "^15.2.3",
5151
"@rollup/plugin-typescript": "^11.1.6",
5252
"@testing-library/jest-dom": "^6.4.2",
53-
"@testing-library/react": "^14.2.1",
53+
"@testing-library/react": "^14.2.2",
5454
"@types/jest": "^29.5.12",
55-
"@types/react": "18.2.63",
56-
"@types/react-dom": "^18.2.20",
55+
"@types/react": "18.2.67",
56+
"@types/react-dom": "^18.2.22",
5757
"@types/react-transition-group": "^4.4.10",
5858
"classnames": "^2.5.1",
5959
"cross-env": "^7.0.3",
@@ -62,10 +62,10 @@
6262
"react": "^18.2.0",
6363
"react-dom": "^18.2.0",
6464
"react-transition-group": "^4.4.5",
65-
"rollup": "^4.12.1",
65+
"rollup": "^4.13.0",
6666
"ts-jest": "^29.1.2",
6767
"tslib": "^2.6.2",
68-
"typescript": "^5.4.2"
68+
"typescript": "^5.4.3"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-helmet": "^6.1.0",
6060
"react-imask": "^7.5.0",
6161
"rimraf": "^5.0.5",
62-
"sass": "^1.71.1"
62+
"sass": "^1.72.0"
6363
},
6464
"devDependencies": {
6565
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)