Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #1007 #1008
Browse files Browse the repository at this point in the history
1007: Update dependency dotenv to v8.1.0 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dotenv](https://togithub.com/motdotla/dotenv) | devDependencies | minor | [`8.0.0` -> `8.1.0`](https://renovatebot.com/diffs/npm/dotenv/8.0.0/8.1.0) |


1008: Update dependency Sphinx to v2.2.0 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Sphinx](http://sphinx-doc.org/) | minor | `==2.1.2` -> `==2.2.0` |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Aug 19, 2019
3 parents 32c5219 + 53deb71 + 9584414 commit ec02f1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==2.1.2
Sphinx==2.2.0
sphinx-rtd-theme==0.4.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@testing-library/react": "9.1.3",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"dotenv": "8.0.0",
"dotenv": "8.1.0",
"dotenv-expand": "5.1.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3543,10 +3543,10 @@ dotenv-expand@5.1.0:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==

dotenv@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.0.0.tgz#ed310c165b4e8a97bb745b0a9d99c31bda566440"
integrity sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg==
dotenv@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2"
integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA==

draft-js@^0.10.0, draft-js@~0.10.0:
version "0.10.5"
Expand Down

0 comments on commit ec02f1e

Please sign in to comment.