|
4 | 4 | "version": "1.0.0",
|
5 | 5 | "author": "Jedd Fenner <[email protected]>",
|
6 | 6 | "dependencies": {
|
7 |
| - "babel-plugin-styled-components": "^1.10.0", |
8 |
| - "gatsby": "^2.0.83", |
9 |
| - "gatsby-plugin-manifest": "^2.0.13", |
10 |
| - "gatsby-plugin-react-helmet": "^3.0.5", |
11 |
| - "gatsby-plugin-styled-components": "^3.0.4", |
12 |
| - "gatsby-source-filesystem": "^2.0.8", |
13 |
| - "prop-types": "^15.6.2", |
14 |
| - "react": "^16.7.0", |
15 |
| - "react-dom": "^16.7.0", |
16 |
| - "react-helmet": "^5.2.0", |
17 |
| - "styled-components": "^4.1.3" |
| 7 | + "babel-plugin-styled-components": "1.10.0", |
| 8 | + "gatsby": "2.0.91", |
| 9 | + "gatsby-plugin-manifest": "2.0.13", |
| 10 | + "gatsby-plugin-react-helmet": "3.0.5", |
| 11 | + "gatsby-plugin-styled-components": "3.0.4", |
| 12 | + "gatsby-source-filesystem": "2.0.16", |
| 13 | + "prop-types": "15.6.2", |
| 14 | + "react": "16.7.0", |
| 15 | + "react-dom": "16.7.0", |
| 16 | + "react-helmet": "5.2.0", |
| 17 | + "styled-components": "4.1.3" |
18 | 18 | },
|
19 | 19 | "scripts": {
|
20 | 20 | "build": "gatsby build",
|
|
24 | 24 | "test": "echo \"Error: no test specified\" && exit 1"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "husky": "^1.3.1", |
28 |
| - "prettier": "^1.15.2", |
29 |
| - "pretty-quick": "^1.8.0" |
| 27 | + "husky": "1.3.1", |
| 28 | + "prettier": "1.15.3", |
| 29 | + "pretty-quick": "1.8.0" |
30 | 30 | },
|
31 | 31 | "private": true,
|
32 | 32 | "repository": {
|
|
0 commit comments