gulp-stacksvg 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -64,7 +64,6 @@ This method was first mentioned in a Simurai [article](https://simurai.com/blog/
|
|
|
64
64
|
This can be done much easier. In general, the stack is arranged almost like a symbol sprite, but without changing the icon tag (it remain the `svg` tag, as in the original icon files) and with the addition of a tiny bit of style.
|
|
65
65
|
|
|
66
66
|
```xml
|
|
67
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
68
67
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
69
68
|
|
|
70
69
|
<style>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gulp-stacksvg",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Combine svg files into one with stack method",
|
|
6
6
|
"main": "index.js",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"homepage": "https://github.com/firefoxic/gulp-stacksvg",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"fancy-log": "^2.0.0",
|
|
33
|
-
"node-html-parser": "^
|
|
33
|
+
"node-html-parser": "^6.1.1",
|
|
34
34
|
"plugin-error": "^2.0.0",
|
|
35
|
-
"vinyl": "^
|
|
35
|
+
"vinyl": "^3.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"eslint": "^8.
|
|
38
|
+
"eslint": "^8.26.0",
|
|
39
39
|
"finalhandler": "^1.2.0",
|
|
40
40
|
"gulp": "^4.0.2",
|
|
41
|
-
"mocha": "^10.
|
|
42
|
-
"puppeteer": "^
|
|
41
|
+
"mocha": "^10.1.0",
|
|
42
|
+
"puppeteer": "^19.2.0",
|
|
43
43
|
"serve-static": "^1.15.0",
|
|
44
|
-
"sinon": "^14.0.
|
|
44
|
+
"sinon": "^14.0.1"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
|
-
"node": "16"
|
|
47
|
+
"node": ">=16"
|
|
48
48
|
},
|
|
49
49
|
"engineStrict": true,
|
|
50
50
|
"keywords": [
|