Skip to content

Commit dc93d6b

Browse files
committed
Revert gatsby deps update
1 parent 5f3abd8 commit dc93d6b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

bin/commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ realpath() {
55
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
66
}
77

8-
echo "Docs Engine Version: 0.1.4"
8+
echo "Docs Engine Version: 0.1.5"
99

1010
docs_engine_path=$(dirname $(dirname $(realpath "$0")))
1111
parent_path=$(dirname $docs_engine_path)

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudflare-docs-engine",
33
"private": true,
44
"description": "Cloudflare Workers documentation engine",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"author": "Cloudflare <[email protected]>",
77
"dependencies": {
88
"@adaptivelink/pops": "0.2.10",
@@ -15,22 +15,22 @@
1515
"animejs": "3.2.0",
1616
"focus-group": "0.3.1",
1717
"focus-visible-polyfill": "1.0.0",
18-
"gatsby": "2.24.92",
19-
"gatsby-image": "2.4.21",
20-
"gatsby-plugin-layout": "1.3.13",
21-
"gatsby-plugin-manifest": "2.4.37",
18+
"gatsby": "2.24.7",
19+
"gatsby-image": "2.4.13",
20+
"gatsby-plugin-layout": "1.3.10",
21+
"gatsby-plugin-manifest": "2.4.18",
2222
"gatsby-plugin-material-ui": "2.1.9",
23-
"gatsby-plugin-mdx": "1.2.53",
24-
"gatsby-plugin-no-sourcemaps": "2.2.1",
25-
"gatsby-plugin-offline": "3.2.38",
26-
"gatsby-plugin-react-helmet": "3.3.14",
27-
"gatsby-plugin-sharp": "2.6.44",
28-
"gatsby-plugin-sitemap": "2.4.17",
29-
"gatsby-remark-copy-linked-files": "2.3.19",
30-
"gatsby-remark-images": "3.3.40",
31-
"gatsby-source-filesystem": "2.3.37",
32-
"gatsby-transformer-remark": "2.8.47",
33-
"gatsby-transformer-sharp": "2.5.21",
23+
"gatsby-plugin-mdx": "1.2.25",
24+
"gatsby-plugin-no-sourcemaps": "2.2.0",
25+
"gatsby-plugin-offline": "3.2.17",
26+
"gatsby-plugin-react-helmet": "3.3.10",
27+
"gatsby-plugin-sharp": "2.6.19",
28+
"gatsby-plugin-sitemap": "2.4.11",
29+
"gatsby-remark-copy-linked-files": "2.3.9",
30+
"gatsby-remark-images": "3.3.18",
31+
"gatsby-source-filesystem": "2.3.19",
32+
"gatsby-transformer-remark": "2.8.22",
33+
"gatsby-transformer-sharp": "2.5.11",
3434
"graphql": "14.7.0",
3535
"gray-matter": "4.0.2",
3636
"postcss": "7.0.32",

0 commit comments

Comments
 (0)