Skip to content

Commit c7f18dc

Browse files
fix(deps): update starters and examples to ^1.6.19 (#27657)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 216d1d8 commit c7f18dc

File tree

4 files changed

+54
-53
lines changed

4 files changed

+54
-53
lines changed

starters/gatsby-starter-blog-theme-core/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-blog-theme-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"license": "0BSD",
1212
"dependencies": {
13-
"@mdx-js/react": "^1.6.18",
13+
"@mdx-js/react": "^1.6.19",
1414
"gatsby": "^2.25.1",
1515
"gatsby-theme-blog-core": "^1.5.61",
1616
"react": "^16.12.0",

starters/gatsby-starter-mdx-basic/package-lock.json

+48-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-mdx-basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "1.0.0",
55
"author": "Chris Biscardi <[email protected]>",
66
"dependencies": {
7-
"@mdx-js/mdx": "^1.6.18",
8-
"@mdx-js/react": "^1.6.18",
7+
"@mdx-js/mdx": "^1.6.19",
8+
"@mdx-js/react": "^1.6.19",
99
"gatsby": "^2.25.1",
1010
"gatsby-image": "^2.4.21",
1111
"gatsby-plugin-manifest": "^2.5.1",

0 commit comments

Comments
 (0)