Skip to content

Commit e48c09f

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.1.0 → ^5.1.2 @typescript-eslint/eslint-plugin ^7.15.0 → ^8.6.0 @typescript-eslint/parser ^7.15.0 → ^8.6.0 @testing-library/jest-dom ^6.4.8 → ^6.5.0 @testing-library/react ^16.0.0 → ^16.0.1 @types/jest ^29.5.12 → ^29.5.13 @types/react 18.3.3 → 18.3.8 @types/react-transition-group ^4.4.10 → ^4.4.11 eslint-plugin-react ^7.35.0 → ^7.36.1 gatsby-plugin-offline ^6.13.2 → ^6.13.3 lerna ^8.1.7 → ^8.1.8 prism-react-renderer ^2.3.1 → ^2.4.0 rollup ^4.19.2 → ^4.22.4 sass ^1.77.8 → ^1.79.3 ts-jest ^29.2.4 → ^29.2.5 tslib ^2.6.3 → ^2.7.0 typescript ^5.5.4 → ^5.6.2
1 parent 57dcda2 commit e48c09f

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^7.15.0",
26-
"@typescript-eslint/parser": "^7.15.0",
25+
"@typescript-eslint/eslint-plugin": "^8.6.0",
26+
"@typescript-eslint/parser": "^8.6.0",
2727
"eslint": "8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-prettier": "^5.2.1",
30-
"eslint-plugin-react": "^7.35.0",
30+
"eslint-plugin-react": "^7.36.1",
3131
"eslint-plugin-react-hooks": "^4.6.2",
3232
"eslint-plugin-unicorn": "^55.0.0",
33-
"lerna": "^8.1.7",
33+
"lerna": "^8.1.8",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.3.3"
3636
},

packages/coreui-react/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,31 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.1.0",
44+
"@coreui/coreui": "^5.1.2",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
4949
"@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.8",
53-
"@testing-library/react": "^16.0.0",
54-
"@types/jest": "^29.5.12",
55-
"@types/react": "18.3.3",
52+
"@testing-library/jest-dom": "^6.5.0",
53+
"@testing-library/react": "^16.0.1",
54+
"@types/jest": "^29.5.13",
55+
"@types/react": "18.3.8",
5656
"@types/react-dom": "^18.3.0",
57-
"@types/react-transition-group": "^4.4.10",
57+
"@types/react-transition-group": "^4.4.11",
5858
"classnames": "^2.5.1",
5959
"cross-env": "^7.0.3",
6060
"jest": "^29.7.0",
6161
"jest-environment-jsdom": "^29.7.0",
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-transition-group": "^4.4.5",
65-
"rollup": "^4.19.2",
66-
"ts-jest": "^29.2.4",
67-
"tslib": "^2.6.3",
68-
"typescript": "^5.5.4"
65+
"rollup": "^4.22.4",
66+
"ts-jest": "^29.2.5",
67+
"tslib": "^2.7.0",
68+
"typescript": "^5.6.2"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

packages/docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@coreui/chartjs": "^4.0.0",
28-
"@coreui/coreui": "^5.1.0",
28+
"@coreui/coreui": "^5.1.2",
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.3.0",
3131
"@coreui/react-chartjs": "^3.0.0",
@@ -39,7 +39,7 @@
3939
"gatsby-plugin-image": "^3.13.1",
4040
"gatsby-plugin-manifest": "^5.13.1",
4141
"gatsby-plugin-mdx": "^5.13.1",
42-
"gatsby-plugin-offline": "^6.13.2",
42+
"gatsby-plugin-offline": "^6.13.3",
4343
"gatsby-plugin-react-helmet": "^6.13.1",
4444
"gatsby-plugin-sass": "^6.13.1",
4545
"gatsby-plugin-sharp": "^5.13.1",
@@ -49,7 +49,7 @@
4949
"gatsby-source-filesystem": "^5.13.1",
5050
"gatsby-transformer-sharp": "^5.13.1",
5151
"globby": "^14.0.2",
52-
"prism-react-renderer": "^2.3.1",
52+
"prism-react-renderer": "^2.4.0",
5353
"prismjs": "^1.29.0",
5454
"prop-types": "^15.8.1",
5555
"react": "^18.3.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.77.8"
61+
"sass": "^1.79.3"
6262
},
6363
"devDependencies": {
6464
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)