Skip to content

Commit

Permalink
fix: refers to transpiled code in svg-baker-runtime
Browse files Browse the repository at this point in the history
Closes: #385
  • Loading branch information
kisenka committed Apr 12, 2020
1 parent 57ebe41 commit 65ece05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"svg-baker": "^1.5.0",
"svg-baker-runtime": "^1.4.5",
"svg-baker-runtime": "^1.4.6",
"url-slug": "2.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7491,10 +7491,10 @@ supports-color@^5.4.0:
dependencies:
has-flag "^3.0.0"

svg-baker-runtime@^1.4.5:
version "1.4.5"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.5.tgz#ccec3b7d227e1844348691191a2b446b7b977106"
integrity sha512-X9HvVjekaDUBIqnRrZI+fBbalZXpHxZA9F8wmpMOcAFXIltvaJFbJEiT7YBgCeo1eFrANVy7Ey7nkh38HGkESw==
svg-baker-runtime@^1.4.6:
version "1.4.6"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.6.tgz#73499736c636610121a9e17ae6ceb2ea1023ec6b"
integrity sha512-n+Uq23mafI12WLHXahkjSY00qHJaNfeB9XgVKdo0C4kzrcn8JnunXNajvOlqkFaTqj7xT7MwTlFl3Hga8AevcQ==
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
Expand Down

0 comments on commit 65ece05

Please sign in to comment.