Skip to content

Commit 47874ac

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^3.0.0 → ^3.1.1 @coreui/icons ^3.0.0 → ^3.0.1 @mdx-js/mdx ^2.2.1 → ^2.3.0 @mdx-js/react ^2.2.1 → ^2.3.0 gatsby ^5.5.0 → ^5.7.0 gatsby-plugin-google-gtag ^5.5.0 → ^5.7.0 gatsby-plugin-image ^3.5.0 → ^3.7.0 gatsby-plugin-manifest ^5.5.0 → ^5.7.0 gatsby-plugin-mdx ^5.5.0 → ^5.7.0 gatsby-plugin-offline ^6.5.0 → ^6.7.0 gatsby-plugin-react-helmet ^6.5.0 → ^6.7.0 gatsby-plugin-sass ^6.5.0 → ^6.7.0 gatsby-plugin-sharp ^5.5.0 → ^5.7.0 gatsby-plugin-sitemap ^6.5.0 → ^6.7.0 gatsby-remark-autolink-headers ^6.5.0 → ^6.7.0 gatsby-source-filesystem ^5.5.0 → ^5.7.0 gatsby-transformer-sharp ^5.5.0 → ^5.7.0 glob ^7.2.0 → ^9.3.0 rimraf ^3.0.2 → ^4.4.0 sass ^1.58.0 → ^1.59.3
1 parent 9343704 commit 47874ac

File tree

2 files changed

+97
-77
lines changed

2 files changed

+97
-77
lines changed

packages/docs/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
"clean": "gatsby clean"
2525
},
2626
"dependencies": {
27-
"@coreui/chartjs": "^3.0.0",
27+
"@coreui/chartjs": "^3.1.1",
2828
"@coreui/coreui": "^4.2.6",
29-
"@coreui/icons": "^3.0.0",
29+
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.1.0",
3131
"@coreui/react-chartjs": "^2.1.2",
3232
"@docsearch/css": "^3.3.3",
33-
"@mdx-js/mdx": "^2.2.1",
34-
"@mdx-js/react": "^2.2.1",
33+
"@mdx-js/mdx": "^2.3.0",
34+
"@mdx-js/react": "^2.3.0",
3535
"@types/react-helmet": "^6.1.6",
36-
"gatsby": "^5.5.0",
37-
"gatsby-plugin-google-gtag": "^5.5.0",
38-
"gatsby-plugin-image": "^3.5.0",
39-
"gatsby-plugin-manifest": "^5.5.0",
40-
"gatsby-plugin-mdx": "^5.5.0",
41-
"gatsby-plugin-offline": "^6.5.0",
42-
"gatsby-plugin-react-helmet": "^6.5.0",
43-
"gatsby-plugin-sass": "^6.5.0",
44-
"gatsby-plugin-sharp": "^5.5.0",
45-
"gatsby-plugin-sitemap": "^6.5.0",
46-
"gatsby-remark-autolink-headers": "^6.5.0",
36+
"gatsby": "^5.7.0",
37+
"gatsby-plugin-google-gtag": "^5.7.0",
38+
"gatsby-plugin-image": "^3.7.0",
39+
"gatsby-plugin-manifest": "^5.7.0",
40+
"gatsby-plugin-mdx": "^5.7.0",
41+
"gatsby-plugin-offline": "^6.7.0",
42+
"gatsby-plugin-react-helmet": "^6.7.0",
43+
"gatsby-plugin-sass": "^6.7.0",
44+
"gatsby-plugin-sharp": "^5.7.0",
45+
"gatsby-plugin-sitemap": "^6.7.0",
46+
"gatsby-remark-autolink-headers": "^6.7.0",
4747
"gatsby-remark-external-links": "^0.0.4",
48-
"gatsby-source-filesystem": "^5.5.0",
49-
"gatsby-transformer-sharp": "^5.5.0",
48+
"gatsby-source-filesystem": "^5.7.0",
49+
"gatsby-transformer-sharp": "^5.7.0",
5050
"glob": "^7.2.0",
5151
"globby": "^11.1.0",
5252
"prism-react-renderer": "^1.3.5",
@@ -56,8 +56,8 @@
5656
"react-docgen-typescript": "^2.2.2",
5757
"react-dom": "^18.2.0",
5858
"react-helmet": "^6.1.0",
59-
"rimraf": "^3.0.2",
60-
"sass": "^1.58.0"
59+
"rimraf": "^4.4.0",
60+
"sass": "^1.59.3"
6161
},
6262
"devDependencies": {
6363
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)