@central-icons-react/round-filled-radius-3-stroke-1 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -32,7 +32,7 @@ pnpm add @central-icons-react/round-filled-radius-3-stroke-1
32
32
 
33
33
  ## Requirements
34
34
 
35
- - React 16.0.0 or higher
35
+ - React 14.0.0 or higher
36
36
  - Valid license key (set as environment variable)
37
37
 
38
38
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/round-filled-radius-3-stroke-1",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "sideEffects": false,
@@ -36,13 +36,13 @@
36
36
  "lint": "prettier --write ."
37
37
  },
38
38
  "peerDependencies": {
39
- "react": "^16.0.0"
39
+ "react": ">=14.0.0 <= 19"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^20.0.0",
43
- "@types/react": "^16.0.0",
44
- "tsup": "^8.0.0",
45
- "typescript": "^5.0.0",
46
- "prettier": "^3.0.0"
42
+ "@types/node": "^22",
43
+ "@types/react": "^19",
44
+ "tsup": "^8",
45
+ "typescript": "^5",
46
+ "prettier": "^3"
47
47
  }
48
48
  }