Skip to content

Commit

Permalink
fix(plugin): prevent outer symbol ast modifications
Browse files Browse the repository at this point in the history
Fixes: #217
  • Loading branch information
kisenka committed Dec 27, 2017
1 parent b69f21f commit 0c8c3d0
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 @@ -36,7 +36,7 @@
"domready": "1.0.8",
"escape-string-regexp": "1.0.5",
"loader-utils": "^1.1.0",
"svg-baker": "^1.2.16",
"svg-baker": "^1.2.17",
"svg-baker-runtime": "^1.3.3",
"url-slug": "2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5915,9 +5915,9 @@ svg-baker@^1.2.0:
query-string "^4.3.2"
traverse "^0.6.6"

svg-baker@^1.2.16:
version "1.2.16"
resolved "https://registry.yarnpkg.com/svg-baker/-/svg-baker-1.2.16.tgz#675853ac37da6bf02bee4a643ec1c444489b5e36"
svg-baker@^1.2.17:
version "1.2.17"
resolved "https://registry.yarnpkg.com/svg-baker/-/svg-baker-1.2.17.tgz#452ceaa604f784e4b864740e4b6b3faf6458d016"
dependencies:
bluebird "^3.5.0"
clone "^2.1.1"
Expand Down

0 comments on commit 0c8c3d0

Please sign in to comment.