|
2 | 2 | "name": "github-fight", |
3 | 3 | "private": true, |
4 | 4 | "description": "A simple way to compare Github Reactions", |
5 | | - "version": "0.1.0", |
6 | | - "author": "Henrique M. Miranda <me@thehenry.dev>", |
| 5 | + "version": "1.0.0", |
| 6 | + "author": "Henrique Miranda <hey@thehenry.dev>", |
7 | 7 | "dependencies": { |
8 | | - "@apollo/react-hooks": "^3.1.4", |
9 | | - "apollo-boost": "^0.4.7", |
| 8 | + "@apollo/client": "^3.1.3", |
10 | 9 | "babel-plugin-polished": "^1.1.0", |
11 | 10 | "dotenv": "^8.2.0", |
12 | | - "gatsby": "^2.19.9", |
13 | | - "gatsby-image": "^2.2.39", |
14 | | - "gatsby-plugin-manifest": "^2.2.39", |
15 | | - "gatsby-plugin-netlify": "^2.1.31", |
| 11 | + "gatsby": "^2.24.47", |
| 12 | + "gatsby-image": "^2.4.16", |
| 13 | + "gatsby-plugin-manifest": "^2.4.23", |
| 14 | + "gatsby-plugin-netlify": "^2.3.13", |
16 | 15 | "gatsby-plugin-netlify-cache": "^1.2.0", |
17 | | - "gatsby-plugin-offline": "^3.0.32", |
18 | | - "gatsby-plugin-page-creator": "^2.1.38", |
| 16 | + "gatsby-plugin-offline": "^3.2.23", |
| 17 | + "gatsby-plugin-page-creator": "^2.3.22", |
19 | 18 | "gatsby-plugin-polished": "^1.0.4", |
20 | | - "gatsby-plugin-preload-fonts": "^1.1.1", |
21 | | - "gatsby-plugin-react-helmet-async": "^1.0.16", |
22 | | - "gatsby-plugin-sharp": "^2.4.3", |
23 | | - "gatsby-plugin-styled-components": "^3.1.18", |
24 | | - "gatsby-plugin-typescript": "^2.1.26", |
25 | | - "gatsby-source-filesystem": "^2.1.46", |
26 | | - "gatsby-source-graphql": "2.1.32", |
27 | | - "gatsby-transformer-sharp": "^2.3.13", |
28 | | - "graphql-tag": "^2.10.3", |
29 | | - "gsap": "^3.2.6", |
| 19 | + "gatsby-plugin-preload-fonts": "^1.2.20", |
| 20 | + "gatsby-plugin-react-helmet": "^3.3.10", |
| 21 | + "gatsby-plugin-sharp": "^2.6.27", |
| 22 | + "gatsby-plugin-styled-components": "^3.3.10", |
| 23 | + "gatsby-plugin-typescript": "^2.4.18", |
| 24 | + "gatsby-source-filesystem": "^2.3.24", |
| 25 | + "gatsby-source-graphql": "2.7.1", |
| 26 | + "gatsby-transformer-sharp": "^2.5.13", |
| 27 | + "graphql-tag": "^2.11.0", |
| 28 | + "gsap": "^3.5.0", |
30 | 29 | "isomorphic-fetch": "^2.2.1", |
31 | | - "polished": "^3.5.1", |
| 30 | + "polished": "^3.6.5", |
32 | 31 | "react": "^16.12.0", |
33 | | - "react-apollo": "^3.1.4", |
34 | 32 | "react-dom": "^16.12.0", |
35 | | - "react-helmet-async": "^1.0.4", |
36 | | - "react-icons": "^3.9.0", |
37 | | - "styled-components": "^5.0.0", |
| 33 | + "react-helmet": "^6.1.0", |
| 34 | + "react-icons": "^3.11.0", |
| 35 | + "styled-components": "^5.1.1", |
38 | 36 | "typeface-lato": "^0.0.75" |
39 | 37 | }, |
40 | 38 | "devDependencies": { |
41 | 39 | "@types/isomorphic-fetch": "^0.0.35", |
42 | | - "@types/node": "^13.5.1", |
43 | | - "@types/react": "^16.9.19", |
44 | | - "@types/react-dom": "^16.9.5", |
| 40 | + "@types/node": "^14.6.0", |
| 41 | + "@types/react": "^16.9.46", |
| 42 | + "@types/react-dom": "^16.9.8", |
| 43 | + "@types/react-helmet": "^6.1.0", |
45 | 44 | "@types/react-icons": "^3.0.0", |
46 | | - "@types/styled-components": "^4.4.2", |
47 | | - "@typescript-eslint/eslint-plugin": "^2.30.0", |
48 | | - "@typescript-eslint/parser": "^2.30.0", |
49 | | - "eslint": "^6.8.0", |
50 | | - "eslint-config-airbnb": "^18.1.0", |
51 | | - "eslint-config-prettier": "^6.10.0", |
| 45 | + "@types/styled-components": "^5.1.2", |
| 46 | + "@typescript-eslint/eslint-plugin": "^3.9.1", |
| 47 | + "@typescript-eslint/parser": "^3.9.1", |
| 48 | + "eslint": "^7.7.0", |
| 49 | + "eslint-config-airbnb": "^18.2.0", |
| 50 | + "eslint-config-prettier": "^6.11.0", |
52 | 51 | "eslint-import-resolver-alias": "^1.1.2", |
53 | | - "eslint-import-resolver-typescript": "^2.0.0", |
54 | | - "eslint-plugin-import": "^2.20.0", |
55 | | - "eslint-plugin-import-helpers": "^1.0.2", |
56 | | - "eslint-plugin-jsx-a11y": "^6.2.3", |
57 | | - "eslint-plugin-prettier": "^3.1.2", |
58 | | - "eslint-plugin-react": "^7.19.0", |
59 | | - "eslint-plugin-react-hooks": "^2.3.0", |
| 52 | + "eslint-import-resolver-typescript": "^2.2.1", |
| 53 | + "eslint-plugin-import": "^2.22.0", |
| 54 | + "eslint-plugin-import-helpers": "^1.1.0", |
| 55 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 56 | + "eslint-plugin-prettier": "^3.1.4", |
| 57 | + "eslint-plugin-react": "^7.20.6", |
| 58 | + "eslint-plugin-react-hooks": "^4.1.0", |
60 | 59 | "gatsby-plugin-root-import": "^2.0.5", |
61 | | - "prettier": "^1.19.1", |
62 | | - "typescript": "^3.7.5" |
| 60 | + "prettier": "^2.0.5", |
| 61 | + "typescript": "^4.0.2" |
63 | 62 | }, |
64 | 63 | "keywords": [ |
65 | 64 | "gatsby" |
|
0 commit comments