Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer committed Dec 3, 2021
1 parent 0c9169e commit 924f9cd
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 1,022 deletions.
58 changes: 29 additions & 29 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.3.0",
"version": "2.3.1",
"author": "Ryan Wiemer <ryan@ryanwiemer.com>",
"keywords": [
"rw"
Expand All @@ -10,43 +10,43 @@
"homepage": "https://www.ryanwiemer.com/",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"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",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"babel-plugin-styled-components": "^2.0.2",
"framer-motion": "^5.3.3",
"gatsby": "^4.3.0",
"gatsby-plugin-emotion": "^7.3.0",
"gatsby-plugin-gatsby-cloud": "^4.3.0",
"gatsby-plugin-google-analytics": "^4.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"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",
"gatsby-plugin-offline": "^5.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-plugin-theme-ui": "^0.12.1",
"gatsby-plugin-twitter": "^4.3.0",
"gatsby-remark-images-contentful": "^5.3.0",
"gatsby-remark-prismjs": "^6.3.0",
"gatsby-remark-responsive-iframe": "^5.3.0",
"gatsby-source-contentful": "^7.1.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "^4.3.0",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"theme-ui": "^0.12.0"
"theme-ui": "^0.12.1"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint": "^8.3.0",
"eslint-config-gatsby-standard": "^3.0.2",
"prettier": "^2.4.1",
"stylelint": "^14.0.1",
"prettier": "^2.5.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
},
Expand Down
Loading

0 comments on commit 924f9cd

Please sign in to comment.