remark-inline-svg-flex 0.2.1 → 0.2.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remark-inline-svg-flex",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Flexible Remark plugin that inlines and optimizes SVGs with SVGO, featuring customizable path resolution and wrappers.",
5
5
  "keywords": [
6
6
  "unified",
@@ -46,13 +46,13 @@
46
46
  "remark": "^15.0.1",
47
47
  "remark-parse": "^11.0.0",
48
48
  "rimraf": "^6.1.3",
49
- "svgo": "^4.0.1",
50
49
  "typescript": "^5.9.3",
51
50
  "unified": "^11.0.5",
52
51
  "vfile": "^6.0.3",
53
52
  "vitest": "^4.1.0"
54
53
  },
55
54
  "dependencies": {
55
+ "svgo": "^4.0.1",
56
56
  "unist-util-visit": "^5.1.0"
57
57
  }
58
58
  }