antd-mini
Advanced tools
Comparing version 2.35.5 to 2.35.6
@@ -64,4 +64,4 @@ var __extends = (this && this.__extends) || (function () { | ||
import AsyncValidator from 'async-validator'; | ||
// @ts-ignore | ||
import { set, get } from 'lodash-es'; | ||
import set from '../_util/set'; | ||
import get from '../_util/get'; | ||
import { getValueFromProps } from '../_util/simply'; | ||
@@ -68,0 +68,0 @@ var EventEmitter = /** @class */ (function () { |
import { __assign, __awaiter, __extends, __generator } from "tslib"; | ||
import AsyncValidator from 'async-validator'; | ||
// @ts-ignore | ||
import set from 'lodash-es/set'; | ||
// @ts-ignore | ||
import get from 'lodash-es/get'; | ||
import set from '../_util/set'; | ||
import get from '../_util/get'; | ||
import { getValueFromProps } from '../_util/simply'; | ||
@@ -8,0 +6,0 @@ var EventEmitter = /** @class */ (function () { |
import { __assign, __awaiter, __extends, __generator } from "tslib"; | ||
import AsyncValidator from 'async-validator'; | ||
// @ts-ignore | ||
import set from 'lodash-es/set'; | ||
// @ts-ignore | ||
import get from 'lodash-es/get'; | ||
import set from '../_util/set'; | ||
import get from '../_util/get'; | ||
import { getValueFromProps } from '../_util/simply'; | ||
@@ -8,0 +6,0 @@ var EventEmitter = /** @class */ (function () { |
{ | ||
"name": "antd-mini", | ||
"version": "2.35.5", | ||
"version": "2.35.6", | ||
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", | ||
@@ -38,3 +38,2 @@ "miniprogram": "compiled/wechat/src", | ||
"fast-deep-equal": "3.1.3", | ||
"lodash-es": "^4.17.21", | ||
"tslib": "2.5.0" | ||
@@ -41,0 +40,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
3717478
5
1779
38739
- Removedlodash-es@^4.17.21
- Removedlodash-es@4.17.21(transitive)