Skip to content

Commit

Permalink
fix: replace all instances of urls in attribute
Browse files Browse the repository at this point in the history
closes #300
  • Loading branch information
kisenka committed Apr 27, 2019
1 parent 771ad9a commit d6fdf94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"svg-baker": "^1.4.0",
"svg-baker-runtime": "^1.4.0",
"svg-baker-runtime": "1.4.1",
"url-slug": "2.0.0"
},
"devDependencies": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7945,9 +7945,10 @@ supports-color@^5.4.0:
dependencies:
has-flag "^3.0.0"

svg-baker-runtime@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.0.tgz#eb53a5447856b824095f8344e969663b002b4149"
svg-baker-runtime@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.1.tgz#d3f77dffdf1f1a8b8f1e84ef67d2c1b53d60d770"
integrity sha512-4HLs8dU5kP4+zWix3MoZUge7kSVO6VCg14dLJWVIRWZx1vik21k/h5T620VXRoIyn0nw8g1R8Qk+VvW9BLOOPA==
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
Expand Down

0 comments on commit d6fdf94

Please sign in to comment.