Skip to content

Commit f1bc622

Browse files
committed
chore: update dependencies and devDependencies
@docsearch/css ^3.3.3 → ^3.3.4 gatsby ^5.7.0 → ^5.9.1 gatsby-plugin-google-gtag ^5.7.0 → ^5.9.0 gatsby-plugin-image ^3.7.0 → ^3.9.0 gatsby-plugin-manifest ^5.7.0 → ^5.9.0 gatsby-plugin-mdx ^5.7.0 → ^5.9.0 gatsby-plugin-offline ^6.7.0 → ^6.9.0 gatsby-plugin-react-helmet ^6.7.0 → ^6.9.0 gatsby-plugin-sass ^6.7.0 → ^6.9.0 gatsby-plugin-sharp ^5.7.0 → ^5.9.0 gatsby-plugin-sitemap ^6.7.0 → ^6.9.0 gatsby-remark-autolink-headers ^6.7.0 → ^6.9.0 gatsby-source-filesystem ^5.7.0 → ^5.9.0 gatsby-transformer-sharp ^5.7.0 → ^5.9.0 rimraf ^4.4.0 → ^5.0.0 sass ^1.59.3 → ^1.62.1
1 parent 6f8b34f commit f1bc622

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

packages/docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@
2929
"@coreui/icons": "^3.0.1",
3030
"@coreui/icons-react": "^2.1.0",
3131
"@coreui/react-chartjs": "^2.1.2",
32-
"@docsearch/css": "^3.3.3",
32+
"@docsearch/css": "^3.3.4",
3333
"@mdx-js/mdx": "^2.3.0",
3434
"@mdx-js/react": "^2.3.0",
3535
"@types/react-helmet": "^6.1.6",
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",
36+
"gatsby": "^5.9.1",
37+
"gatsby-plugin-google-gtag": "^5.9.0",
38+
"gatsby-plugin-image": "^3.9.0",
39+
"gatsby-plugin-manifest": "^5.9.0",
40+
"gatsby-plugin-mdx": "^5.9.0",
41+
"gatsby-plugin-offline": "^6.9.0",
42+
"gatsby-plugin-react-helmet": "^6.9.0",
43+
"gatsby-plugin-sass": "^6.9.0",
44+
"gatsby-plugin-sharp": "^5.9.0",
45+
"gatsby-plugin-sitemap": "^6.9.0",
46+
"gatsby-remark-autolink-headers": "^6.9.0",
4747
"gatsby-remark-external-links": "^0.0.4",
48-
"gatsby-source-filesystem": "^5.7.0",
49-
"gatsby-transformer-sharp": "^5.7.0",
48+
"gatsby-source-filesystem": "^5.9.0",
49+
"gatsby-transformer-sharp": "^5.9.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": "^4.4.0",
60-
"sass": "^1.59.3"
59+
"rimraf": "^5.0.0",
60+
"sass": "^1.62.1"
6161
},
6262
"devDependencies": {
6363
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)