@gomeniucivan/ui 1.0.61 → 1.0.63

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gomeniucivan/ui",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css"
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "scripts": {
28
28
  "build": "tsup",
29
- "publish": "npm publish",
29
+ "prepublishOnly": "npm run build",
30
30
  "dev": "dumi dev"
31
31
  },
32
32
  "lint-staged": {
@@ -123,9 +123,7 @@
123
123
  "virtua": "^0.48.5"
124
124
  },
125
125
  "devDependencies": {
126
- "@ant-design/icons": "^6.1.0",
127
126
  "@commitlint/cli": "^19.8.1",
128
- "@lobehub/fluent-emoji": "^4.1.0",
129
127
  "@lobehub/lint": "^1.26.3",
130
128
  "@testing-library/react": "^16.3.2",
131
129
  "@types/chroma-js": "^3.1.2",
@@ -150,7 +148,6 @@
150
148
  "dotenv": "^17.2.3",
151
149
  "dpdm": "^3.14.0",
152
150
  "dumi": "^2.4.23",
153
- "dumi-theme-lobehub": "^4.0.2",
154
151
  "eslint": "^8.57.1",
155
152
  "figma-js": "1.16.1-0",
156
153
  "husky": "^9.1.7",
@@ -173,7 +170,6 @@
173
170
  "vitest": "^3.2.4"
174
171
  },
175
172
  "peerDependencies": {
176
- "@lobehub/fluent-emoji": "^4.0.0",
177
173
  "antd": "^6.1.1",
178
174
  "motion": "^12.0.0",
179
175
  "react": "^19.0.0",