@fishx/intl-tel-input
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@fishx/intl-tel-input", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A JavaScript plugin for entering and validating international telephone numbers", | ||
@@ -75,6 +75,8 @@ "keywords": [ | ||
"esbuild": "^0.19.11", | ||
"prop-types": "^15.8.1", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2" | ||
"prop-types": "^15.8.1" | ||
}, | ||
"peerDependency":{ | ||
"react": ">=17.0.2", | ||
"react-dom": ">=17.0.2" | ||
} | ||
} |
@@ -12,2 +12,5 @@ ### 说明 | ||
- 打包fish代码:先打包正常的代码`yarn build`,然后`build:fish`将`build/js`里的`fish.intltelinput.js`粘贴到fish框架 | ||
- 打包react组件代码 `build:react` | ||
- 打包react组件代码 `build:react-only` | ||
### 注意事项 | ||
该组件react版本需要与主工程使用的react/react-dom版本一致,目前是peerDependencies中设置react 17.0.2版本与Fishx的模板保持一致,如有特殊需要可以升级为18.2.0以上版本。 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4826595
2
15
- Removedreact@17.0.2
- Removedreact-dom@17.0.2
- Removedreact@17.0.2(transitive)
- Removedreact-dom@17.0.2(transitive)
- Removedscheduler@0.20.2(transitive)