@uxf/icons-generator 11.122.4 → 11.124.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 +23 -23
- package/src/fa-pro-types.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/icons-generator",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.124.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"clean": "rm -rf ./dist",
|
|
9
9
|
"compile": "tsc -P tsconfig.json",
|
|
10
10
|
"test": "NODE_MODULES_PATH=../../node_modules tsx ./bin/icons-gen.ts --configFile=tests/icons.config.js",
|
|
11
|
-
"typecheck": "tsc --noEmit
|
|
11
|
+
"typecheck": "tsc --noEmit"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
@@ -18,32 +18,32 @@
|
|
|
18
18
|
"url": "git+https://gitlab.com/uxf-npm/icons-generator.git"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"fast-xml-parser": "5.
|
|
22
|
-
"yargs": "18.
|
|
21
|
+
"fast-xml-parser": "5.10.1",
|
|
22
|
+
"yargs": "18.1.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@uxf/core": "11.
|
|
25
|
+
"@uxf/core": "11.124.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@fortawesome/duotone-light-svg-icons": "7.
|
|
29
|
-
"@fortawesome/duotone-regular-svg-icons": "7.
|
|
30
|
-
"@fortawesome/duotone-thin-svg-icons": "7.
|
|
31
|
-
"@fortawesome/free-brands-svg-icons": "7.
|
|
32
|
-
"@fortawesome/pro-duotone-svg-icons": "7.
|
|
33
|
-
"@fortawesome/pro-light-svg-icons": "7.
|
|
34
|
-
"@fortawesome/pro-regular-svg-icons": "7.
|
|
35
|
-
"@fortawesome/pro-solid-svg-icons": "7.
|
|
36
|
-
"@fortawesome/pro-thin-svg-icons": "7.
|
|
37
|
-
"@fortawesome/sharp-duotone-light-svg-icons": "7.
|
|
38
|
-
"@fortawesome/sharp-duotone-regular-svg-icons": "7.
|
|
39
|
-
"@fortawesome/sharp-duotone-solid-svg-icons": "7.
|
|
40
|
-
"@fortawesome/sharp-duotone-thin-svg-icons": "7.
|
|
41
|
-
"@fortawesome/sharp-light-svg-icons": "7.
|
|
42
|
-
"@fortawesome/sharp-regular-svg-icons": "7.
|
|
43
|
-
"@fortawesome/sharp-solid-svg-icons": "7.
|
|
44
|
-
"@fortawesome/sharp-thin-svg-icons": "7.
|
|
28
|
+
"@fortawesome/duotone-light-svg-icons": "7.3.1",
|
|
29
|
+
"@fortawesome/duotone-regular-svg-icons": "7.3.1",
|
|
30
|
+
"@fortawesome/duotone-thin-svg-icons": "7.3.1",
|
|
31
|
+
"@fortawesome/free-brands-svg-icons": "7.3.1",
|
|
32
|
+
"@fortawesome/pro-duotone-svg-icons": "7.3.1",
|
|
33
|
+
"@fortawesome/pro-light-svg-icons": "7.3.1",
|
|
34
|
+
"@fortawesome/pro-regular-svg-icons": "7.3.1",
|
|
35
|
+
"@fortawesome/pro-solid-svg-icons": "7.3.1",
|
|
36
|
+
"@fortawesome/pro-thin-svg-icons": "7.3.1",
|
|
37
|
+
"@fortawesome/sharp-duotone-light-svg-icons": "7.3.1",
|
|
38
|
+
"@fortawesome/sharp-duotone-regular-svg-icons": "7.3.1",
|
|
39
|
+
"@fortawesome/sharp-duotone-solid-svg-icons": "7.3.1",
|
|
40
|
+
"@fortawesome/sharp-duotone-thin-svg-icons": "7.3.1",
|
|
41
|
+
"@fortawesome/sharp-light-svg-icons": "7.3.1",
|
|
42
|
+
"@fortawesome/sharp-regular-svg-icons": "7.3.1",
|
|
43
|
+
"@fortawesome/sharp-solid-svg-icons": "7.3.1",
|
|
44
|
+
"@fortawesome/sharp-thin-svg-icons": "7.3.1",
|
|
45
45
|
"@types/node": "24",
|
|
46
|
-
"@uxf/core": "11.
|
|
46
|
+
"@uxf/core": "11.124.0"
|
|
47
47
|
},
|
|
48
48
|
"author": "",
|
|
49
49
|
"license": "ISC",
|