@mybricks/sdk-for-app
Advanced tools
Comparing version 1.0.53 to 1.0.54
{ | ||
"name": "@mybricks/sdk-for-app", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"description": "SDK for application UI", | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"antd": "4.21.6", | ||
"antd": "^5.0.2", | ||
"axios": "^1.2.0", | ||
@@ -48,0 +48,0 @@ "babel-loader": "^8.2.5", |
@@ -9,17 +9,2 @@ import View from './view' | ||
import * as antd from "antd"; | ||
import * as icons from "@ant-design/icons"; | ||
if (!window.antd) { | ||
window.antd = antd | ||
} | ||
if (!window.icons) { | ||
window.icons = icons; | ||
} | ||
if (!window.MyBricks_antd) { | ||
window.MyBricks_antd = antd; | ||
} | ||
if (!window.MyBricks_icons) { | ||
window.MyBricks_icons = icons; | ||
} | ||
export { | ||
@@ -26,0 +11,0 @@ View, |
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
339275
8956