react-icons-sprite 1.2.0-rc.3 → 1.2.0
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "react-icons-sprite",
|
|
4
|
-
"version": "1.2.0
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "A lightweight Vite, Rsbuild and Webpack plugin for
|
|
6
|
+
"description": "A lightweight Vite, Rsbuild and Webpack plugin for popular icon libraries that builds a single SVG sprite and rewrites icons to <use>, reducing bundle size and runtime overhead.",
|
|
7
7
|
"author": "Jure Rotar <hello@jurerotar.com>",
|
|
8
8
|
"homepage": "https://github.com/jurerotar/react-icons-sprite#readme",
|
|
9
9
|
"license": "MIT",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"react-dom": ">= 16"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"magic-string": "1.
|
|
91
|
+
"magic-string": "1.2.2"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@types/node": "26.2.0",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"react-dom": "19.2.8",
|
|
98
98
|
"tsdown": "0.22.14",
|
|
99
99
|
"typescript": "7.0.2",
|
|
100
|
-
"vite": "8.2.
|
|
101
|
-
"vitest": "4.1.
|
|
100
|
+
"vite": "8.2.2",
|
|
101
|
+
"vitest": "4.1.11",
|
|
102
102
|
"webpack": "5.109.2"
|
|
103
103
|
},
|
|
104
104
|
"keywords": [
|