Skip to content

Commit

Permalink
Bump versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
bchiang7 committed Sep 3, 2019
1 parent 25219e3 commit bd7d45c
Show file tree
Hide file tree
Showing 3 changed files with 2,067 additions and 1,752 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@

## 🎨 Colors

| Color | Hex |
| -------------- | ----------------------------------------------------------- |
| Navy | ![](https://via.placeholder.com/10/0a192f?text=+) `#0a192f` |
| Dark Grey | ![](https://via.placeholder.com/10/333f58?text=+) `#333f58` |
| Slate | ![](https://via.placeholder.com/10/8892b0?text=+) `#8892b0` |
| Light Slate | ![](https://via.placeholder.com/10/a8b2d1?text=+) `#a8b2d1` |
| Lightest Slate | ![](https://via.placeholder.com/10/ccd6f6?text=+) `#ccd6f6` |
| White | ![](https://via.placeholder.com/10/e6f1ff?text=+) `#e6f1ff` |
| Green | ![](https://via.placeholder.com/10/64ffda?text=+) `#64ffda` |
| Color | Hex |
| -------------- | ------------------------------------------------------------------ |
| Navy | ![#0a192f](https://via.placeholder.com/10/0a192f?text=+) `#0a192f` |
| Dark Grey | ![#333f58](https://via.placeholder.com/10/333f58?text=+) `#333f58` |
| Slate | ![#8892b0](https://via.placeholder.com/10/8892b0?text=+) `#8892b0` |
| Light Slate | ![#a8b2d1](https://via.placeholder.com/10/a8b2d1?text=+) `#a8b2d1` |
| Lightest Slate | ![#ccd6f6](https://via.placeholder.com/10/ccd6f6?text=+) `#ccd6f6` |
| White | ![#e6f1ff](https://via.placeholder.com/10/e6f1ff?text=+) `#e6f1ff` |
| Green | ![#64ffda](https://via.placeholder.com/10/64ffda?text=+) `#64ffda` |

## 🚨 Forking this repo

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,43 @@
]
},
"dependencies": {
"animejs": "^3.0.1",
"animejs": "^3.1.0",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.13.21",
"gatsby-image": "^2.2.6",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby": "^2.15.3",
"gatsby-image": "^2.2.16",
"gatsby-plugin-google-analytics": "^2.1.13",
"gatsby-plugin-manifest": "^2.2.13",
"gatsby-plugin-netlify": "^2.1.11",
"gatsby-plugin-offline": "^3.0.1",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.7",
"gatsby-plugin-sitemap": "^2.2.3",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.19",
"gatsby-plugin-sitemap": "^2.2.10",
"gatsby-plugin-styled-components": "^3.1.4",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.1.6",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-transformer-remark": "^2.6.5",
"gatsby-transformer-sharp": "^2.2.3",
"gatsby-remark-images": "^3.1.20",
"gatsby-source-filesystem": "^2.1.19",
"gatsby-transformer-remark": "^2.6.21",
"gatsby-transformer-sharp": "^2.2.13",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react": "^16.9.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.8.6",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-transition-group": "^4.2.1",
"react-transition-group": "^4.2.2",
"scrollreveal": "^4.0.5",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@upstatement/eslint-config": "0.4.2",
"@upstatement/prettier-config": "^0.3.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"husky": "^3.0.0",
"lint-staged": "^9.2.0",
"eslint-plugin-react": "^7.14.3",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
}
Expand Down
Loading

0 comments on commit bd7d45c

Please sign in to comment.