Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-03 17:11:14 +0300
committerGitHub <noreply@github.com>2021-08-03 17:11:14 +0300
commit9c375f0c6227eb59ce05a05d3fe35ec0ae1438a1 (patch)
treea6709371efbcaf1de3aeb161fb563f0c05856d99 /package.json
parentb0684546d4ea0f08be607999e7d2a06be5075e16 (diff)
Update svg-sprite to v1.5.1 (#963)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1a5e65fd2..d89e97f7f 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,6 @@
},
"dependencies": {},
"devDependencies": {
- "@twbs/svg-sprite": "^1.6.2",
"autoprefixer": "^10.3.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
@@ -56,6 +55,7 @@
"purgecss": "^4.0.3",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3",
+ "svg-sprite": "^1.5.1",
"svgo": "^2.3.1",
"vnu-jar": "21.6.11"
},