Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 400da15

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^3.6.0 → ^3.6.1 @testing-library/jest-dom ^6.4.6 → ^6.4.8 eslint-plugin-prettier ^5.1.3 → ^5.2.1 eslint-plugin-react ^7.34.3 → ^7.35.0 eslint-plugin-unicorn ^54.0.0 → ^55.0.0 gatsby ^5.13.6 → ^5.13.7 lerna ^8.1.6 → ^8.1.7 prettier ^3.3.2 → ^3.3.3 rimraf ^5.0.8 → ^6.0.1 rollup ^4.18.0 → ^4.19.2 sass ^1.77.6 → ^1.77.8 ts-jest ^29.1.5 → ^29.2.4 typescript ^5.5.3 → ^5.5.4
1 parent 61da024 commit 400da15
Copy full SHA for 400da15

File tree

3 files changed

+13
-13
lines changed
Filter options

3 files changed

+13
-13
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"@typescript-eslint/parser": "^7.15.0",
2727
"eslint": "8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
29-
"eslint-plugin-prettier": "^5.1.3",
30-
"eslint-plugin-react": "^7.34.3",
29+
"eslint-plugin-prettier": "^5.2.1",
30+
"eslint-plugin-react": "^7.35.0",
3131
"eslint-plugin-react-hooks": "^4.6.2",
32-
"eslint-plugin-unicorn": "^54.0.0",
33-
"lerna": "^8.1.6",
32+
"eslint-plugin-unicorn": "^55.0.0",
33+
"lerna": "^8.1.7",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.3.2"
35+
"prettier": "^3.3.3"
3636
},
3737
"overrides": {
3838
"gatsby-remark-external-links": {

‎packages/coreui-react/package.json

Copy file name to clipboardExpand all lines: packages/coreui-react/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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.6",
52+
"@testing-library/jest-dom": "^6.4.8",
5353
"@testing-library/react": "^16.0.0",
5454
"@types/jest": "^29.5.12",
5555
"@types/react": "18.3.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.18.0",
66-
"ts-jest": "^29.1.5",
65+
"rollup": "^4.19.2",
66+
"ts-jest": "^29.2.4",
6767
"tslib": "^2.6.3",
68-
"typescript": "^5.5.3"
68+
"typescript": "^5.5.4"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
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.0",
33+
"@docsearch/css": "^3.6.1",
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.6",
37+
"gatsby": "^5.13.7",
3838
"gatsby-plugin-google-tagmanager": "^5.13.1",
3939
"gatsby-plugin-image": "^3.13.1",
4040
"gatsby-plugin-manifest": "^5.13.1",
@@ -57,8 +57,8 @@
5757
"react-dom": "^18.3.1",
5858
"react-helmet": "^6.1.0",
5959
"react-imask": "^7.6.1",
60-
"rimraf": "^5.0.8",
61-
"sass": "^1.77.6"
60+
"rimraf": "^6.0.1",
61+
"sass": "^1.77.8"
6262
},
6363
"devDependencies": {
6464
"npm-run-all": "^4.1.5"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.