Skip to content

Commit 0310385

Browse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^3.5.0 → ^3.5.1 gatsby ^5.10.0 → ^5.11.0 gatsby-plugin-google-tagmanager ^5.10.0 → ^5.11.0 gatsby-plugin-image ^3.10.0 → ^3.11.0 gatsby-plugin-manifest ^5.10.0 → ^5.11.0 gatsby-plugin-mdx ^5.10.0 → ^5.11.0 gatsby-plugin-offline ^6.10.0 → ^6.11.0 gatsby-plugin-react-helmet ^6.10.0 → ^6.11.0 gatsby-plugin-sass ^6.10.0 → ^6.11.0 gatsby-plugin-sharp ^5.10.0 → ^5.11.0 gatsby-plugin-sitemap ^6.10.0 → ^6.11.0 gatsby-remark-autolink-headers ^6.10.0 → ^6.11.0 gatsby-source-filesystem ^5.10.0 → ^5.11.0 gatsby-transformer-sharp ^5.10.0 → ^5.11.0 sass ^1.63.3 → ^1.63.4
1 parent 71eb9c3 commit 0310385

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
"@coreui/icons-react": "^2.1.0",
3131
"@coreui/react-chartjs": "^2.1.3",
3232
"@coreui/utils": "^2.0.2",
33-
"@docsearch/css": "^3.5.0",
33+
"@docsearch/css": "^3.5.1",
3434
"@mdx-js/mdx": "^2.3.0",
3535
"@mdx-js/react": "^2.3.0",
3636
"@types/react-helmet": "^6.1.6",
37-
"gatsby": "^5.10.0",
38-
"gatsby-plugin-google-tagmanager": "^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",
37+
"gatsby": "^5.11.0",
38+
"gatsby-plugin-google-tagmanager": "^5.11.0",
39+
"gatsby-plugin-image": "^3.11.0",
40+
"gatsby-plugin-manifest": "^5.11.0",
41+
"gatsby-plugin-mdx": "^5.11.0",
42+
"gatsby-plugin-offline": "^6.11.0",
43+
"gatsby-plugin-react-helmet": "^6.11.0",
44+
"gatsby-plugin-sass": "^6.11.0",
45+
"gatsby-plugin-sharp": "^5.11.0",
46+
"gatsby-plugin-sitemap": "^6.11.0",
47+
"gatsby-remark-autolink-headers": "^6.11.0",
4848
"gatsby-remark-external-links": "^0.0.4",
49-
"gatsby-source-filesystem": "^5.10.0",
50-
"gatsby-transformer-sharp": "^5.10.0",
49+
"gatsby-source-filesystem": "^5.11.0",
50+
"gatsby-transformer-sharp": "^5.11.0",
5151
"glob": "^7.2.0",
5252
"globby": "^11.1.0",
5353
"prism-react-renderer": "^2.0.5",
@@ -58,7 +58,7 @@
5858
"react-dom": "^18.2.0",
5959
"react-helmet": "^6.1.0",
6060
"rimraf": "^5.0.1",
61-
"sass": "^1.63.3"
61+
"sass": "^1.63.4"
6262
},
6363
"devDependencies": {
6464
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)