|
5 | 5 | "dependencies": {
|
6 | 6 | "@babel/plugin-proposal-export-default-from": "7.7.4",
|
7 | 7 | "@emotion/core": "10.0.22",
|
8 |
| - "@emotion/styled": "10.0.23", |
| 8 | + "@emotion/react": "11.4.0", |
| 9 | + "@emotion/styled": "11.3.0", |
9 | 10 | "@emotion/styled-base": "10.0.24",
|
10 | 11 | "@fortawesome/fontawesome-svg-core": "1.2.26",
|
11 | 12 | "@fortawesome/free-brands-svg-icons": "5.12.0",
|
|
19 | 20 | "@playlyfe/gql": "2.6.2",
|
20 | 21 | "@turf/turf": "5.1.6",
|
21 | 22 | "algoliasearch": "3.35.1",
|
| 23 | + "autoprefixer": "10.3.1", |
| 24 | + "babel-eslint": "10.1.0", |
22 | 25 | "bootstrap": "4.4.1",
|
| 26 | + "browserify-fs": "1.0.0", |
| 27 | + "core-js": "3.6.5", |
23 | 28 | "d3": "5.15.0",
|
24 | 29 | "dotenv": "8.2.0",
|
25 | 30 | "emotion": "10.0.23",
|
26 | 31 | "emotion-server": "10.0.17",
|
27 | 32 | "emotion-theming": "10.0.19",
|
28 |
| - "gatsby": "2.18.18", |
| 33 | + "eslint-webpack-plugin": "2.5.4", |
| 34 | + "gatsby": "3.9.1", |
29 | 35 | "gatsby-cli": "2.8.26",
|
30 | 36 | "gatsby-link": "2.2.27",
|
31 | 37 | "gatsby-plugin-algolia": "0.5.0",
|
32 |
| - "gatsby-plugin-catch-links": "2.1.21", |
33 |
| - "gatsby-plugin-emotion": "4.1.18", |
34 |
| - "gatsby-plugin-eslint": "2.0.8", |
| 38 | + "gatsby-plugin-catch-links": "3.9.0", |
| 39 | + "gatsby-plugin-emotion": "6.9.0", |
| 40 | + "gatsby-plugin-eslint": "3.0.0", |
35 | 41 | "gatsby-plugin-gtag": "1.0.12",
|
36 | 42 | "gatsby-plugin-layout": "1.1.18",
|
37 | 43 | "gatsby-plugin-manifest": "2.2.33",
|
38 | 44 | "gatsby-plugin-mdx": "1.0.61",
|
39 |
| - "gatsby-plugin-netlify": "2.1.31", |
| 45 | + "gatsby-plugin-netlify": "3.9.0", |
40 | 46 | "gatsby-plugin-offline": "3.0.29",
|
41 |
| - "gatsby-plugin-react-helmet": "3.1.18", |
| 47 | + "gatsby-plugin-react-helmet": "4.9.0", |
42 | 48 | "gatsby-plugin-remove-serviceworker": "1.0.0",
|
43 |
| - "gatsby-plugin-sass": "2.1.27", |
| 49 | + "gatsby-plugin-sass": "4.9.0", |
44 | 50 | "gatsby-plugin-segment-analytics": "0.2.1",
|
45 | 51 | "gatsby-plugin-sharp": "2.3.7",
|
46 |
| - "gatsby-plugin-sitemap": "2.2.24", |
| 52 | + "gatsby-plugin-sitemap": "4.5.0", |
47 | 53 | "gatsby-remark-autolink-headers": "2.1.22",
|
48 | 54 | "gatsby-remark-copy-linked-files": "2.1.33",
|
49 | 55 | "gatsby-remark-images": "3.1.37",
|
50 |
| - "gatsby-source-filesystem": "2.1.42", |
| 56 | + "gatsby-source-filesystem": "3.9.0", |
51 | 57 | "gatsby-transformer-remark": "2.6.42",
|
52 | 58 | "graphql": "14.5.8",
|
| 59 | + "http-browserify": "1.7.0", |
53 | 60 | "is-absolute-url": "3.0.3",
|
54 | 61 | "lodash.flatten": "4.4.0",
|
55 | 62 | "lodash.startcase": "4.4.0",
|
56 | 63 | "mapbox-gl": "1.7.0",
|
| 64 | + "mobx": "4.2.0", |
57 | 65 | "moment": "2.24.0",
|
58 | 66 | "node-sass": "4.13.1",
|
59 | 67 | "numeral": "2.0.6",
|
60 | 68 | "papaparse": "5.2.0",
|
| 69 | + "path-browserify": "1.0.1", |
61 | 70 | "react": "16.12.0",
|
62 | 71 | "react-bootstrap": "1.0.0-beta.16",
|
63 |
| - "react-dom": "16.12.0", |
| 72 | + "react-dom": "16.13.1", |
64 | 73 | "react-feather": "2.0.3",
|
65 | 74 | "react-github-btn": "1.1.1",
|
66 | 75 | "react-helmet": "5.2.1",
|
|
69 | 78 | "react-instantsearch-dom": "6.0.0",
|
70 | 79 | "react-live": "2.2.2",
|
71 | 80 | "react-loadable": "5.5.0",
|
72 |
| - "styled-components": "4.4.1", |
73 |
| - "styled-icons": "9.0.1" |
| 81 | + "redoc": "2.0.0-rc.55", |
| 82 | + "styled-components": "5.2.0", |
| 83 | + "styled-icons": "9.0.1", |
| 84 | + "tailwindcss": "2.2.4", |
| 85 | + "yaml": "1.10.2" |
74 | 86 | },
|
75 | 87 | "license": "MIT",
|
76 | 88 | "main": "n/a",
|
|
79 | 91 | "build": "gatsby build --prefix-paths"
|
80 | 92 | },
|
81 | 93 | "devDependencies": {
|
| 94 | + "eslint": "7.31.0", |
82 | 95 | "eslint-config-standard": "14.1.0",
|
83 | 96 | "eslint-plugin-import": "2.19.1",
|
84 | 97 | "eslint-plugin-node": "11.0.0",
|
85 | 98 | "eslint-plugin-promise": "4.2.1",
|
86 | 99 | "eslint-plugin-standard": "4.0.1",
|
87 |
| - "gatsby-plugin-remove-trailing-slashes": "2.1.17", |
| 100 | + "gatsby-plugin-remove-trailing-slashes": "3.9.0", |
88 | 101 | "prism-react-renderer": "1.0.2"
|
89 | 102 | }
|
90 | 103 | }
|
0 commit comments