@deepanmano/berry-icon-library 1.0.21 → 1.0.23

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": "@deepanmano/berry-icon-library",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Beautiful React SVG icon library with 20+ customizable icons",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "scripts": {
22
22
  "generate": "bun run scripts/generate-icons.ts",
23
- "build": "bun run generate && bun build src/index.ts --outdir dist --format esm --target browser --sourcemap && bunx tsc --emitDeclarationOnly && bun run scripts/flatten-types.ts",
23
+ "build": "bun run generate && bun build src/index.ts --outdir dist --format esm --target browser --external react --external react/jsx-runtime --sourcemap && bunx tsc --emitDeclarationOnly && bun run scripts/flatten-types.ts",
24
24
  "prepublishOnly": "bun run build"
25
25
  },
26
26
  "keywords": [
@@ -48,7 +48,7 @@
48
48
  "registry": "https://registry.npmjs.org/"
49
49
  },
50
50
  "peerDependencies": {
51
- "react": "^18.3.1"
51
+ "react": ">=18.3.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/react": "^18.3.1",