Skip to content

Navigation Menu

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 4bae357

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^3.8.1 → ^3.8.2 @docsearch/react ^3.8.1 → ^3.8.2 @rollup/plugin-commonjs ^28.0.1 → ^28.0.2 @rollup/plugin-node-resolve ^15.3.0 → ^16.0.0 @rollup/plugin-typescript ^12.1.1 → ^12.1.2 @testing-library/jest-dom ^6.6.2 → ^6.6.3 @testing-library/react ^16.0.1 → ^16.1.0 @types/react 18.3.12 → 18.3.17 @types/react-dom ^18.3.1 → ^18.3.5 @types/react-transition-group ^4.4.11 → ^4.4.12 @typescript-eslint/eslint-plugin ^8.12.1 → ^8.18.1 @typescript-eslint/parser ^8.12.1 → ^8.18.1 eslint-plugin-react-hooks ^5.0.0 → ^5.1.0 eslint-plugin-unicorn ^56.0.0 → ^56.0.1 gatsby ^5.13.7 → ^5.14.0 gatsby-plugin-google-tagmanager ^5.13.1 → ^5.14.0 gatsby-plugin-image ^3.13.1 → ^3.14.0 gatsby-plugin-manifest ^5.13.1 → ^5.14.0 gatsby-plugin-mdx ^5.13.1 → ^5.14.0 gatsby-plugin-offline ^6.13.3 → ^6.14.0 gatsby-plugin-sass ^6.13.1 → ^6.14.0 gatsby-plugin-sharp ^5.13.1 → ^5.14.0 gatsby-plugin-sitemap ^6.13.1 → ^6.14.0 gatsby-remark-autolink-headers ^6.13.1 → ^6.14.0 gatsby-source-filesystem ^5.13.1 → ^5.14.0 gatsby-transformer-sharp ^5.13.1 → ^5.14.0 lerna ^8.1.8 → ^8.1.9 prettier ^3.3.3 → ^3.4.2 prism-react-renderer ^2.4.0 → ^2.4.1 rollup ^4.24.2 → ^4.28.1 sass ^1.80.4 → ^1.83.0 tslib ^2.8.0 → ^2.8.1 typescript ^5.6.3 → ^5.7.2
1 parent 1f17594 commit 4bae357
Copy full SHA for 4bae357

File tree

4 files changed

+34
-34
lines changed
Filter options

4 files changed

+34
-34
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+6-6Lines 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": "^8.12.1",
26-
"@typescript-eslint/parser": "^8.12.1",
25+
"@typescript-eslint/eslint-plugin": "^8.18.1",
26+
"@typescript-eslint/parser": "^8.18.1",
2727
"eslint": "8.57.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-prettier": "^5.2.1",
3030
"eslint-plugin-react": "^7.37.2",
31-
"eslint-plugin-react-hooks": "^5.0.0",
32-
"eslint-plugin-unicorn": "^56.0.0",
33-
"lerna": "^8.1.8",
31+
"eslint-plugin-react-hooks": "^5.1.0",
32+
"eslint-plugin-unicorn": "^56.0.1",
33+
"lerna": "^8.1.9",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.3.3"
35+
"prettier": "^3.4.2"
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
+11-11Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
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",
53-
"@testing-library/react": "^16.0.1",
49+
"@rollup/plugin-commonjs": "^28.0.2",
50+
"@rollup/plugin-node-resolve": "^16.0.0",
51+
"@rollup/plugin-typescript": "^12.1.2",
52+
"@testing-library/jest-dom": "^6.6.3",
53+
"@testing-library/react": "^16.1.0",
5454
"@types/jest": "^29.5.14",
55-
"@types/react": "18.3.12",
56-
"@types/react-dom": "^18.3.1",
57-
"@types/react-transition-group": "^4.4.11",
55+
"@types/react": "18.3.17",
56+
"@types/react-dom": "^18.3.5",
57+
"@types/react-transition-group": "^4.4.12",
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.24.2",
65+
"rollup": "^4.28.1",
6666
"ts-jest": "^29.2.5",
67-
"tslib": "^2.8.0",
68-
"typescript": "^5.6.3"
67+
"tslib": "^2.8.1",
68+
"typescript": "^5.7.2"
6969
},
7070
"peerDependencies": {
7171
"react": ">=17",

‎packages/coreui-react/src/components/dropdown/CDropdownToggle.tsx

Copy file name to clipboardExpand all lines: packages/coreui-react/src/components/dropdown/CDropdownToggle.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const CDropdownToggle: FC<CDropdownToggleProps> = ({
9090

9191
if (variant === 'nav-item' && navLink) {
9292
return (
93-
<a href="#" {...togglerProps} role="button" ref={dropdownToggleRef}>
93+
<a href="#" {...togglerProps} role="button" {...rest} ref={dropdownToggleRef}>
9494
{children}
9595
</a>
9696
)

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+16-16Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@
3030
"@coreui/icons-react": "^2.3.0",
3131
"@coreui/react-chartjs": "^3.0.0",
3232
"@coreui/utils": "^2.0.2",
33-
"@docsearch/css": "^3.8.1",
34-
"@docsearch/react": "^3.8.1",
33+
"@docsearch/css": "^3.8.2",
34+
"@docsearch/react": "^3.8.2",
3535
"@mdx-js/mdx": "^3.1.0",
3636
"@mdx-js/react": "^3.1.0",
3737
"@stackblitz/sdk": "^1.11.0",
38-
"gatsby": "^5.13.7",
39-
"gatsby-plugin-google-tagmanager": "^5.13.1",
40-
"gatsby-plugin-image": "^3.13.1",
41-
"gatsby-plugin-manifest": "^5.13.1",
42-
"gatsby-plugin-mdx": "^5.13.1",
43-
"gatsby-plugin-offline": "^6.13.3",
44-
"gatsby-plugin-sass": "^6.13.1",
45-
"gatsby-plugin-sharp": "^5.13.1",
46-
"gatsby-plugin-sitemap": "^6.13.1",
38+
"gatsby": "^5.14.0",
39+
"gatsby-plugin-google-tagmanager": "^5.14.0",
40+
"gatsby-plugin-image": "^3.14.0",
41+
"gatsby-plugin-manifest": "^5.14.0",
42+
"gatsby-plugin-mdx": "^5.14.0",
43+
"gatsby-plugin-offline": "^6.14.0",
44+
"gatsby-plugin-sass": "^6.14.0",
45+
"gatsby-plugin-sharp": "^5.14.0",
46+
"gatsby-plugin-sitemap": "^6.14.0",
4747
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
48-
"gatsby-remark-autolink-headers": "^6.13.1",
48+
"gatsby-remark-autolink-headers": "^6.14.0",
4949
"gatsby-remark-external-links": "^0.0.4",
50-
"gatsby-source-filesystem": "^5.13.1",
51-
"gatsby-transformer-sharp": "^5.13.1",
50+
"gatsby-source-filesystem": "^5.14.0",
51+
"gatsby-transformer-sharp": "^5.14.0",
5252
"globby": "^14.0.2",
53-
"prism-react-renderer": "^2.4.0",
53+
"prism-react-renderer": "^2.4.1",
5454
"prismjs": "^1.29.0",
5555
"prop-types": "^15.8.1",
5656
"react": "^18.3.1",
@@ -59,7 +59,7 @@
5959
"react-imask": "^7.6.1",
6060
"react-markdown": "^9.0.1",
6161
"rimraf": "^6.0.1",
62-
"sass": "^1.80.4",
62+
"sass": "^1.83.0",
6363
"showdown": "^2.1.0"
6464
},
6565
"devDependencies": {

0 commit comments

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