Skip to content

Commit

Permalink
fix(runtime): pass proper old URL in Angular workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed Aug 3, 2017
1 parent e594ade commit fbda8a2
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 @@ -33,7 +33,7 @@
"escape-string-regexp": "1.0.5",
"loader-utils": "^1.1.0",
"svg-baker": "^1.2.7",
"svg-baker-runtime": "^1.2.96",
"svg-baker-runtime": "^1.2.98",
"url-slug": "2.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5461,9 +5461,9 @@ supports-color@^3.1.0, supports-color@^3.1.2, supports-color@^3.2.3:
dependencies:
has-flag "^1.0.0"

svg-baker-runtime@^1.2.96:
version "1.2.96"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.2.96.tgz#154d007e625bd9928947245d8b5205afe62b151f"
svg-baker-runtime@^1.2.98:
version "1.2.98"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.2.98.tgz#44304d92f6221310bc266ff6b17b73dec3c352a9"
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
Expand Down

0 comments on commit fbda8a2

Please sign in to comment.