Skip to content

Commit

Permalink
Revert gatsby deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrf0110 committed Sep 28, 2021
1 parent 5f3abd8 commit dc93d6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bin/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
}

echo "Docs Engine Version: 0.1.4"
echo "Docs Engine Version: 0.1.5"

docs_engine_path=$(dirname $(dirname $(realpath "$0")))
parent_path=$(dirname $docs_engine_path)
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloudflare-docs-engine",
"private": true,
"description": "Cloudflare Workers documentation engine",
"version": "0.1.4",
"version": "0.1.5",
"author": "Cloudflare <[email protected]>",
"dependencies": {
"@adaptivelink/pops": "0.2.10",
Expand All @@ -15,22 +15,22 @@
"animejs": "3.2.0",
"focus-group": "0.3.1",
"focus-visible-polyfill": "1.0.0",
"gatsby": "2.24.92",
"gatsby-image": "2.4.21",
"gatsby-plugin-layout": "1.3.13",
"gatsby-plugin-manifest": "2.4.37",
"gatsby": "2.24.7",
"gatsby-image": "2.4.13",
"gatsby-plugin-layout": "1.3.10",
"gatsby-plugin-manifest": "2.4.18",
"gatsby-plugin-material-ui": "2.1.9",
"gatsby-plugin-mdx": "1.2.53",
"gatsby-plugin-no-sourcemaps": "2.2.1",
"gatsby-plugin-offline": "3.2.38",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-sharp": "2.6.44",
"gatsby-plugin-sitemap": "2.4.17",
"gatsby-remark-copy-linked-files": "2.3.19",
"gatsby-remark-images": "3.3.40",
"gatsby-source-filesystem": "2.3.37",
"gatsby-transformer-remark": "2.8.47",
"gatsby-transformer-sharp": "2.5.21",
"gatsby-plugin-mdx": "1.2.25",
"gatsby-plugin-no-sourcemaps": "2.2.0",
"gatsby-plugin-offline": "3.2.17",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.19",
"gatsby-plugin-sitemap": "2.4.11",
"gatsby-remark-copy-linked-files": "2.3.9",
"gatsby-remark-images": "3.3.18",
"gatsby-source-filesystem": "2.3.19",
"gatsby-transformer-remark": "2.8.22",
"gatsby-transformer-sharp": "2.5.11",
"graphql": "14.7.0",
"gray-matter": "4.0.2",
"postcss": "7.0.32",
Expand Down

0 comments on commit dc93d6b

Please sign in to comment.