Skip to content

Commit

Permalink
fix(deps): update dependency jsx-string to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 20, 2019
1 parent 0811763 commit 27d67e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"algoliasearch": "^3.26.0",
"jsx-string": "^2.0.0",
"jsx-string": "^3.0.0",
"validator": "^10.0.0"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3417,9 +3417,9 @@ jsx-ast-utils@^2.0.1:
dependencies:
array-includes "^3.0.3"

jsx-string@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/jsx-string/-/jsx-string-2.0.0.tgz#db09239d0a8159a23484e79199ce42f19a559e23"
jsx-string@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/jsx-string/-/jsx-string-3.0.0.tgz#e8d09cda7e381388b28ba3991afa32ae06d70cc6"
dependencies:
escape-html "^1.0.3"

Expand Down

0 comments on commit 27d67e2

Please sign in to comment.