Skip to content

Commit 7270312

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^3.1.1 → ^3.1.2 @coreui/react-chartjs ^2.1.2 → ^2.1.3 @docsearch/css ^3.3.4 → ^3.4.0 gatsby ^5.9.1 → ^5.10.0 gatsby-plugin-google-gtag ^5.9.0 → ^5.10.0 gatsby-plugin-image ^3.9.0 → ^3.10.0 gatsby-plugin-manifest ^5.9.0 → ^5.10.0 gatsby-plugin-mdx ^5.9.0 → ^5.10.0 gatsby-plugin-offline ^6.9.0 → ^6.10.0 gatsby-plugin-react-helmet ^6.9.0 → ^6.10.0 gatsby-plugin-sass ^6.9.0 → ^6.10.0 gatsby-plugin-sharp ^5.9.0 → ^5.10.0 gatsby-plugin-sitemap ^6.9.0 → ^6.10.0 gatsby-remark-autolink-headers ^6.9.0 → ^6.10.0 gatsby-source-filesystem ^5.9.0 → ^5.10.0 gatsby-transformer-sharp ^5.9.0 → ^5.10.0 rimraf ^5.0.0 → ^5.0.1
1 parent 1d340a3 commit 7270312

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

packages/docs/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@
2424
"clean": "gatsby clean"
2525
},
2626
"dependencies": {
27-
"@coreui/chartjs": "^3.1.1",
27+
"@coreui/chartjs": "^3.1.2",
2828
"@coreui/coreui": "4.3.0-alpha.0",
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.1.0",
31-
"@coreui/react-chartjs": "^2.1.2",
31+
"@coreui/react-chartjs": "^2.1.3",
3232
"@coreui/utils": "^2.0.2",
33-
"@docsearch/css": "^3.3.4",
33+
"@docsearch/css": "^3.4.0",
3434
"@mdx-js/mdx": "^2.3.0",
3535
"@mdx-js/react": "^2.3.0",
3636
"@types/react-helmet": "^6.1.6",
37-
"gatsby": "^5.9.1",
38-
"gatsby-plugin-google-gtag": "^5.9.0",
39-
"gatsby-plugin-image": "^3.9.0",
40-
"gatsby-plugin-manifest": "^5.9.0",
41-
"gatsby-plugin-mdx": "^5.9.0",
42-
"gatsby-plugin-offline": "^6.9.0",
43-
"gatsby-plugin-react-helmet": "^6.9.0",
44-
"gatsby-plugin-sass": "^6.9.0",
45-
"gatsby-plugin-sharp": "^5.9.0",
46-
"gatsby-plugin-sitemap": "^6.9.0",
47-
"gatsby-remark-autolink-headers": "^6.9.0",
37+
"gatsby": "^5.10.0",
38+
"gatsby-plugin-google-gtag": "^5.10.0",
39+
"gatsby-plugin-image": "^3.10.0",
40+
"gatsby-plugin-manifest": "^5.10.0",
41+
"gatsby-plugin-mdx": "^5.10.0",
42+
"gatsby-plugin-offline": "^6.10.0",
43+
"gatsby-plugin-react-helmet": "^6.10.0",
44+
"gatsby-plugin-sass": "^6.10.0",
45+
"gatsby-plugin-sharp": "^5.10.0",
46+
"gatsby-plugin-sitemap": "^6.10.0",
47+
"gatsby-remark-autolink-headers": "^6.10.0",
4848
"gatsby-remark-external-links": "^0.0.4",
49-
"gatsby-source-filesystem": "^5.9.0",
50-
"gatsby-transformer-sharp": "^5.9.0",
49+
"gatsby-source-filesystem": "^5.10.0",
50+
"gatsby-transformer-sharp": "^5.10.0",
5151
"glob": "^7.2.0",
5252
"globby": "^11.1.0",
5353
"prism-react-renderer": "^2.0.4",
@@ -57,7 +57,7 @@
5757
"react-docgen-typescript": "^2.2.2",
5858
"react-dom": "^18.2.0",
5959
"react-helmet": "^6.1.0",
60-
"rimraf": "^5.0.0",
60+
"rimraf": "^5.0.1",
6161
"sass": "^1.62.1"
6262
},
6363
"devDependencies": {

0 commit comments

Comments
 (0)