Skip to content

Commit

Permalink
Merge pull request #955 from shawnrivers/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
shawnrivers authored Sep 22, 2020
2 parents 41fa5da + 80e2488 commit 7df3bf5
Show file tree
Hide file tree
Showing 2 changed files with 2,832 additions and 2,213 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,61 +46,61 @@
}
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"framer-motion": "^2.3.0",
"gatsby": "^2.24.36",
"gatsby-image": "^2.4.14",
"gatsby-plugin-emotion": "^4.3.4",
"gatsby-plugin-layout": "^1.3.10",
"framer-motion": "^2.6.15",
"gatsby": "^2.24.63",
"gatsby-image": "^2.4.15",
"gatsby-plugin-emotion": "^4.3.11",
"gatsby-plugin-layout": "^1.3.11",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.22",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sharp": "^2.6.25",
"gatsby-plugin-typescript": "^2.4.17",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-plugin-typescript": "^2.4.19",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-sharp": "^2.5.12",
"node": "^14.7.0",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-json": "^2.4.12",
"gatsby-transformer-sharp": "^2.5.15",
"node": "^14.11.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-knobs": "^6.0.21",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.19",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.27",
"@storybook/react": "^6.0.21",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.44",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-lazyload": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.6.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"gatsby-plugin-root-import": "^2.0.5",
"gh-pages": "^3.1.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"ts-jest": "^26.1.4",
"ts-node": "^8.10.2",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"ts-jest": "^26.4.0",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
}
}
Loading

0 comments on commit 7df3bf5

Please sign in to comment.