Skip to content

Commit

Permalink
Gatsby v4 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer authored Nov 13, 2021
1 parent dc0c266 commit 0c9169e
Show file tree
Hide file tree
Showing 4 changed files with 4,028 additions and 4,505 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
icon: require.resolve('./static/favicon.png'),
},
},
'gatsby-plugin-gatsby-cloud',
'gatsby-plugin-image',
'gatsby-plugin-react-helmet',
'gatsby-plugin-emotion',
Expand Down
59 changes: 32 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rw",
"description": "Ryan Wiemer's online portfolio",
"version": "2.2.1",
"version": "2.3.0",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"keywords": [
"rw"
Expand All @@ -10,47 +10,52 @@
"homepage": "https://www.ryanwiemer.com/",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"babel-plugin-styled-components": "^1.13.2",
"framer-motion": "^4.1.17",
"gatsby": "^3.10.1",
"gatsby-plugin-emotion": "^6.10.0",
"gatsby-plugin-google-analytics": "^3.10.0",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-netlify": "^3.10.0",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sitemap": "^4.6.0",
"gatsby-plugin-theme-ui": "^0.10.1",
"gatsby-plugin-twitter": "^3.10.0",
"gatsby-remark-images-contentful": "^4.7.0",
"gatsby-remark-prismjs": "^5.7.0",
"gatsby-remark-responsive-iframe": "^4.7.0",
"gatsby-source-contentful": "^5.10.0",
"gatsby-transformer-remark": "^4.7.0",
"prismjs": "^1.24.1",
"babel-plugin-styled-components": "^1.13.3",
"framer-motion": "^5.3.0",
"gatsby": "^4.1.4",
"gatsby-plugin-emotion": "^7.1.0",
"gatsby-plugin-gatsby-cloud": "^4.1.2",
"gatsby-plugin-google-analytics": "^4.1.0",
"gatsby-plugin-image": "^2.1.2",
"gatsby-plugin-manifest": "^4.1.3",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-offline": "^5.1.3",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-plugin-sitemap": "^5.1.1",
"gatsby-plugin-theme-ui": "^0.12.0",
"gatsby-plugin-twitter": "^4.1.1",
"gatsby-remark-images-contentful": "^5.1.0",
"gatsby-remark-prismjs": "^6.1.0",
"gatsby-remark-responsive-iframe": "^5.1.0",
"gatsby-source-contentful": "^6.1.3",
"gatsby-source-filesystem": "^4.1.2",
"gatsby-transformer-remark": "^5.1.3",
"gatsby-transformer-sharp": "^4.1.0",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"theme-ui": "^0.10.0"
"theme-ui": "^0.12.0"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-gatsby-standard": "^3.0.2",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"prettier": "^2.4.1",
"stylelint": "^14.0.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
},
"engines": {
"node": ">=10.13.0"
"node": ">=14.15.0"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint:js": "eslint --ext .js,.jsx .",
Expand Down
3 changes: 2 additions & 1 deletion src/components/about/BigText.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ const BigText = (props) => {
<Emoji
animate={{ rotate: 25 }}
transition={{
yoyo: Infinity,
repeat: Infinity,
repeatType: 'reverse',
duration: 2,
ease: 'easeInOut',
}}
Expand Down
Loading

0 comments on commit 0c9169e

Please sign in to comment.