Skip to content

Commit

Permalink
fix: update www (#26197)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 3, 2020
1 parent ae5f581 commit 138ef07
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"version": "2.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@babel/parser": "^7.10.5",
"@babel/traverse": "^7.10.5",
"@babel/parser": "^7.11.0",
"@babel/traverse": "^7.11.0",
"@emotion/styled": "^10.0.27",
"@jamo/graphql-request": "2.0.3",
"@loadable/component": "^5.13.1",
"@mdx-js/mdx": "^1.6.14",
"@mdx-js/mdx": "^1.6.16",
"@reach/skip-nav": "^0.6.2",
"@styled-system/prop-types": "^5.1.5",
"@styled-system/should-forward-prop": "^5.1.5",
Expand All @@ -21,11 +21,11 @@
"dotenv": "^8.2.0",
"email-validator": "^1.2.3",
"fuse.js": "^3.6.1",
"gatsby": "^2.24.14",
"gatsby": "^2.24.24",
"gatsby-alias-imports": "^1.0.4",
"gatsby-core-utils": "^1.3.14",
"gatsby-design-tokens": "^2.0.10",
"gatsby-image": "^2.4.13",
"gatsby-image": "^2.4.14",
"gatsby-plugin-canonical-urls": "^2.3.10",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-emotion": "^4.3.10",
Expand All @@ -36,29 +36,29 @@
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-mailchimp": "^2.2.3",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-mdx": "1.2.29",
"gatsby-plugin-mdx": "1.2.32",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-netlify-cache": "^0.1.0",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.6.22",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-twitter": "^2.3.10",
"gatsby-plugin-typography": "^2.5.10",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.3.11",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-embedder": "^1.16.0",
"gatsby-remark-graphviz": "^1.3.10",
"gatsby-remark-http-to-https": "^1.0.2",
"gatsby-remark-images": "^3.3.21",
"gatsby-remark-images": "^3.3.24",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-responsive-iframe": "^2.4.11",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-filesystem": "^2.3.23",
Expand All @@ -68,7 +68,7 @@
"gatsby-transformer-documentationjs": "^4.3.13",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-screenshot": "^2.3.16",
"gatsby-transformer-sharp": "^2.5.11",
"gatsby-transformer-sharp": "^2.5.12",
"gatsby-transformer-yaml": "^2.4.10",
"get-package-json-from-github": "^1.2.1",
"graphql-request": "1.8.2",
Expand Down Expand Up @@ -124,7 +124,7 @@
"forestry:preview": "gatsby develop -p 8080 -H 0.0.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
Expand Down

0 comments on commit 138ef07

Please sign in to comment.