@zenkigen-inc/component-ui 1.10.2 → 1.11.2

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": "@zenkigen-inc/component-ui",
3
- "version": "1.10.2",
3
+ "version": "1.11.2",
4
4
  "repository": "https://github.com/zenkigen/zenkigen-component",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -14,7 +14,8 @@
14
14
  "scripts": {
15
15
  "type-check": "tsc --noEmit",
16
16
  "generate-component": "hygen generator components",
17
- "build": "rimraf dist && microbundle --no-compress -f modern,esm,cjs --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --tsconfig tsconfig.build.json"
17
+ "build": "rimraf dist && microbundle --no-compress -f modern,esm,cjs --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --tsconfig tsconfig.build.json --external none",
18
+ "build-lib": "rimraf dist && microbundle --no-compress -f modern,esm,cjs --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --tsconfig tsconfig.build.json"
18
19
  },
19
20
  "devDependencies": {
20
21
  "hygen": "6.2.11",
@@ -22,12 +23,12 @@
22
23
  "typescript": "5.5.4"
23
24
  },
24
25
  "peerDependencies": {
25
- "@types/react": "^18.0.0",
26
- "react": "^18.0.0"
26
+ "react": "^18.0.0",
27
+ "react-dom": "^18.0.0"
27
28
  },
28
29
  "dependencies": {
29
- "@zenkigen-inc/component-icons": "1.10.2",
30
- "@zenkigen-inc/component-theme": "1.10.2",
30
+ "@zenkigen-inc/component-icons": "1.11.2",
31
+ "@zenkigen-inc/component-theme": "1.11.2",
31
32
  "clsx": "2.1.1"
32
33
  }
33
34
  }