@powerhousedao/design-system 1.1.0 → 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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"/dist"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
66
66
|
"storybook": "^8.3.4",
|
|
67
67
|
"storybook-addon-pseudo-states": "^4.0.2",
|
|
68
|
-
"tsx": "^4.
|
|
68
|
+
"tsx": "^4.19.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"document-model": "^2.1.0",
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
"postlint": "npm run check-types",
|
|
104
104
|
"lint": "eslint",
|
|
105
105
|
"create-icon-components": "tsx scripts/create-icon-components.ts && eslint src/assets/icon-components --no-ignore --fix",
|
|
106
|
-
"postinstall": "npm run create-icon-components",
|
|
107
106
|
"prepublish": "npm run create-icon-components",
|
|
108
107
|
"build": "vite build",
|
|
109
108
|
"build:watch": "vite build --watch",
|