Skip to content

Commit

Permalink
feat: add clipPath & mask to "move-from-symbol-to-root" transform def…
Browse files Browse the repository at this point in the history
…aults

Closes: #288, #325
  • Loading branch information
kisenka committed Jan 24, 2020
1 parent e2a5319 commit 02d0c33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,8 +37,8 @@
"escape-string-regexp": "1.0.5",
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"svg-baker": "^1.4.1",
"svg-baker-runtime": "1.4.1",
"svg-baker": "^1.5.0",
"svg-baker-runtime": "^1.4.3",
"url-slug": "2.0.0"
},
"devDependencies": {
Expand Down
36 changes: 9 additions & 27 deletions yarn.lock
Expand Up @@ -7945,37 +7945,19 @@ supports-color@^5.4.0:
dependencies:
has-flag "^3.0.0"

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==
svg-baker-runtime@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.3.tgz#8ec035daf3af4abe7e788120868ebbf84a34468f"
integrity sha512-QY6RlJN3v6xPxVQboSrsGiLWaWay+uFstic6QEzoIUK2l6M/lqL/wiqFcoqroBsGpqpP0knXplltLZGTzncbNw==
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
svg-baker "^1.4.0"
svg-baker "^1.5.0"

svg-baker@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/svg-baker/-/svg-baker-1.4.0.tgz#ace03ca59aa4fd00aa0ee8b4749de2906fcf7d87"
dependencies:
bluebird "^3.5.0"
clone "^2.1.1"
he "^1.1.1"
image-size "^0.5.1"
loader-utils "^1.1.0"
merge-options "1.0.1"
micromatch "3.1.0"
postcss "^5.2.17"
postcss-prefix-selector "^1.6.0"
posthtml-rename-id "^1.0"
posthtml-svg-mode "^1.0.3"
query-string "^4.3.2"
traverse "^0.6.6"

svg-baker@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/svg-baker/-/svg-baker-1.4.1.tgz#6071edef6e99b12af87e655024c154d066e1ad2f"
integrity sha512-Y14nrVtN8IMYZ5K8yNlepdGwfAi0GClqaoSMTtYsQxFfaobtyDTM816lTWMA5tbbXDbih1frv7AGil54dtX6YA==
svg-baker@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/svg-baker/-/svg-baker-1.5.0.tgz#e94e75523d9303e9a2b3448987080d966cb90af4"
integrity sha512-UMU4WQMfsmY1l8eqoxBoGTDht02RVu46cC0QoAVsJM6lUvbGCkPnAHHMG3mM8m/D1zAGg8Q0IZXnHokZ9umX0Q==
dependencies:
bluebird "^3.5.0"
clone "^2.1.1"
Expand Down

0 comments on commit 02d0c33

Please sign in to comment.