Skip to content

Commit 2075aba

Browse files
committed
chore: update dependencies and devDependencies
gatsby ^5.13.1 → ^5.13.3 gatsby-plugin-google-tagmanager ^5.13.0 → ^5.13.1 gatsby-plugin-image ^3.13.0 → ^3.13.1 gatsby-plugin-manifest ^5.13.0 → ^5.13.1 gatsby-plugin-mdx ^5.13.0 → ^5.13.1 gatsby-plugin-offline ^6.13.0 → ^6.13.1 gatsby-plugin-react-helmet ^6.13.0 → ^6.13.1 gatsby-plugin-sass ^6.13.0 → ^6.13.1 gatsby-plugin-sharp ^5.13.0 → ^5.13.1 gatsby-plugin-sitemap ^6.13.0 → ^6.13.1 gatsby-remark-autolink-headers ^6.13.0 → ^6.13.1 gatsby-source-filesystem ^5.13.0 → ^5.13.1 gatsby-transformer-sharp ^5.13.0 → ^5.13.1 react-imask ^7.2.1 → ^7.5.0 sass ^1.69.5 → ^1.71.1
1 parent 48ed83f commit 2075aba

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/docs/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"@mdx-js/mdx": "^2.3.0",
3535
"@mdx-js/react": "^2.3.0",
3636
"@types/react-helmet": "^6.1.11",
37-
"gatsby": "^5.13.1",
38-
"gatsby-plugin-google-tagmanager": "^5.13.0",
39-
"gatsby-plugin-image": "^3.13.0",
40-
"gatsby-plugin-manifest": "^5.13.0",
41-
"gatsby-plugin-mdx": "^5.13.0",
42-
"gatsby-plugin-offline": "^6.13.0",
43-
"gatsby-plugin-react-helmet": "^6.13.0",
44-
"gatsby-plugin-sass": "^6.13.0",
45-
"gatsby-plugin-sharp": "^5.13.0",
46-
"gatsby-plugin-sitemap": "^6.13.0",
47-
"gatsby-remark-autolink-headers": "^6.13.0",
37+
"gatsby": "^5.13.3",
38+
"gatsby-plugin-google-tagmanager": "^5.13.1",
39+
"gatsby-plugin-image": "^3.13.1",
40+
"gatsby-plugin-manifest": "^5.13.1",
41+
"gatsby-plugin-mdx": "^5.13.1",
42+
"gatsby-plugin-offline": "^6.13.1",
43+
"gatsby-plugin-react-helmet": "^6.13.1",
44+
"gatsby-plugin-sass": "^6.13.1",
45+
"gatsby-plugin-sharp": "^5.13.1",
46+
"gatsby-plugin-sitemap": "^6.13.1",
47+
"gatsby-remark-autolink-headers": "^6.13.1",
4848
"gatsby-remark-external-links": "^0.0.4",
49-
"gatsby-source-filesystem": "^5.13.0",
50-
"gatsby-transformer-sharp": "^5.13.0",
49+
"gatsby-source-filesystem": "^5.13.1",
50+
"gatsby-transformer-sharp": "^5.13.1",
5151
"glob": "^7.2.3",
5252
"globby": "^11.1.0",
5353
"prism-react-renderer": "^2.3.1",
@@ -57,9 +57,9 @@
5757
"react-docgen-typescript": "^2.2.2",
5858
"react-dom": "^18.2.0",
5959
"react-helmet": "^6.1.0",
60-
"react-imask": "^7.2.1",
60+
"react-imask": "^7.5.0",
6161
"rimraf": "^5.0.5",
62-
"sass": "^1.69.5"
62+
"sass": "^1.71.1"
6363
},
6464
"devDependencies": {
6565
"npm-run-all": "^4.1.5"

0 commit comments

Comments
 (0)