diff --git a/.all-contributorsrc b/.all-contributorsrc
index 62704a310..eed33609b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -233,6 +233,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "arshadkazmi42",
+ "name": "Arshad Kazmi",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/4654382?v=4",
+ "profile": "http://arshad.kaspat.com",
+ "contributions": [
+ "code"
+ ]
}
],
"repoType": "github"
diff --git a/.travis.yml b/.travis.yml
index eca726849..c4fae9961 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
dist: trusty
language: node_js
node_js:
- - '8.9.4'
+ - '8.11.3'
before_install:
- 'curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5'
- 'export PATH="$HOME/.yarn/bin:$PATH"'
diff --git a/README.md b/README.md
index 9f98058ba..6e3a93287 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Coderplex Website
-[](https://travis-ci.org/coderplex/coderplex) [](https://github.com/prettier/prettier) [](https://github.com/sindresorhus/xo) [](https://greenkeeper.io/) [](#contributors) [](https://github.com/coderplex/coderplex/blob/master/LICENSE)
+[](https://travis-ci.org/coderplex/coderplex) [](https://github.com/prettier/prettier) [](https://github.com/sindresorhus/xo) [](https://greenkeeper.io/) [](#contributors) [](https://github.com/coderplex/coderplex/blob/master/LICENSE)
## Follow our community here at [https://www.coderplex.org](https://www.coderplex.org)
@@ -28,5 +28,5 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [
buoyantair](https://github.com/buoyantair)
[💻](https://github.com/coderplex/coderplex/commits?author=buoyantair "Code") | [
Jeffrey Berry](https://github.com/jberry93)
[💻](https://github.com/coderplex/coderplex/commits?author=jberry93 "Code") | [
Sebastian](https://github.com/HerrVoennchen)
[💻](https://github.com/coderplex/coderplex/commits?author=HerrVoennchen "Code") | [
Hafiz T](https://github.com/hafiz703)
[💻](https://github.com/coderplex/coderplex/commits?author=hafiz703 "Code") | [
Raja Sekhar Karanam](https://github.com/rkaranam)
[📖](https://github.com/coderplex/coderplex/commits?author=rkaranam "Documentation") | [
sreenivas alapati](https://twitter.com/CgCnu)
[💻](https://github.com/coderplex/coderplex/commits?author=cg-cnu "Code") | [
Luis Lacruz](https://about.me/luislacruz)
[💻](https://github.com/coderplex/coderplex/commits?author=luixlacrux "Code") |
| [
Mazin Majid](https://github.com/majidmazin)
[📖](https://github.com/coderplex/coderplex/commits?author=majidmazin "Documentation") | [
loangelak](https://github.com/loangelak)
[💻](https://github.com/coderplex/coderplex/commits?author=loangelak "Code") | [
Atte Niemi](http://twitter.com/HursCode)
[💻](https://github.com/coderplex/coderplex/commits?author=hur "Code") | [
tdeschryver](https://github.com/tdeschryver)
[💻](https://github.com/coderplex/coderplex/commits?author=tdeschryver "Code") | [
Alicia Perez](http://www.linkedin.com/in/aliciapr)
[💻](https://github.com/coderplex/coderplex/commits?author=aliciaphes "Code") | [
abiduzz420](https://medium.com/@abiduzair420)
[💻](https://github.com/coderplex/coderplex/commits?author=abiduzz420 "Code") [📢](#talk-abiduzz420 "Talks") | [
thepriefy](https://github.com/thepriefy)
[💻](https://github.com/coderplex/coderplex/commits?author=thepriefy "Code") |
-| [
Aravind Balla](http://aravindballa.com)
[👀](#review-aravindballa "Reviewed Pull Requests") | [
Charan Teja](http://charan1922.github.io/myportfolio)
[💻](https://github.com/coderplex/coderplex/commits?author=charan1922 "Code") |
+| [
Aravind Balla](http://aravindballa.com)
[👀](#review-aravindballa "Reviewed Pull Requests") | [
Charan Teja](http://charan1922.github.io/myportfolio)
[💻](https://github.com/coderplex/coderplex/commits?author=charan1922 "Code") | [
Arshad Kazmi](http://arshad.kaspat.com)
[💻](https://github.com/coderplex/coderplex/commits?author=arshadkazmi42 "Code") |
diff --git a/components/learn/subject-banner.js b/components/learn/subject-banner.js
index 46880be57..167f6e770 100644
--- a/components/learn/subject-banner.js
+++ b/components/learn/subject-banner.js
@@ -39,7 +39,7 @@ const Container = styled.section`
}
`;
-export default ({ title, subTitle, icon }) => (
+export default ({ title, subTitle, icon, githubUrl }) => (
@@ -53,7 +53,7 @@ export default ({ title, subTitle, icon }) => (
{subTitle}
-
diff --git a/package.json b/package.json
index 5a52ae796..2d8b50d39 100644
--- a/package.json
+++ b/package.json
@@ -66,15 +66,15 @@
]
},
"dependencies": {
- "babel-plugin-emotion": "9.2.6",
+ "babel-plugin-emotion": "9.2.8",
"date-fns": "1.29.0",
- "emotion": "9.2.6",
- "emotion-server": "9.2.6",
+ "emotion": "9.2.8",
+ "emotion-server": "9.2.8",
"get-port": "4.0.0",
"grid-styled": "5.0.2",
"isomorphic-unfetch": "2.1.1",
"lodash.take": "4.1.1",
- "marked": "0.4.0",
+ "marked": "0.5.0",
"next": "6.1.1",
"nprogress": "0.2.0",
"path-match": "1.2.4",
@@ -82,32 +82,32 @@
"react": "16.4.2",
"react-content-loader": "3.1.2",
"react-dom": "16.4.2",
- "react-emotion": "9.2.6",
+ "react-emotion": "9.2.8",
"react-event-timeline": "1.5.4",
"react-headroom": "2.2.2",
"react-icons": "2.2.7",
"styled-system": "3.0.2"
},
"devDependencies": {
- "all-contributors-cli": "5.3.0",
- "babel-eslint": "8.2.6",
+ "all-contributors-cli": "5.4.0",
+ "babel-eslint": "9.0.0",
"babel-plugin-lodash": "3.3.4",
"cross-env": "5.2.0",
"doctoc": "1.3.1",
- "enzyme": "3.3.0",
- "enzyme-adapter-react-16": "1.1.1",
+ "enzyme": "3.5.0",
+ "enzyme-adapter-react-16": "1.3.0",
"enzyme-to-json": "3.3.4",
- "eslint-config-prettier": "2.9.0",
- "eslint-plugin-react": "7.10.0",
+ "eslint-config-prettier": "3.0.1",
+ "eslint-plugin-react": "7.11.1",
"husky": "0.14.3",
- "jest": "23.4.2",
- "lint-staged": "7.2.0",
- "markdownlint-cli": "0.12.0",
+ "jest": "23.5.0",
+ "lint-staged": "7.2.2",
+ "markdownlint-cli": "0.13.0",
"opn": "5.3.0",
- "prettier": "1.14.0",
+ "prettier": "1.14.2",
"raf": "3.4.0",
"react-test-renderer": "16.4.2",
- "typescript": "3.0.1",
+ "typescript": "3.0.3",
"typescript-styled-plugin": "0.10.0",
"webpack-bundle-analyzer": "2.13.1",
"xo": "0.21.1"
diff --git a/pages/learn/subject.js b/pages/learn/subject.js
index 2094464bd..cc9ce0b6d 100644
--- a/pages/learn/subject.js
+++ b/pages/learn/subject.js
@@ -141,11 +141,18 @@ export default class Subject extends React.Component {
title={`Learn ${subject.title}`}
subTitle={`Curriculum for ${this.props.url.query.subject.toUpperCase()} and others Coming soon!!`}
icon={subject.icon}
+ githubUrl={subject.githubUrl}
/>
) : (
-
+
{this.state.isSidebarOpen ? (
diff --git a/yarn.lock b/yarn.lock
index 326779b52..b0122a2cd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -8,11 +8,11 @@
dependencies:
"@babel/highlight" "7.0.0-beta.42"
-"@babel/code-frame@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
+"@babel/code-frame@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
dependencies:
- "@babel/highlight" "7.0.0-beta.44"
+ "@babel/highlight" "^7.0.0"
"@babel/code-frame@^7.0.0-beta.35":
version "7.0.0-beta.38"
@@ -52,13 +52,13 @@
source-map "^0.5.0"
trim-right "^1.0.1"
-"@babel/generator@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
+"@babel/generator@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
dependencies:
- "@babel/types" "7.0.0-beta.44"
+ "@babel/types" "^7.0.0"
jsesc "^2.5.1"
- lodash "^4.2.0"
+ lodash "^4.17.10"
source-map "^0.5.0"
trim-right "^1.0.1"
@@ -113,13 +113,13 @@
"@babel/template" "7.0.0-beta.42"
"@babel/types" "7.0.0-beta.42"
-"@babel/helper-function-name@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
+"@babel/helper-function-name@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
dependencies:
- "@babel/helper-get-function-arity" "7.0.0-beta.44"
- "@babel/template" "7.0.0-beta.44"
- "@babel/types" "7.0.0-beta.44"
+ "@babel/helper-get-function-arity" "^7.0.0"
+ "@babel/template" "^7.0.0"
+ "@babel/types" "^7.0.0"
"@babel/helper-get-function-arity@7.0.0-beta.42":
version "7.0.0-beta.42"
@@ -127,11 +127,11 @@
dependencies:
"@babel/types" "7.0.0-beta.42"
-"@babel/helper-get-function-arity@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
+"@babel/helper-get-function-arity@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
dependencies:
- "@babel/types" "7.0.0-beta.44"
+ "@babel/types" "^7.0.0"
"@babel/helper-hoist-variables@7.0.0-beta.42":
version "7.0.0-beta.42"
@@ -220,11 +220,11 @@
dependencies:
"@babel/types" "7.0.0-beta.42"
-"@babel/helper-split-export-declaration@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
+"@babel/helper-split-export-declaration@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
dependencies:
- "@babel/types" "7.0.0-beta.44"
+ "@babel/types" "^7.0.0"
"@babel/helper-wrap-function@7.0.0-beta.42":
version "7.0.0-beta.42"
@@ -251,13 +251,17 @@
esutils "^2.0.2"
js-tokens "^3.0.0"
-"@babel/highlight@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
+"@babel/highlight@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
- js-tokens "^3.0.0"
+ js-tokens "^4.0.0"
+
+"@babel/parser@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.42":
version "7.0.0-beta.42"
@@ -627,14 +631,13 @@
babylon "7.0.0-beta.42"
lodash "^4.2.0"
-"@babel/template@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
+"@babel/template@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
dependencies:
- "@babel/code-frame" "7.0.0-beta.44"
- "@babel/types" "7.0.0-beta.44"
- babylon "7.0.0-beta.44"
- lodash "^4.2.0"
+ "@babel/code-frame" "^7.0.0"
+ "@babel/parser" "^7.0.0"
+ "@babel/types" "^7.0.0"
"@babel/traverse@7.0.0-beta.42":
version "7.0.0-beta.42"
@@ -651,20 +654,19 @@
invariant "^2.2.0"
lodash "^4.2.0"
-"@babel/traverse@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
- dependencies:
- "@babel/code-frame" "7.0.0-beta.44"
- "@babel/generator" "7.0.0-beta.44"
- "@babel/helper-function-name" "7.0.0-beta.44"
- "@babel/helper-split-export-declaration" "7.0.0-beta.44"
- "@babel/types" "7.0.0-beta.44"
- babylon "7.0.0-beta.44"
+"@babel/traverse@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
+ dependencies:
+ "@babel/code-frame" "^7.0.0"
+ "@babel/generator" "^7.0.0"
+ "@babel/helper-function-name" "^7.0.0"
+ "@babel/helper-split-export-declaration" "^7.0.0"
+ "@babel/parser" "^7.0.0"
+ "@babel/types" "^7.0.0"
debug "^3.1.0"
globals "^11.1.0"
- invariant "^2.2.0"
- lodash "^4.2.0"
+ lodash "^4.17.10"
"@babel/types@7.0.0-beta.42":
version "7.0.0-beta.42"
@@ -674,14 +676,6 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"
-"@babel/types@7.0.0-beta.44":
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
- dependencies:
- esutils "^2.0.2"
- lodash "^4.2.0"
- to-fast-properties "^2.0.0"
-
"@babel/types@7.0.0-beta.51":
version "7.0.0-beta.51"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.51.tgz#d802b7b543b5836c778aa691797abf00f3d97ea9"
@@ -698,6 +692,14 @@
lodash "^4.17.5"
to-fast-properties "^2.0.0"
+"@babel/types@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
+ dependencies:
+ esutils "^2.0.2"
+ lodash "^4.17.10"
+ to-fast-properties "^2.0.0"
+
"@emmetio/extract-abbreviation@0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@emmetio/extract-abbreviation/-/extract-abbreviation-0.1.6.tgz#e4a9856c1057f0aff7d443b8536477c243abe28c"
@@ -740,6 +742,10 @@
version "0.6.12"
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.6.12.tgz#3fb58220e0fc9e380bcabbb3edde396ddc1dfe6e"
+"@emotion/stylis@^0.7.0":
+ version "0.7.0"
+ resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.0.tgz#4c30e6fccc9555e42fa6fef98b3bd0788b954684"
+
"@emotion/unitless@^0.6.2", "@emotion/unitless@^0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.6.5.tgz#6a397794dc78ca7df4bf68893061709590a7ec81"
@@ -859,9 +865,9 @@ align-text@^0.1.1, align-text@^0.1.3:
longest "^1.0.1"
repeat-string "^1.5.2"
-all-contributors-cli@5.3.0:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.3.0.tgz#ce648246968bb06c5ae8038ad0e8d24fb176b07c"
+all-contributors-cli@5.4.0:
+ version "5.4.0"
+ resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.4.0.tgz#a2870d83920d5f16bece0045649f9ebbf7315909"
dependencies:
async "^2.0.0-rc.1"
chalk "^2.3.0"
@@ -936,10 +942,6 @@ anymatch@^1.3.0:
micromatch "^2.1.5"
normalize-path "^2.0.0"
-app-root-path@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.0.1.tgz#cd62dcf8e4fd5a417efc664d2e5b10653c651b46"
-
append-transform@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-1.0.0.tgz#046a52ae582a228bd72f58acfbe2967c678759ab"
@@ -1022,6 +1024,14 @@ array-unique@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
+array.prototype.flat@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
+ dependencies:
+ define-properties "^1.1.2"
+ es-abstract "^1.10.0"
+ function-bind "^1.1.1"
+
arrify@^1.0.0, arrify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1162,14 +1172,14 @@ babel-core@^6.26.3:
slash "^1.0.0"
source-map "^0.5.7"
-babel-eslint@8.2.6:
- version "8.2.6"
- resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
+babel-eslint@9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
dependencies:
- "@babel/code-frame" "7.0.0-beta.44"
- "@babel/traverse" "7.0.0-beta.44"
- "@babel/types" "7.0.0-beta.44"
- babylon "7.0.0-beta.44"
+ "@babel/code-frame" "^7.0.0"
+ "@babel/parser" "^7.0.0"
+ "@babel/traverse" "^7.0.0"
+ "@babel/types" "^7.0.0"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"
@@ -1215,15 +1225,15 @@ babel-messages@^6.23.0:
dependencies:
babel-runtime "^6.22.0"
-babel-plugin-emotion@9.2.6, babel-plugin-emotion@^9.2.6:
- version "9.2.6"
- resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.6.tgz#992d48f316c20610c28a95ae90e6bd193014eec5"
+babel-plugin-emotion@9.2.8, babel-plugin-emotion@^9.2.8:
+ version "9.2.8"
+ resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.8.tgz#4df55ef10625c391f25b031f7e3006abac359e09"
dependencies:
"@babel/helper-module-imports" "7.0.0-beta.51"
"@emotion/babel-utils" "^0.6.4"
"@emotion/hash" "^0.6.2"
"@emotion/memoize" "^0.6.1"
- "@emotion/stylis" "^0.6.10"
+ "@emotion/stylis" "^0.7.0"
babel-core "^6.26.3"
babel-plugin-macros "^2.0.0"
babel-plugin-syntax-jsx "^6.18.0"
@@ -1341,10 +1351,6 @@ babylon@7.0.0-beta.42:
version "7.0.0-beta.42"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657"
-babylon@7.0.0-beta.44:
- version "7.0.0-beta.44"
- resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
-
babylon@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -2072,17 +2078,17 @@ create-ecdh@^4.0.0:
bn.js "^4.1.0"
elliptic "^6.0.0"
-create-emotion-server@^9.2.6:
- version "9.2.6"
- resolved "https://registry.yarnpkg.com/create-emotion-server/-/create-emotion-server-9.2.6.tgz#42cf8558b1c03f208503efec19cc913947bfae45"
+create-emotion-server@^9.2.8:
+ version "9.2.8"
+ resolved "https://registry.yarnpkg.com/create-emotion-server/-/create-emotion-server-9.2.8.tgz#3d5db78b113afdff7f729e034724be42949d7bd3"
dependencies:
html-tokenize "^2.0.0"
multipipe "^1.0.2"
through "^2.3.8"
-create-emotion-styled@^9.2.6:
- version "9.2.6"
- resolved "https://registry.yarnpkg.com/create-emotion-styled/-/create-emotion-styled-9.2.6.tgz#25be44a298e6e49d833ecf2247836284dc9c2042"
+create-emotion-styled@^9.2.8:
+ version "9.2.8"
+ resolved "https://registry.yarnpkg.com/create-emotion-styled/-/create-emotion-styled-9.2.8.tgz#c0050e768ba439609bec108600467adf2de67cc3"
dependencies:
"@emotion/is-prop-valid" "^0.6.1"
@@ -2558,17 +2564,17 @@ emojis-list@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
-emotion-server@9.2.6:
- version "9.2.6"
- resolved "https://registry.yarnpkg.com/emotion-server/-/emotion-server-9.2.6.tgz#899373fe6e50eb1147704b8ffe1017046c06b2bb"
+emotion-server@9.2.8:
+ version "9.2.8"
+ resolved "https://registry.yarnpkg.com/emotion-server/-/emotion-server-9.2.8.tgz#857c5b301e215cc9cb7277b88e3e90fdeb58d625"
dependencies:
- create-emotion-server "^9.2.6"
+ create-emotion-server "^9.2.8"
-emotion@9.2.6:
- version "9.2.6"
- resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.6.tgz#48517515e769bca6d8f7ff18425a7f133b010f22"
+emotion@9.2.8:
+ version "9.2.8"
+ resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.8.tgz#b89e754be1a109f4e47ff0031928f94e40d7984a"
dependencies:
- babel-plugin-emotion "^9.2.6"
+ babel-plugin-emotion "^9.2.8"
create-emotion "^9.2.6"
encodeurl@~1.0.1:
@@ -2610,25 +2616,25 @@ env-editor@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/env-editor/-/env-editor-0.3.1.tgz#30d0540c2101414f258a94d4c0a524c06c13e3c6"
-enzyme-adapter-react-16@1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.1.1.tgz#a8f4278b47e082fbca14f5bfb1ee50ee650717b4"
+enzyme-adapter-react-16@1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.3.0.tgz#4cfba44f8c27256d28e171bdf7a5b5aebce6041b"
dependencies:
- enzyme-adapter-utils "^1.3.0"
- lodash "^4.17.4"
- object.assign "^4.0.4"
+ enzyme-adapter-utils "^1.6.0"
+ function.prototype.name "^1.1.0"
+ object.assign "^4.1.0"
object.values "^1.0.4"
- prop-types "^15.6.0"
- react-reconciler "^0.7.0"
+ prop-types "^15.6.2"
+ react-is "^16.4.2"
react-test-renderer "^16.0.0-0"
-enzyme-adapter-utils@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.3.0.tgz#d6c85756826c257a8544d362cc7a67e97ea698c7"
+enzyme-adapter-utils@^1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.6.0.tgz#c59a3f311769fc4087489bff3ee98d8397682c75"
dependencies:
- lodash "^4.17.4"
- object.assign "^4.0.4"
- prop-types "^15.6.0"
+ function.prototype.name "^1.1.0"
+ object.assign "^4.1.0"
+ prop-types "^15.6.2"
enzyme-to-json@3.3.4:
version "3.3.4"
@@ -2636,20 +2642,22 @@ enzyme-to-json@3.3.4:
dependencies:
lodash "^4.17.4"
-enzyme@3.3.0:
- version "3.3.0"
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
+enzyme@3.5.0:
+ version "3.5.0"
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.0.tgz#fd452a698fd1352c737b641dd3a64e079f42d9d5"
dependencies:
+ array.prototype.flat "^1.2.1"
cheerio "^1.0.0-rc.2"
- function.prototype.name "^1.0.3"
- has "^1.0.1"
+ function.prototype.name "^1.1.0"
+ has "^1.0.3"
is-boolean-object "^1.0.0"
- is-callable "^1.1.3"
+ is-callable "^1.1.4"
is-number-object "^1.0.3"
is-string "^1.0.4"
is-subset "^0.1.1"
- lodash "^4.17.4"
- object-inspect "^1.5.0"
+ lodash.escape "^4.0.1"
+ lodash.isequal "^4.5.0"
+ object-inspect "^1.6.0"
object-is "^1.0.1"
object.assign "^4.1.0"
object.entries "^1.0.4"
@@ -2681,6 +2689,16 @@ error-stack-parser@^2.0.0:
dependencies:
stackframe "^1.0.3"
+es-abstract@^1.10.0:
+ version "1.12.0"
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
+ dependencies:
+ es-to-primitive "^1.1.1"
+ function-bind "^1.1.1"
+ has "^1.0.1"
+ is-callable "^1.1.3"
+ is-regex "^1.0.4"
+
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -2786,7 +2804,13 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"
-eslint-config-prettier@2.9.0, eslint-config-prettier@^2.9.0:
+eslint-config-prettier@3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
+ dependencies:
+ get-stdin "^6.0.0"
+
+eslint-config-prettier@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3"
dependencies:
@@ -2877,10 +2901,11 @@ eslint-plugin-promise@^3.7.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621"
-eslint-plugin-react@7.10.0:
- version "7.10.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
+eslint-plugin-react@7.11.1:
+ version "7.11.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
dependencies:
+ array-includes "^3.0.3"
doctrine "^2.1.0"
has "^1.0.3"
jsx-ast-utils "^2.0.1"
@@ -3090,14 +3115,14 @@ expand-range@^1.8.1:
dependencies:
fill-range "^2.1.0"
-expect@^23.4.0:
- version "23.4.0"
- resolved "https://registry.yarnpkg.com/expect/-/expect-23.4.0.tgz#6da4ecc99c1471253e7288338983ad1ebadb60c3"
+expect@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/expect/-/expect-23.5.0.tgz#18999a0eef8f8acf99023fde766d9c323c2562ed"
dependencies:
ansi-styles "^3.2.0"
- jest-diff "^23.2.0"
+ jest-diff "^23.5.0"
jest-get-type "^22.1.0"
- jest-matcher-utils "^23.2.0"
+ jest-matcher-utils "^23.5.0"
jest-message-util "^23.4.0"
jest-regex-util "^23.3.0"
@@ -3454,7 +3479,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
-function.prototype.name@^1.0.3:
+function.prototype.name@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
dependencies:
@@ -3541,7 +3566,7 @@ glob-to-regexp@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
-glob@7.1.2, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
+glob@7.1.2, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
dependencies:
@@ -3552,17 +3577,6 @@ glob@7.1.2, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
once "^1.3.0"
path-is-absolute "^1.0.0"
-glob@~7.0.3:
- version "7.0.6"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.6.tgz#211bafaf49e525b8cd93260d14ab136152b3f57a"
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^3.0.2"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
global-dirs@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -4018,7 +4032,7 @@ interpret@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
-invariant@^2.2.0:
+invariant@^2.2.0, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
dependencies:
@@ -4093,6 +4107,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
+is-callable@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
+
is-ci@^1.0.10:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4495,9 +4513,9 @@ jest-changed-files@^23.4.2:
dependencies:
throat "^4.0.0"
-jest-cli@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.4.2.tgz#49d56bcfe6cf01871bfcc4a0494e08edaf2b61d0"
+jest-cli@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.5.0.tgz#d316b8e34a38a610a1efc4f0403d8ef8a55e4492"
dependencies:
ansi-escapes "^3.0.0"
chalk "^2.0.1"
@@ -4511,18 +4529,18 @@ jest-cli@^23.4.2:
istanbul-lib-instrument "^1.10.1"
istanbul-lib-source-maps "^1.2.4"
jest-changed-files "^23.4.2"
- jest-config "^23.4.2"
+ jest-config "^23.5.0"
jest-environment-jsdom "^23.4.0"
jest-get-type "^22.1.0"
- jest-haste-map "^23.4.1"
+ jest-haste-map "^23.5.0"
jest-message-util "^23.4.0"
jest-regex-util "^23.3.0"
- jest-resolve-dependencies "^23.4.2"
- jest-runner "^23.4.2"
- jest-runtime "^23.4.2"
- jest-snapshot "^23.4.2"
+ jest-resolve-dependencies "^23.5.0"
+ jest-runner "^23.5.0"
+ jest-runtime "^23.5.0"
+ jest-snapshot "^23.5.0"
jest-util "^23.4.0"
- jest-validate "^23.4.0"
+ jest-validate "^23.5.0"
jest-watcher "^23.4.0"
jest-worker "^23.2.0"
micromatch "^2.3.11"
@@ -4536,9 +4554,9 @@ jest-cli@^23.4.2:
which "^1.2.12"
yargs "^11.0.0"
-jest-config@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.4.2.tgz#62a105e14b8266458f2bf4d32403b2c44418fa77"
+jest-config@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.5.0.tgz#3770fba03f7507ee15f3b8867c742e48f31a9773"
dependencies:
babel-core "^6.0.0"
babel-jest "^23.4.2"
@@ -4547,21 +4565,22 @@ jest-config@^23.4.2:
jest-environment-jsdom "^23.4.0"
jest-environment-node "^23.4.0"
jest-get-type "^22.1.0"
- jest-jasmine2 "^23.4.2"
+ jest-jasmine2 "^23.5.0"
jest-regex-util "^23.3.0"
- jest-resolve "^23.4.1"
+ jest-resolve "^23.5.0"
jest-util "^23.4.0"
- jest-validate "^23.4.0"
- pretty-format "^23.2.0"
+ jest-validate "^23.5.0"
+ micromatch "^2.3.11"
+ pretty-format "^23.5.0"
-jest-diff@^23.2.0:
- version "23.2.0"
- resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.2.0.tgz#9f2cf4b51e12c791550200abc16b47130af1062a"
+jest-diff@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.5.0.tgz#250651a433dd0050290a07642946cc9baaf06fba"
dependencies:
chalk "^2.0.1"
diff "^3.2.0"
jest-get-type "^22.1.0"
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
jest-docblock@^21.0.0:
version "21.2.0"
@@ -4573,12 +4592,12 @@ jest-docblock@^23.2.0:
dependencies:
detect-newline "^2.1.0"
-jest-each@^23.4.0:
- version "23.4.0"
- resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.4.0.tgz#2fa9edd89daa1a4edc9ff9bf6062a36b71345143"
+jest-each@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.5.0.tgz#77f7e2afe6132a80954b920006e78239862b10ba"
dependencies:
chalk "^2.0.1"
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
jest-environment-jsdom@^23.4.0:
version "23.4.0"
@@ -4599,48 +4618,49 @@ jest-get-type@^22.1.0:
version "22.1.0"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.1.0.tgz#4e90af298ed6181edc85d2da500dbd2753e0d5a9"
-jest-haste-map@^23.4.1:
- version "23.4.1"
- resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.4.1.tgz#43a174ba7ac079ae1dd74eaf5a5fe78989474dd2"
+jest-haste-map@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.5.0.tgz#d4ca618188bd38caa6cb20349ce6610e194a8065"
dependencies:
fb-watchman "^2.0.0"
graceful-fs "^4.1.11"
+ invariant "^2.2.4"
jest-docblock "^23.2.0"
jest-serializer "^23.0.1"
jest-worker "^23.2.0"
micromatch "^2.3.11"
sane "^2.0.0"
-jest-jasmine2@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.4.2.tgz#2fbf52f93e43ed4c5e7326a90bb1d785be4321ac"
+jest-jasmine2@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.5.0.tgz#05fe7f1788e650eeb5a03929e6461ea2e9f3db53"
dependencies:
babel-traverse "^6.0.0"
chalk "^2.0.1"
co "^4.6.0"
- expect "^23.4.0"
+ expect "^23.5.0"
is-generator-fn "^1.0.0"
- jest-diff "^23.2.0"
- jest-each "^23.4.0"
- jest-matcher-utils "^23.2.0"
+ jest-diff "^23.5.0"
+ jest-each "^23.5.0"
+ jest-matcher-utils "^23.5.0"
jest-message-util "^23.4.0"
- jest-snapshot "^23.4.2"
+ jest-snapshot "^23.5.0"
jest-util "^23.4.0"
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
-jest-leak-detector@^23.2.0:
- version "23.2.0"
- resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.2.0.tgz#c289d961dc638f14357d4ef96e0431ecc1aa377d"
+jest-leak-detector@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.5.0.tgz#14ac2a785bd625160a2ea968fd5d98b7dcea3e64"
dependencies:
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
-jest-matcher-utils@^23.2.0:
- version "23.2.0"
- resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.2.0.tgz#4d4981f23213e939e3cedf23dc34c747b5ae1913"
+jest-matcher-utils@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.5.0.tgz#0e2ea67744cab78c9ab15011c4d888bdd3e49e2a"
dependencies:
chalk "^2.0.1"
jest-get-type "^22.1.0"
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
jest-message-util@^23.4.0:
version "23.4.0"
@@ -4660,42 +4680,42 @@ jest-regex-util@^23.3.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5"
-jest-resolve-dependencies@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.4.2.tgz#0675ba876a5b819deffc449ad72e9985c2592048"
+jest-resolve-dependencies@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.5.0.tgz#10c4d135beb9d2256de1fedc7094916c3ad74af7"
dependencies:
jest-regex-util "^23.3.0"
- jest-snapshot "^23.4.2"
+ jest-snapshot "^23.5.0"
-jest-resolve@^23.4.1:
- version "23.4.1"
- resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.4.1.tgz#7f3c17104732a2c0c940a01256025ed745814982"
+jest-resolve@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.5.0.tgz#3b8e7f67e84598f0caf63d1530bd8534a189d0e6"
dependencies:
browser-resolve "^1.11.3"
chalk "^2.0.1"
realpath-native "^1.0.0"
-jest-runner@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.4.2.tgz#579a88524ac52c846075b0129a21c7b483e75a7e"
+jest-runner@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.5.0.tgz#570f7a044da91648b5bb9b6baacdd511076c71d7"
dependencies:
exit "^0.1.2"
graceful-fs "^4.1.11"
- jest-config "^23.4.2"
+ jest-config "^23.5.0"
jest-docblock "^23.2.0"
- jest-haste-map "^23.4.1"
- jest-jasmine2 "^23.4.2"
- jest-leak-detector "^23.2.0"
+ jest-haste-map "^23.5.0"
+ jest-jasmine2 "^23.5.0"
+ jest-leak-detector "^23.5.0"
jest-message-util "^23.4.0"
- jest-runtime "^23.4.2"
+ jest-runtime "^23.5.0"
jest-util "^23.4.0"
jest-worker "^23.2.0"
source-map-support "^0.5.6"
throat "^4.0.0"
-jest-runtime@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.4.2.tgz#00c3bb8385253d401a394a27d1112d3615e5a65c"
+jest-runtime@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.5.0.tgz#eb503525a196dc32f2f9974e3482d26bdf7b63ce"
dependencies:
babel-core "^6.0.0"
babel-plugin-istanbul "^4.1.6"
@@ -4704,14 +4724,14 @@ jest-runtime@^23.4.2:
exit "^0.1.2"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.1.11"
- jest-config "^23.4.2"
- jest-haste-map "^23.4.1"
+ jest-config "^23.5.0"
+ jest-haste-map "^23.5.0"
jest-message-util "^23.4.0"
jest-regex-util "^23.3.0"
- jest-resolve "^23.4.1"
- jest-snapshot "^23.4.2"
+ jest-resolve "^23.5.0"
+ jest-snapshot "^23.5.0"
jest-util "^23.4.0"
- jest-validate "^23.4.0"
+ jest-validate "^23.5.0"
micromatch "^2.3.11"
realpath-native "^1.0.0"
slash "^1.0.0"
@@ -4723,19 +4743,19 @@ jest-serializer@^23.0.1:
version "23.0.1"
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165"
-jest-snapshot@^23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.4.2.tgz#8fa6130feb5a527dac73e5fa80d86f29f7c42ab6"
+jest-snapshot@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.5.0.tgz#cc368ebd8513e1175e2a7277f37a801b7358ae79"
dependencies:
babel-types "^6.0.0"
chalk "^2.0.1"
- jest-diff "^23.2.0"
- jest-matcher-utils "^23.2.0"
+ jest-diff "^23.5.0"
+ jest-matcher-utils "^23.5.0"
jest-message-util "^23.4.0"
- jest-resolve "^23.4.1"
+ jest-resolve "^23.5.0"
mkdirp "^0.5.1"
natural-compare "^1.4.0"
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
semver "^5.5.0"
jest-util@^23.4.0:
@@ -4751,14 +4771,14 @@ jest-util@^23.4.0:
slash "^1.0.0"
source-map "^0.6.0"
-jest-validate@^23.0.0, jest-validate@^23.4.0:
- version "23.4.0"
- resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.4.0.tgz#d96eede01ef03ac909c009e9c8e455197d48c201"
+jest-validate@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.5.0.tgz#f5df8f761cf43155e1b2e21d6e9de8a2852d0231"
dependencies:
chalk "^2.0.1"
jest-get-type "^22.1.0"
leven "^2.1.0"
- pretty-format "^23.2.0"
+ pretty-format "^23.5.0"
jest-watcher@^23.4.0:
version "23.4.0"
@@ -4774,17 +4794,21 @@ jest-worker@^23.2.0:
dependencies:
merge-stream "^1.0.1"
-jest@23.4.2:
- version "23.4.2"
- resolved "https://registry.yarnpkg.com/jest/-/jest-23.4.2.tgz#1fae3ed832192143070ae85156b25cea891a1260"
+jest@23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/jest/-/jest-23.5.0.tgz#80de353d156ea5ea4a7332f7962ac79135fbc62e"
dependencies:
import-local "^1.0.0"
- jest-cli "^23.4.2"
+ jest-cli "^23.5.0"
js-tokens@^3.0.0, js-tokens@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
+js-tokens@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
+
js-types@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"
@@ -4986,11 +5010,10 @@ linkify-it@^2.0.0:
dependencies:
uc.micro "^1.0.1"
-lint-staged@7.2.0:
- version "7.2.0"
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.2.0.tgz#bdf4bb7f2f37fe689acfaec9999db288a5b26888"
+lint-staged@7.2.2:
+ version "7.2.2"
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.2.2.tgz#0983d55d497f19f36d11ff2c8242b2f56cc2dd05"
dependencies:
- app-root-path "^2.0.1"
chalk "^2.3.1"
commander "^2.14.1"
cosmiconfig "^5.0.2"
@@ -5000,7 +5023,7 @@ lint-staged@7.2.0:
find-parent-dir "^0.3.0"
is-glob "^4.0.0"
is-windows "^1.0.2"
- jest-validate "^23.0.0"
+ jest-validate "^23.5.0"
listr "^0.14.1"
lodash "^4.17.5"
log-symbols "^2.2.0"
@@ -5120,6 +5143,10 @@ lodash.differencewith@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz#bafafbc918b55154e179176a00bb0aefaac854b7"
+lodash.escape@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
+
lodash.flatten@~4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
@@ -5303,18 +5330,19 @@ markdown-to-ast@~3.4.0:
structured-source "^3.0.2"
traverse "^0.6.6"
-markdownlint-cli@0.12.0:
- version "0.12.0"
- resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.12.0.tgz#14db32e28be098a0963c91e547f8adb58efdb158"
+markdownlint-cli@0.13.0:
+ version "0.13.0"
+ resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
get-stdin "~5.0.1"
- glob "~7.0.3"
+ glob "~7.1.2"
js-yaml "~3.11.0"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.11.0"
+ minimatch "~3.0.4"
rc "~1.2.7"
markdownlint@~0.11.0:
@@ -5323,9 +5351,9 @@ markdownlint@~0.11.0:
dependencies:
markdown-it "8.4.2"
-marked@0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/marked/-/marked-0.4.0.tgz#9ad2c2a7a1791f10a852e0112f77b571dce10c66"
+marked@0.5.0:
+ version "0.5.0"
+ resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.0.tgz#9e590bad31584a48ff405b33ab1c0dd25172288e"
maximatch@^0.1.0:
version "0.1.0"
@@ -5491,7 +5519,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
-minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
+minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
@@ -5863,9 +5891,9 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"
-object-inspect@^1.5.0:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
+object-inspect@^1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
object-is@^1.0.1:
version "1.0.1"
@@ -6310,17 +6338,17 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
-prettier@1.14.0:
- version "1.14.0"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.0.tgz#847c235522035fd988100f1f43cf20a7d24f9372"
+prettier@1.14.2:
+ version "1.14.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.2.tgz#0ac1c6e1a90baa22a62925f41963c841983282f9"
prettier@^1.12.1:
version "1.13.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
-pretty-format@^23.2.0:
- version "23.2.0"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.2.0.tgz#3b0aaa63c018a53583373c1cb3a5d96cc5e83017"
+pretty-format@^23.5.0:
+ version "23.5.0"
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.5.0.tgz#0f9601ad9da70fe690a269cd3efca732c210687c"
dependencies:
ansi-regex "^3.0.0"
ansi-styles "^3.2.0"
@@ -6550,12 +6578,12 @@ react-dom@16.4.2:
object-assign "^4.1.1"
prop-types "^15.6.0"
-react-emotion@9.2.6:
- version "9.2.6"
- resolved "https://registry.yarnpkg.com/react-emotion/-/react-emotion-9.2.6.tgz#3941f78779f9a8ad8300042ddfa9b2cb111442c2"
+react-emotion@9.2.8:
+ version "9.2.8"
+ resolved "https://registry.yarnpkg.com/react-emotion/-/react-emotion-9.2.8.tgz#e4e24540bdcb7daacf87c405760ed619bddbb61b"
dependencies:
- babel-plugin-emotion "^9.2.6"
- create-emotion-styled "^9.2.6"
+ babel-plugin-emotion "^9.2.8"
+ create-emotion-styled "^9.2.8"
react-event-timeline@1.5.4:
version "1.5.4"
@@ -6589,15 +6617,6 @@ react-lifecycles-compat@3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
-react-reconciler@^0.7.0:
- version "0.7.0"
- resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.7.0.tgz#9614894103e5f138deeeb5eabaf3ee80eb1d026d"
- dependencies:
- fbjs "^0.8.16"
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.0"
-
react-test-renderer@16.4.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.4.2.tgz#4e03eca9359bb3210d4373f7547d1364218ef74e"
@@ -7871,9 +7890,9 @@ typescript-template-language-service-decorator@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/typescript-template-language-service-decorator/-/typescript-template-language-service-decorator-1.7.0.tgz#ef32100ab20045de2ba91079d6c78a7fde7a9ff7"
-typescript@3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
+typescript@3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.3.tgz#4853b3e275ecdaa27f78fda46dc273a7eb7fc1c8"
ua-parser-js@^0.7.9:
version "0.7.17"