@navikt/aksel-icons 7.2.0 → 7.3.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 +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-icons",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"author": "Aksel | NAV",
|
|
5
5
|
"homepage": "https://aksel.nav.no/ikoner",
|
|
6
6
|
"repository": {
|
|
@@ -62,28 +62,30 @@
|
|
|
62
62
|
"update-metadata": "node config/metadata.js",
|
|
63
63
|
"write-packagejson": "echo '{\"type\": \"module\"}' > dist/react/esm/package.json",
|
|
64
64
|
"build": "yarn copy && yarn create-icons && concurrently \"tsc\" \"tsc -p tsconfig.esm.json && tsc-alias -p tsconfig.esm.json && yarn write-packagejson\" && node config/cleanTypes.js && yarn update-metadata && yarn parse-svg",
|
|
65
|
-
"fetch-new:icons": "tsx --env-file=.env config/figma/index.
|
|
65
|
+
"fetch-new:icons": "tsx --env-file=.env config/figma/index.ts",
|
|
66
66
|
"zip:icons": "node config/zip.js",
|
|
67
67
|
"test": "vitest run",
|
|
68
68
|
"test:watch": "vitest watch"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
+
"@figma/rest-api-spec": "^0.19.0",
|
|
71
72
|
"@svgr/cli": "8.1.0",
|
|
73
|
+
"@types/js-yaml": "^4.0.9",
|
|
74
|
+
"@types/react": "^18.3.11",
|
|
72
75
|
"adm-zip": "^0.5.10",
|
|
73
|
-
"concurrently": "
|
|
76
|
+
"concurrently": "9.0.1",
|
|
74
77
|
"copyfiles": "^2.4.1",
|
|
75
78
|
"cross-zip-cli": "1.0.0",
|
|
76
79
|
"fast-glob": "3.2.11",
|
|
77
80
|
"hast-util-select": "5.0.5",
|
|
78
81
|
"js-yaml": "^4.1.0",
|
|
79
|
-
"lodash
|
|
80
|
-
"lodash.startcase": "4.4.0",
|
|
82
|
+
"lodash": "^4.17.21",
|
|
81
83
|
"prettier": "3.1.1",
|
|
82
84
|
"react": "^18.0.0",
|
|
83
85
|
"rehype-parse": "8.0.4",
|
|
84
86
|
"tsc-alias": "1.8.8",
|
|
85
87
|
"tsx": "^4.7.1",
|
|
86
|
-
"typescript": "
|
|
88
|
+
"typescript": "5.5.4",
|
|
87
89
|
"unified": "10.1.2",
|
|
88
90
|
"vitest": "^1.2.2"
|
|
89
91
|
}
|