Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Upgrade svg-inline-react to v3.0.0 (#4912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Ratcliffe authored and jasonLaster committed Dec 18, 2017
1 parent d67c782 commit dbf9c74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/images/Svg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const React = require("react");
const InlineSVG = require("svg-inline-react");
import InlineSVG from "svg-inline-react";
const { isDevelopment } = require("devtools-config");

const svg = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"react-transition-group": "^2.2.1",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"svg-inline-react": "^1.0.2",
"svg-inline-react": "^3.0.0",
"wasmparser": "^0.4.10"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9945,7 +9945,7 @@ svg-inline-loader@^0.8.0:
object-assign "^4.0.1"
simple-html-tokenizer "^0.1.1"

[email protected]:
[email protected], svg-inline-react@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/svg-inline-react/-/svg-inline-react-3.0.0.tgz#fe1501fcbfcefbacc672513211549d74550e8e91"
dependencies:
Expand Down

0 comments on commit dbf9c74

Please sign in to comment.