Skip to content

Commit

Permalink
fix: update www (#25867)
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 Jul 20, 2020
1 parent 935d51e commit cab7155
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.4",
"@babel/traverse": "^7.10.4",
"@babel/parser": "^7.10.5",
"@babel/traverse": "^7.10.5",
"@emotion/styled": "^10.0.27",
"@jamo/graphql-request": "2.0.3",
"@loadable/component": "^5.13.1",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/mdx": "^1.6.11",
"@reach/skip-nav": "^0.6.2",
"@styled-system/prop-types": "^5.1.5",
"@styled-system/should-forward-prop": "^5.1.5",
Expand All @@ -21,7 +21,7 @@
"dotenv": "^8.2.0",
"email-validator": "^1.2.3",
"fuse.js": "^3.6.1",
"gatsby": "^2.24.2",
"gatsby": "^2.24.5",
"gatsby-alias-imports": "^1.0.4",
"gatsby-core-utils": "^1.3.12",
"gatsby-design-tokens": "^2.0.10",
Expand All @@ -36,14 +36,14 @@
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-mailchimp": "^2.2.3",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-mdx": "1.2.25",
"gatsby-plugin-mdx": "1.2.27",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-netlify-cache": "^0.1.0",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-offline": "^3.2.17",
"gatsby-plugin-offline": "^3.2.18",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-sharp": "^2.6.20",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-twitter": "^2.3.10",
Expand All @@ -54,13 +54,13 @@
"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.18",
"gatsby-remark-images": "^3.3.19",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-responsive-iframe": "^2.4.11",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-source-filesystem": "^2.3.20",
"gatsby-source-git": "^1.1.0",
"gatsby-source-npm-package-search": "^2.3.12",
"gatsby-transformer-csv": "^2.3.10",
Expand Down Expand Up @@ -127,8 +127,8 @@
"forestry:preview": "gatsby develop -p 8080 -H 0.0.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.6",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-macros": "^2.8.0",
Expand Down

0 comments on commit cab7155

Please sign in to comment.