fix issue with celebi printing

This commit is contained in:
Amruth Pillai
2020-07-18 21:51:01 +05:30
parent 5bb4bc5941
commit ec6ddd1fff
3 changed files with 108 additions and 219 deletions

321
package-lock.json generated
View File

@ -1981,70 +1981,31 @@
} }
}, },
"@mdx-js/mdx": { "@mdx-js/mdx": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.7.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.11.tgz",
"integrity": "sha512-LB+3gFSy5IyKmI4dqbo9g2dLwvxtHzNZN16PQe0D2cJkgVWNfZ4j1wjCO1qYlhpw3mHnsgqKmIP+knGa/El+Iw==", "integrity": "sha512-3Suqe+FVZvK62t+Lc7xjk3T7wSmh7QqzlVNkAx4jM8Q9GeuhcSWkwjS7VHY6KVoOw/jkBSlmzklyM7zACPSoIA==",
"requires": { "requires": {
"@babel/core": "7.10.4", "@babel/core": "7.10.5",
"@babel/plugin-syntax-jsx": "7.8.3", "@babel/plugin-syntax-jsx": "7.10.4",
"@babel/plugin-syntax-object-rest-spread": "7.8.3", "@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@mdx-js/util": "^1.6.7", "@mdx-js/util": "^1.6.11",
"babel-plugin-apply-mdx-type-prop": "^1.6.7", "babel-plugin-apply-mdx-type-prop": "^1.6.11",
"babel-plugin-extract-import-names": "^1.6.7", "babel-plugin-extract-import-names": "^1.6.11",
"camelcase-css": "2.0.1", "camelcase-css": "2.0.1",
"detab": "2.0.3", "detab": "2.0.3",
"hast-util-raw": "5.0.2", "hast-util-raw": "6.0.0",
"lodash.uniq": "4.5.0", "lodash.uniq": "4.5.0",
"mdast-util-to-hast": "9.1.0", "mdast-util-to-hast": "9.1.0",
"remark-footnotes": "1.0.0", "remark-footnotes": "1.0.0",
"remark-mdx": "^1.6.7", "remark-mdx": "^1.6.11",
"remark-parse": "8.0.2", "remark-parse": "8.0.2",
"remark-squeeze-paragraphs": "4.0.0", "remark-squeeze-paragraphs": "4.0.0",
"style-to-object": "0.3.0", "style-to-object": "0.3.0",
"unified": "9.0.0", "unified": "9.0.0",
"unist-builder": "2.0.3", "unist-builder": "2.0.3",
"unist-util-visit": "2.0.2" "unist-util-visit": "2.0.3"
}, },
"dependencies": { "dependencies": {
"@babel/core": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.4.tgz",
"integrity": "sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.10.4",
"@babel/helper-module-transforms": "^7.10.4",
"@babel/helpers": "^7.10.4",
"@babel/parser": "^7.10.4",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
"json5": "^2.1.2",
"lodash": "^4.17.13",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
}
},
"@babel/plugin-syntax-jsx": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz",
"integrity": "sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"requires": {
"ms": "^2.1.1"
}
},
"is-buffer": { "is-buffer": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz",
@ -2073,11 +2034,6 @@
"xtend": "^4.0.1" "xtend": "^4.0.1"
} }
}, },
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
},
"unified": { "unified": {
"version": "9.0.0", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/unified/-/unified-9.0.0.tgz", "resolved": "https://registry.npmjs.org/unified/-/unified-9.0.0.tgz",
@ -2090,43 +2046,28 @@
"trough": "^1.0.0", "trough": "^1.0.0",
"vfile": "^4.0.0" "vfile": "^4.0.0"
} }
},
"unist-util-is": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
"integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ=="
},
"unist-util-visit": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.2.tgz",
"integrity": "sha512-HoHNhGnKj6y+Sq+7ASo2zpVdfdRifhTgX2KTU3B/sO/TTlZchp7E3S4vjRzDJ7L60KmrCPsQkVK3lEF3cz36XQ==",
"requires": {
"@types/unist": "^2.0.0",
"unist-util-is": "^4.0.0",
"unist-util-visit-parents": "^3.0.0"
}
} }
} }
}, },
"@mdx-js/react": { "@mdx-js/react": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.7.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.11.tgz",
"integrity": "sha512-pBxCfBWOHk/i/AnHdpexKvRDbdSOx5s3ZLHvl6DQJkn2zqA5+KtRrwuW2MxEu8MqKOos3hIgVOKD6kbIz0r8Og==" "integrity": "sha512-59qKdVmpxhGcQ7dJKQucKQHxXoS5A1U8x5IYJCitdGVwM6mXkCj1GYyb873oH4cRlxL8BhVHmGalkXTtLqV9Ag=="
}, },
"@mdx-js/runtime": { "@mdx-js/runtime": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/@mdx-js/runtime/-/runtime-1.6.7.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/runtime/-/runtime-1.6.11.tgz",
"integrity": "sha512-iChpx57SpCxaf6dD/X6GRBxXP7kkD7z8Fz6/NBWOhMqLM5mwOtX+rKz1IcDNxIHL/aX8kaKybRmoN7CY5IU7hw==", "integrity": "sha512-1L3VI0PxnjAIS8BhBv7hx85rtpLWflu8HMg1opCkquEfnZVC6YYTEwMwskZ5iwruToP2iB0uUmJXdDFmuSIsbA==",
"requires": { "requires": {
"@mdx-js/mdx": "^1.6.7", "@mdx-js/mdx": "^1.6.11",
"@mdx-js/react": "^1.6.7", "@mdx-js/react": "^1.6.11",
"buble-jsx-only": "^0.19.8" "buble-jsx-only": "^0.19.8"
} }
}, },
"@mdx-js/util": { "@mdx-js/util": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.7.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.11.tgz",
"integrity": "sha512-eiabhtRDYf+JAP5AGEDOdDx+TWZZVm2vzp3K08HhQmTgkk+8/G4eDAGCheTu2PRKvXPFf/hLzjfmdp7PQLCtsA==" "integrity": "sha512-VbGXtjLOa7RK0w27o9eekGea190sXoJZgltFZzywmLNcBJn3sOynfyNUXH1rx2pyCOOfPcTBYg/Zf9Isfp3BNg=="
}, },
"@mikaelkristiansson/domready": { "@mikaelkristiansson/domready": {
"version": "1.0.10", "version": "1.0.10",
@ -2311,6 +2252,14 @@
"@types/node": "*" "@types/node": "*"
} }
}, },
"@types/hast": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.1.tgz",
"integrity": "sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q==",
"requires": {
"@types/unist": "*"
}
},
"@types/history": { "@types/history": {
"version": "4.7.6", "version": "4.7.6",
"resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.6.tgz", "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.6.tgz",
@ -2397,6 +2346,11 @@
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
}, },
"@types/parse5": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
"integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
},
"@types/prop-types": { "@types/prop-types": {
"version": "15.7.3", "version": "15.7.3",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz",
@ -3329,19 +3283,12 @@
} }
}, },
"babel-plugin-apply-mdx-type-prop": { "babel-plugin-apply-mdx-type-prop": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.7.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.11.tgz",
"integrity": "sha512-2WztTzkUeeQ1SC4Dc5KmmVq/6tH+5aAGUiq7ioFpZ8eWBneIhF7DzkGirmcUpR8eHVOQRlvKyWfSTVAQxJsQUw==", "integrity": "sha512-GCdljT0ofgEfEx3Ol3mQIS4f9A/P7m5XG6fLpbU7GIRdncNvQ8x1yhuGWnWJrlZj4/tjz+Hv96BBaGo1bfmiUA==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "7.8.3", "@babel/helper-plugin-utils": "7.10.4",
"@mdx-js/util": "^1.6.7" "@mdx-js/util": "^1.6.11"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
"integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ=="
}
} }
}, },
"babel-plugin-dynamic-import-node": { "babel-plugin-dynamic-import-node": {
@ -3353,18 +3300,11 @@
} }
}, },
"babel-plugin-extract-import-names": { "babel-plugin-extract-import-names": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.7.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.11.tgz",
"integrity": "sha512-UnqaoHYdzieAOjNupDb8PJQFOEpPIJcniIrCjg/DFPUp8YsYxeolM2sb74EdD6NYVE8/tFvd+0BOuJxQF0iong==", "integrity": "sha512-vJRNOsWoxE9ufDm5XZR0KoKknA6loyiw0LNdLX1q4P+tLyzqi01HSLXyuBJqYpXYciVPCNHI7WBUnEhyQY+NTg==",
"requires": { "requires": {
"@babel/helper-plugin-utils": "7.8.3" "@babel/helper-plugin-utils": "7.10.4"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
"integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ=="
}
} }
}, },
"babel-plugin-lodash": { "babel-plugin-lodash": {
@ -5763,9 +5703,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "2.14.0", "version": "2.15.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.14.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.15.0.tgz",
"integrity": "sha512-1zD+68jhFgDIM0rF05rcwYO8cExdNqxjq4xP1QKM60Q45mnO6zaMWB4tOzrIr4M4GSLntsKeE4c9Bdl2jhL/yw==" "integrity": "sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ=="
}, },
"debug": { "debug": {
"version": "3.2.6", "version": "3.2.6",
@ -8377,9 +8317,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
}, },
"gatsby": { "gatsby": {
"version": "2.24.3", "version": "2.24.4",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.24.3.tgz", "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.24.4.tgz",
"integrity": "sha512-WgT5HhkzdtuG1c9xjsTAuE+9GzEB+2M1DibWB1DNatL+sAc2uA71wwaNZYYmZHzFHDX3DJD1pD503Fc06ptJYA==", "integrity": "sha512-/Sl4HgJhPvBzZ/JgjNrE5XVDv/o1YsJ+iHcTJCpgWj6At97Bsf4V6Y44KPc/cLTnpHvD8MJGqg1y52WWEHRRTQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.10.3", "@babel/code-frame": "^7.10.3",
"@babel/core": "^7.10.3", "@babel/core": "^7.10.3",
@ -8441,7 +8381,7 @@
"file-loader": "^1.1.11", "file-loader": "^1.1.11",
"fs-exists-cached": "1.0.0", "fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-cli": "^2.12.61", "gatsby-cli": "^2.12.62",
"gatsby-core-utils": "^1.3.12", "gatsby-core-utils": "^1.3.12",
"gatsby-graphiql-explorer": "^0.4.11", "gatsby-graphiql-explorer": "^0.4.11",
"gatsby-legacy-polyfills": "^0.0.2", "gatsby-legacy-polyfills": "^0.0.2",
@ -8614,9 +8554,9 @@
} }
}, },
"gatsby-cli": { "gatsby-cli": {
"version": "2.12.61", "version": "2.12.62",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.61.tgz", "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.62.tgz",
"integrity": "sha512-Bdk640xw2fGtog6YUvlWqGVdghzOraEkRkLgdxAHJQWs7U8TiyxVv+urkp8MmIvWK4fe0vdO8VSzg3dmBQytCg==", "integrity": "sha512-Hi80WtSfG/zn7xYNRQLTUXJiRB+z+BwYnXdEfxWMLiObK3pXMIQQ431a1XH0Crvksdjkmm0gfY5GRZX4MdYvOQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.10.3", "@babel/code-frame": "^7.10.3",
"@hapi/joi": "^15.1.1", "@hapi/joi": "^15.1.1",
@ -9332,9 +9272,9 @@
} }
}, },
"gatsby-source-filesystem": { "gatsby-source-filesystem": {
"version": "2.3.19", "version": "2.3.20",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.19.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.20.tgz",
"integrity": "sha512-vFNm1Qx7nHJVtnvA1tsQYNYdr7co8hI8rrt7OwIExW19ouryqSNtzSs7T2MHQNyeXLuIajEA2xOh4Q1OgC+9UA==", "integrity": "sha512-zwHsOe3BipnGeHvCNz4JSzz9bWbQEFgbpkjCpmOSsPtbNaKKbk7bK8TCLGj268K24x7E5fGuXPTLqXcRfYgEOA==",
"requires": { "requires": {
"@babel/runtime": "^7.10.3", "@babel/runtime": "^7.10.3",
"better-queue": "^3.8.10", "better-queue": "^3.8.10",
@ -10353,38 +10293,37 @@
} }
}, },
"hast-to-hyperscript": { "hast-to-hyperscript": {
"version": "7.0.4", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-7.0.4.tgz", "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.0.tgz",
"integrity": "sha512-vmwriQ2H0RPS9ho4Kkbf3n3lY436QKLq6VaGA1pzBh36hBi3tm1DO9bR+kaJIbpT10UqaANDkMjxvjVfr+cnOA==", "integrity": "sha512-NJvMYU3GlMLs7hN3CRbsNlMzusVNkYBogVWDGybsuuVQ336gFLiD+q9qtFZT2meSHzln3pNISZWTASWothMSMg==",
"requires": { "requires": {
"@types/unist": "^2.0.3",
"comma-separated-tokens": "^1.0.0", "comma-separated-tokens": "^1.0.0",
"property-information": "^5.3.0", "property-information": "^5.3.0",
"space-separated-tokens": "^1.0.0", "space-separated-tokens": "^1.0.0",
"style-to-object": "^0.2.1", "style-to-object": "^0.3.0",
"unist-util-is": "^3.0.0", "unist-util-is": "^4.0.0",
"web-namespaces": "^1.1.2" "web-namespaces": "^1.0.0"
}, },
"dependencies": { "dependencies": {
"style-to-object": { "unist-util-is": {
"version": "0.2.3", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.2.3.tgz", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.0.2.tgz",
"integrity": "sha512-1d/k4EY2N7jVLOqf2j04dTc37TPOv/hHxZmvpg8Pdh8UYydxeu/C1W1U4vD8alzf5V2Gt7rLsmkr4dxAlDm9ng==", "integrity": "sha512-Ofx8uf6haexJwI1gxWMGg6I/dLnF2yE+KibhD3/diOqY2TinLcqHXCV6OI5gFVn3xQqDH+u0M625pfKwIwgBKQ=="
"requires": {
"inline-style-parser": "0.1.1"
}
} }
} }
}, },
"hast-util-from-parse5": { "hast-util-from-parse5": {
"version": "5.0.3", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-5.0.3.tgz", "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.0.tgz",
"integrity": "sha512-gOc8UB99F6eWVWFtM9jUikjN7QkWxB3nY0df5Z0Zq1/Nkwl5V4hAAsl0tmwlgWl/1shlTF8DnNYLO8X6wRV9pA==", "integrity": "sha512-3ZYnfKenbbkhhNdmOQqgH10vnvPivTdsOJCri+APn0Kty+nRkDHArnaX9Hiaf8H+Ig+vkNptL+SRY/6RwWJk1Q==",
"requires": { "requires": {
"ccount": "^1.0.3", "@types/parse5": "^5.0.0",
"ccount": "^1.0.0",
"hastscript": "^5.0.0", "hastscript": "^5.0.0",
"property-information": "^5.0.0", "property-information": "^5.0.0",
"web-namespaces": "^1.1.2", "vfile": "^4.0.0",
"xtend": "^4.0.1" "web-namespaces": "^1.0.0"
} }
}, },
"hast-util-is-element": { "hast-util-is-element": {
@ -10398,18 +10337,27 @@
"integrity": "sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA==" "integrity": "sha512-gW3sxfynIvZApL4L07wryYF4+C9VvH3AUi7LAnVXV4MneGEgwOByXvFo18BgmTWnm7oHAe874jKbIB1YhHSIzA=="
}, },
"hast-util-raw": { "hast-util-raw": {
"version": "5.0.2", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-5.0.2.tgz", "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.0.tgz",
"integrity": "sha512-3ReYQcIHmzSgMq8UrDZHFL0oGlbuVGdLKs8s/Fe8BfHFAyZDrdv1fy/AGn+Fim8ZuvAHcJ61NQhVMtyfHviT/g==", "integrity": "sha512-IQo6tv3bMMKxk53DljswliucCJOQxaZFCuKEJ7X80249dmJ1nA9LtOnnylsLlqTG98NjQ+iGcoLAYo9q5FRhRg==",
"requires": { "requires": {
"hast-util-from-parse5": "^5.0.0", "@types/hast": "^2.0.0",
"hast-util-to-parse5": "^5.0.0", "hast-util-from-parse5": "^6.0.0",
"hast-util-to-parse5": "^6.0.0",
"html-void-elements": "^1.0.0", "html-void-elements": "^1.0.0",
"parse5": "^5.0.0", "parse5": "^6.0.0",
"unist-util-position": "^3.0.0", "unist-util-position": "^3.0.0",
"vfile": "^4.0.0",
"web-namespaces": "^1.0.0", "web-namespaces": "^1.0.0",
"xtend": "^4.0.0", "xtend": "^4.0.0",
"zwitch": "^1.0.0" "zwitch": "^1.0.0"
},
"dependencies": {
"parse5": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.0.tgz",
"integrity": "sha512-lC0A+4DefTdRr+DLQlEwwZqndL9VzEjiuegI5bj3hp4bnzzwQldSqCpHv7+msRpSOHGJyJvkcCa4q15LMUJ8rg=="
}
} }
}, },
"hast-util-to-html": { "hast-util-to-html": {
@ -10456,11 +10404,11 @@
} }
}, },
"hast-util-to-parse5": { "hast-util-to-parse5": {
"version": "5.1.2", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-5.1.2.tgz", "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz",
"integrity": "sha512-ZgYLJu9lYknMfsBY0rBV4TJn2xiwF1fXFFjbP6EE7S0s5mS8LIKBVWzhA1MeIs1SWW6GnnE4In6c3kPb+CWhog==", "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==",
"requires": { "requires": {
"hast-to-hyperscript": "^7.0.0", "hast-to-hyperscript": "^9.0.0",
"property-information": "^5.0.0", "property-information": "^5.0.0",
"web-namespaces": "^1.0.0", "web-namespaces": "^1.0.0",
"xtend": "^4.0.0", "xtend": "^4.0.0",
@ -16784,74 +16732,20 @@
"integrity": "sha512-X9Ncj4cj3/CIvLI2Z9IobHtVi8FVdUrdJkCNaL9kdX8ohfsi18DXHsCVd/A7ssARBdccdDb5ODnt62WuEWaM/g==" "integrity": "sha512-X9Ncj4cj3/CIvLI2Z9IobHtVi8FVdUrdJkCNaL9kdX8ohfsi18DXHsCVd/A7ssARBdccdDb5ODnt62WuEWaM/g=="
}, },
"remark-mdx": { "remark-mdx": {
"version": "1.6.7", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.7.tgz", "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.11.tgz",
"integrity": "sha512-sq9y5g/UC2cuF7LGAmTfn8RfLWH7QAM8imexqOoCsxsOrVo8aU/iZ9HQpFj2eUJfoTljRGE/VLk6XYlUfDLGGg==", "integrity": "sha512-nijtvQqyv2B6vBAcyi1GEWQl6VKepL2TX8b/vxcAKee6ZBd5AZKJDpIB2V5BbU015iReU/hs6UjYPXSt/d8bvg==",
"requires": { "requires": {
"@babel/core": "7.10.4", "@babel/core": "7.10.5",
"@babel/helper-plugin-utils": "7.8.3", "@babel/helper-plugin-utils": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.9.6", "@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-syntax-jsx": "7.8.3", "@babel/plugin-syntax-jsx": "7.10.4",
"@mdx-js/util": "^1.6.7", "@mdx-js/util": "^1.6.11",
"is-alphabetical": "1.0.4", "is-alphabetical": "1.0.4",
"remark-parse": "8.0.2", "remark-parse": "8.0.2",
"unified": "9.0.0" "unified": "9.0.0"
}, },
"dependencies": { "dependencies": {
"@babel/core": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.4.tgz",
"integrity": "sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.10.4",
"@babel/helper-module-transforms": "^7.10.4",
"@babel/helpers": "^7.10.4",
"@babel/parser": "^7.10.4",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
"json5": "^2.1.2",
"lodash": "^4.17.13",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
}
},
"@babel/helper-plugin-utils": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz",
"integrity": "sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ=="
},
"@babel/plugin-proposal-object-rest-spread": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz",
"integrity": "sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-transform-parameters": "^7.9.5"
}
},
"@babel/plugin-syntax-jsx": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.8.3.tgz",
"integrity": "sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A==",
"requires": {
"@babel/helper-plugin-utils": "^7.8.3"
}
},
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"requires": {
"ms": "^2.1.1"
}
},
"is-buffer": { "is-buffer": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.4.tgz",
@ -16880,11 +16774,6 @@
"xtend": "^4.0.1" "xtend": "^4.0.1"
} }
}, },
"semver": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
},
"unified": { "unified": {
"version": "9.0.0", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/unified/-/unified-9.0.0.tgz", "resolved": "https://registry.npmjs.org/unified/-/unified-9.0.0.tgz",
@ -16983,9 +16872,9 @@
} }
}, },
"remark-stringify": { "remark-stringify": {
"version": "8.1.0", "version": "8.1.1",
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.1.0.tgz", "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-8.1.1.tgz",
"integrity": "sha512-FSPZv1ds76oAZjurhhuV5qXSUSoz6QRPuwYK38S41sLHwg4oB7ejnmZshj7qwjgYLf93kdz6BOX9j5aidNE7rA==", "integrity": "sha512-q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A==",
"requires": { "requires": {
"ccount": "^1.0.0", "ccount": "^1.0.0",
"is-alphanumeric": "^1.0.0", "is-alphanumeric": "^1.0.0",

View File

@ -26,7 +26,7 @@
"downloadjs": "^1.4.7", "downloadjs": "^1.4.7",
"firebase": "^7.16.1", "firebase": "^7.16.1",
"formik": "^2.1.5", "formik": "^2.1.5",
"gatsby": "^2.24.3", "gatsby": "^2.24.4",
"gatsby-image": "^2.4.13", "gatsby-image": "^2.4.13",
"gatsby-plugin-create-client-paths": "^2.3.10", "gatsby-plugin-create-client-paths": "^2.3.10",
"gatsby-plugin-firebase": "^0.2.0-beta.4", "gatsby-plugin-firebase": "^0.2.0-beta.4",
@ -39,7 +39,7 @@
"gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.19", "gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-sitemap": "^2.4.11", "gatsby-plugin-sitemap": "^2.4.11",
"gatsby-source-filesystem": "^2.3.19", "gatsby-source-filesystem": "^2.3.20",
"gatsby-source-gravatar": "^1.0.0", "gatsby-source-gravatar": "^1.0.0",
"gatsby-transformer-remark": "^2.8.25", "gatsby-transformer-remark": "^2.8.25",
"gatsby-transformer-sharp": "^2.5.11", "gatsby-transformer-sharp": "^2.5.11",

View File

@ -48,7 +48,7 @@ const Celebi = ({ data }) => {
backgroundColor: `rgba(${r}, ${g}, ${b}, 0.1)`, backgroundColor: `rgba(${r}, ${g}, ${b}, 0.1)`,
}, },
rightSection: { rightSection: {
top: '160px', marginTop: '160px',
}, },
}; };