Skip to content

Commit

Permalink
fix(runtime): update svg-baker-runtime with fixed angular workaround
Browse files Browse the repository at this point in the history
closes #103
  • Loading branch information
kisenka committed May 11, 2017
1 parent 87110f4 commit 1543029
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.6",
"svg-baker-runtime": "^1.2.1",
"svg-baker-runtime": "^1.2.94",
"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 @@ -4852,9 +4852,9 @@ supports-color@^3.1.0, supports-color@^3.2.3:
dependencies:
has-flag "^1.0.0"

svg-baker-runtime@^1.2.1:
version "1.2.92"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.2.92.tgz#ceecf41326cdc10fd9a015abc557fe62d6abeb85"
svg-baker-runtime@^1.2.94:
version "1.2.94"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.2.94.tgz#4e1110b8e163d09497f2a942998a4cce4bda0a46"
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
Expand Down

0 comments on commit 1543029

Please sign in to comment.