Skip to content

Commit adef437

Browse files
committed
1 parent bfb01a6 commit adef437

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/gatsby-plugin-react-helmet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-react-helmet",
33
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.",
4-
"version": "2.0.9",
4+
"version": "2.0.10",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-embed-snippet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-remark-embed-snippet",
33
"description": "Gatsby plugin to embed formatted code snippets within markdown",
4-
"version": "1.0.17",
4+
"version": "1.0.18",
55
"author": "Brian Vaughn <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"babel-runtime": "^6.26.0",
11-
"gatsby-remark-prismjs": "^1.2.21",
11+
"gatsby-remark-prismjs": "^1.2.22",
1212
"normalize-path": "^2.1.1",
1313
"parse-numeric-range": "^0.0.2",
1414
"unist-util-map": "^1.0.3"

packages/gatsby-remark-prismjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-prismjs",
33
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
4-
"version": "1.2.21",
4+
"version": "1.2.22",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)