|
4 | 4 | "version": "1.0.0", |
5 | 5 | "author": "Kyle Mathews <mathews.kyle@gmail.com>", |
6 | 6 | "dependencies": { |
7 | | - "bulma": "^0.7.2", |
8 | | - "classnames": "^2.2.6", |
| 7 | + "bulma": "0.7.2", |
| 8 | + "classnames": "2.2.6", |
9 | 9 | "docsearch.js": "^2.5.2", |
10 | | - "gatsby": "^2.0.31", |
11 | | - "gatsby-image": "^2.0.17", |
12 | | - "gatsby-plugin-catch-links": "^2.0.5", |
13 | | - "gatsby-plugin-manifest": "^2.0.6", |
14 | | - "gatsby-plugin-netlify": "^2.0.2", |
15 | | - "gatsby-plugin-netlify-cache": "^1.0.0", |
16 | | - "gatsby-plugin-offline": "^2.0.9", |
17 | | - "gatsby-plugin-react-helmet": "^3.0.0", |
18 | | - "gatsby-plugin-sass": "^2.0.1", |
19 | | - "gatsby-plugin-svgr": "^2.0.0-alpha", |
20 | | - "gatsby-remark-autolink-headers": "^2.0.8", |
21 | | - "gatsby-remark-copy-linked-files": "^2.0.5", |
22 | | - "gatsby-remark-images": "^2.0.4", |
23 | | - "gatsby-remark-prismjs": "^3.0.2", |
24 | | - "gatsby-remark-smartypants": "^2.0.5", |
25 | | - "gatsby-source-filesystem": "^2.0.5", |
26 | | - "gatsby-transformer-remark": "^2.1.9", |
27 | | - "node-sass": "^4.9.4", |
28 | | - "prismjs": "^1.15.0", |
29 | | - "prop-types": "^15.6.2", |
30 | | - "react": "^16.6.0", |
31 | | - "react-dom": "^16.6.0", |
32 | | - "react-helmet": "^5.2.0" |
| 10 | + "gatsby": "2.0.31", |
| 11 | + "gatsby-image": "2.0.17", |
| 12 | + "gatsby-plugin-catch-links": "2.0.5", |
| 13 | + "gatsby-plugin-manifest": "2.0.6", |
| 14 | + "gatsby-plugin-netlify": "2.0.2", |
| 15 | + "gatsby-plugin-netlify-cache": "1.0.0", |
| 16 | + "gatsby-plugin-offline": "2.0.9", |
| 17 | + "gatsby-plugin-react-helmet": "3.0.0", |
| 18 | + "gatsby-plugin-sass": "2.0.1", |
| 19 | + "gatsby-plugin-svgr": "2.0.0-alpha", |
| 20 | + "gatsby-remark-autolink-headers": "2.0.8", |
| 21 | + "gatsby-remark-copy-linked-files": "2.0.5", |
| 22 | + "gatsby-remark-images": "2.0.4", |
| 23 | + "gatsby-remark-prismjs": "3.0.2", |
| 24 | + "gatsby-remark-smartypants": "2.0.5", |
| 25 | + "gatsby-source-filesystem": "2.0.5", |
| 26 | + "gatsby-transformer-remark": "2.1.9", |
| 27 | + "node-sass": "4.9.4", |
| 28 | + "prismjs": "1.15.0", |
| 29 | + "prop-types": "15.6.2", |
| 30 | + "react": "16.6.0", |
| 31 | + "react-dom": "16.6.0", |
| 32 | + "react-helmet": "5.2.0" |
33 | 33 | }, |
34 | 34 | "keywords": [ |
35 | 35 | "gatsby" |
|
42 | 42 | "test": "echo \"Error: no test specified\" && exit 1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@wpquark/eslint-config": "^3.0.0", |
46 | | - "eslint": "^5.7.0", |
47 | | - "gatsby-plugin-sharp": "^2.0.8", |
48 | | - "gatsby-transformer-sharp": "^2.1.5", |
49 | | - "prettier": "^1.14.3" |
| 45 | + "@wpquark/eslint-config": "3.0.0", |
| 46 | + "eslint": "5.7.0", |
| 47 | + "gatsby-plugin-sharp": "2.0.8", |
| 48 | + "gatsby-transformer-sharp": "2.1.5", |
| 49 | + "prettier": "1.14.3" |
50 | 50 | }, |
51 | 51 | "repository": { |
52 | 52 | "type": "git", |
|
0 commit comments