Skip to content

Commit 7c318eb

Browse files
committed
fix(svg-to-ts): pins svg-to-ts to a specific safe version
An issue was encountered while updating to the latest version of svg-to-ts, this commit pins it to a specific version. An [issue](nivekcode/svg-to-ts#91) is raised against the svg-to-ts repo, depending on the outcome we can either workaround it locally or help provide a fix.
1 parent 8ce1056 commit 7c318eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"stylelint": "^11.1.1",
115115
"stylelint-config-recommended": "^3.0.0",
116116
"stylelint-selector-bem-pattern": "^2.1.0",
117-
"svg-to-ts": "^5.7.1",
117+
"svg-to-ts": "5.0.1",
118118
"svgo": "^1.3.2",
119119
"ts-mockito": "^2.6.1",
120120
"ts-node": "^9.0.0",

0 commit comments

Comments
 (0)