|
6 | 6 | "dependencies": {
|
7 | 7 | "core-js": "^2.6.0",
|
8 | 8 | "disqus-react": "^1.0.4",
|
9 |
| - "gatsby": "^2.0.0", |
| 9 | + "gatsby": "^4.10.2", |
10 | 10 | "gatsby-image": "^2.0.22",
|
11 | 11 | "gatsby-link": "^2.0.7",
|
12 | 12 | "gatsby-plugin-canonical-urls": "^2.0.8",
|
|
15 | 15 | "gatsby-plugin-offline": "^2.0.5",
|
16 | 16 | "gatsby-plugin-react-helmet": "^3.0.0",
|
17 | 17 | "gatsby-plugin-sass": "^2.0.1",
|
18 |
| - "gatsby-plugin-sharp": "^2.0.15", |
| 18 | + "gatsby-plugin-sharp": "^4.22.0", |
19 | 19 | "gatsby-plugin-sitemap": "^2.0.3",
|
20 | 20 | "gatsby-plugin-yandex-metrika": "^1.0.5",
|
21 | 21 | "gatsby-remark-copy-linked-files": "^2.0.7",
|
|
24 | 24 | "gatsby-transformer-remark": "^2.1.15",
|
25 | 25 | "gatsby-transformer-sharp": "^2.1.9",
|
26 | 26 | "lodash": "^4.17.4",
|
27 |
| - "node-sass": "^4.9.3", |
| 27 | + "node-sass": "^7.0.2", |
28 | 28 | "prop-types": "^15.6.1",
|
29 | 29 | "react": "^16.5.1",
|
30 | 30 | "react-disqus-comments": "^1.1.1",
|
|
53 | 53 | "deploy": "gatsby build --prefix-paths && gh-pages -d public"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "eslint": "^5.10.0", |
| 56 | + "eslint": "^6.0.0", |
57 | 57 | "eslint-config-airbnb": "^17.1.0",
|
58 | 58 | "eslint-plugin-import": "^2.9.0",
|
59 | 59 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
60 | 60 | "eslint-plugin-react": "^7.7.0",
|
61 | 61 | "gatsby-plugin-styled-jsx": "^3.0.3",
|
62 |
| - "stylelint": "^9.1.1", |
| 62 | + "stylelint": "^13.0.0", |
63 | 63 | "stylelint-config-standard": "^18.2.0",
|
64 | 64 | "prettier": "^1.14.2"
|
65 | 65 | }
|
|
0 commit comments