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

Sign up
Appearance settings

Commit 07ffa62

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.4.1 → ^5.4.2 @mdx-js/mdx ^3.1.0 → ^3.1.1 @mdx-js/react ^3.1.0 → ^3.1.1 @testing-library/dom ^10.4.0 → ^10.4.1 @testing-library/jest-dom ^6.6.3 → ^6.8.0 @types/react ^19.1.8 → ^19.1.12 @types/react-dom ^19.1.6 → ^19.1.9 @typescript-eslint/parser ^8.36.0 → ^8.41.0 cross-env ^7.0.3 → ^10.0.0 eslint ^9.31.0 → ^9.34.0 eslint-config-prettier ^10.1.5 → ^10.1.8 eslint-plugin-prettier ^5.5.1 → ^5.5.4 eslint-plugin-unicorn ^59.0.1 → ^60.0.0 gatsby ^5.14.5 → ^5.15.0 gatsby-plugin-google-tagmanager ^5.14.0 → ^5.15.0 gatsby-plugin-image ^3.14.0 → ^3.15.0 gatsby-plugin-manifest ^5.14.0 → ^5.15.0 gatsby-plugin-mdx ^5.14.1 → ^5.15.0 gatsby-plugin-sass ^6.14.0 → ^6.15.0 gatsby-plugin-sharp ^5.14.0 → ^5.15.0 gatsby-plugin-sitemap ^6.14.0 → ^6.15.0 gatsby-remark-autolink-headers ^6.14.0 → ^6.15.0 gatsby-source-filesystem ^5.14.0 → ^5.15.0 gatsby-transformer-sharp ^5.14.0 → ^5.15.0 rollup ^4.45.0 → ^4.50.0 sass ^1.89.2 → ^1.91.0 ts-jest ^29.4.0 → ^29.4.1 typescript ^5.8.3 → ^5.9.2 typescript-eslint ^8.36.0 → ^8.41.0
1 parent 17d50b9 commit 07ffa62

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

‎package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/parser": "^8.36.0",
26-
"eslint": "^9.31.0",
27-
"eslint-config-prettier": "^10.1.5",
28-
"eslint-plugin-prettier": "^5.5.1",
25+
"@typescript-eslint/parser": "^8.41.0",
26+
"eslint": "^9.34.0",
27+
"eslint-config-prettier": "^10.1.8",
28+
"eslint-plugin-prettier": "^5.5.4",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^5.2.0",
31-
"eslint-plugin-unicorn": "^59.0.1",
31+
"eslint-plugin-unicorn": "^60.0.0",
3232
"globals": "^16.3.0",
3333
"lerna": "^8.2.3",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.6.2",
36-
"typescript-eslint": "^8.36.0"
36+
"typescript-eslint": "^8.41.0"
3737
},
3838
"overrides": {
3939
"gatsby-remark-external-links": {

‎packages/coreui-react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,33 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.4.1",
44+
"@coreui/coreui": "^5.4.2",
4545
"@popperjs/core": "^2.11.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
4949
"@rollup/plugin-commonjs": "^28.0.6",
5050
"@rollup/plugin-node-resolve": "^16.0.1",
5151
"@rollup/plugin-typescript": "^12.1.4",
52-
"@testing-library/dom": "^10.4.0",
53-
"@testing-library/jest-dom": "^6.6.3",
52+
"@testing-library/dom": "^10.4.1",
53+
"@testing-library/jest-dom": "^6.8.0",
5454
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
5656
"@types/prop-types": "15.7.15",
57-
"@types/react": "^19.1.8",
58-
"@types/react-dom": "^19.1.6",
57+
"@types/react": "^19.1.12",
58+
"@types/react-dom": "^19.1.9",
5959
"@types/react-transition-group": "^4.4.12",
6060
"classnames": "^2.5.1",
61-
"cross-env": "^7.0.3",
61+
"cross-env": "^10.0.0",
6262
"jest": "^29.7.0",
6363
"jest-environment-jsdom": "^29.7.0",
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",
6666
"react-transition-group": "^4.4.5",
67-
"rollup": "^4.45.0",
68-
"ts-jest": "^29.4.0",
67+
"rollup": "^4.50.0",
68+
"ts-jest": "^29.4.1",
6969
"tslib": "^2.8.1",
70-
"typescript": "^5.8.3"
70+
"typescript": "^5.9.2"
7171
},
7272
"peerDependencies": {
7373
"react": ">=17",

‎packages/docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@
2525
},
2626
"dependencies": {
2727
"@coreui/chartjs": "^4.1.0",
28-
"@coreui/coreui": "^5.4.1",
28+
"@coreui/coreui": "^5.4.2",
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.3.0",
3131
"@coreui/react-chartjs": "^3.0.0",
3232
"@coreui/utils": "^2.0.2",
3333
"@docsearch/css": "^3.9.0",
3434
"@docsearch/react": "^3.9.0",
35-
"@mdx-js/mdx": "^3.1.0",
36-
"@mdx-js/react": "^3.1.0",
35+
"@mdx-js/mdx": "^3.1.1",
36+
"@mdx-js/react": "^3.1.1",
3737
"@stackblitz/sdk": "^1.11.0",
38-
"gatsby": "^5.14.5",
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.1",
43-
"gatsby-plugin-sass": "^6.14.0",
44-
"gatsby-plugin-sharp": "^5.14.0",
45-
"gatsby-plugin-sitemap": "^6.14.0",
38+
"gatsby": "^5.15.0",
39+
"gatsby-plugin-google-tagmanager": "^5.15.0",
40+
"gatsby-plugin-image": "^3.15.0",
41+
"gatsby-plugin-manifest": "^5.15.0",
42+
"gatsby-plugin-mdx": "^5.15.0",
43+
"gatsby-plugin-sass": "^6.15.0",
44+
"gatsby-plugin-sharp": "^5.15.0",
45+
"gatsby-plugin-sitemap": "^6.15.0",
4646
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
47-
"gatsby-remark-autolink-headers": "^6.14.0",
47+
"gatsby-remark-autolink-headers": "^6.15.0",
4848
"gatsby-remark-external-links": "^0.0.4",
49-
"gatsby-source-filesystem": "^5.14.0",
50-
"gatsby-transformer-sharp": "^5.14.0",
49+
"gatsby-source-filesystem": "^5.15.0",
50+
"gatsby-transformer-sharp": "^5.15.0",
5151
"globby": "^14.1.0",
5252
"prism-react-renderer": "^2.4.1",
5353
"prismjs": "^1.30.0",
@@ -58,7 +58,7 @@
5858
"react-imask": "^7.6.1",
5959
"react-markdown": "^10.1.0",
6060
"rimraf": "^6.0.1",
61-
"sass": "^1.89.2",
61+
"sass": "^1.91.0",
6262
"showdown": "^2.1.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /