@webstudio-is/icons 0.163.0 → 0.167.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 +2 -9
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.167.0",
|
|
4
4
|
"description": "Webstudio Icons",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@storybook/addon-essentials": "^8.1.2",
|
|
10
|
-
"@storybook/addon-links": "^8.1.2",
|
|
11
|
-
"@storybook/react": "^8.1.2",
|
|
12
9
|
"@svgo/jsx": "^0.4.2",
|
|
13
10
|
"@types/node": "^20.12.7",
|
|
14
11
|
"@types/react": "^18.2.70",
|
|
@@ -16,9 +13,7 @@
|
|
|
16
13
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
17
14
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
18
15
|
"svgo": "^3.0.2",
|
|
19
|
-
"tsx": "^4.7.2",
|
|
20
16
|
"typescript": "5.4.5",
|
|
21
|
-
"@webstudio-is/storybook-config": "0.0.0",
|
|
22
17
|
"@webstudio-is/tsconfig": "1.0.7"
|
|
23
18
|
},
|
|
24
19
|
"peerDependencies": {
|
|
@@ -50,8 +45,6 @@
|
|
|
50
45
|
"dts": "tsc --declarationDir lib/types",
|
|
51
46
|
"generate": "rm -fr src/__generated__ && NODE_OPTIONS='--import=tsx' svgo-jsx svgo-jsx.config.ts && tsx svg-string.ts && prettier --write src/__generated__",
|
|
52
47
|
"typecheck": "tsc",
|
|
53
|
-
"checks": "pnpm typecheck"
|
|
54
|
-
"storybook:dev": "storybook dev -p 6006",
|
|
55
|
-
"storybook:build": "storybook build"
|
|
48
|
+
"checks": "pnpm typecheck"
|
|
56
49
|
}
|
|
57
50
|
}
|