onix-chess-ctrls
Advanced tools
Comparing version 4.2.9 to 4.2.10
@@ -6,3 +6,3 @@ "use strict"; | ||
const React = tslib_1.__importStar(require("react")); | ||
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash-es/toSafeInteger")); | ||
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash/toSafeInteger")); | ||
const react_bootstrap_1 = require("react-bootstrap"); | ||
@@ -9,0 +9,0 @@ const onix_board_assets_1 = require("onix-board-assets"); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const React = tslib_1.__importStar(require("react")); | ||
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash-es/toSafeInteger")); | ||
const toSafeInteger_1 = tslib_1.__importDefault(require("lodash/toSafeInteger")); | ||
const onix_core_1 = require("onix-core"); | ||
@@ -9,0 +9,0 @@ const react_bootstrap_1 = require("react-bootstrap"); |
@@ -8,3 +8,3 @@ "use strict"; | ||
const classnames_1 = tslib_1.__importDefault(require("classnames")); | ||
const lodash_es_1 = require("lodash-es"); | ||
const isString_1 = tslib_1.__importDefault(require("lodash/isString")); | ||
const react_bootstrap_1 = require("react-bootstrap"); | ||
@@ -78,3 +78,3 @@ const onix_core_1 = require("onix-core"); | ||
if (user.title) { | ||
if (lodash_es_1.isString(user.title)) { | ||
if (isString_1.default(user.title)) { | ||
return (react_1.default.createElement("span", { className: "label label-success text-uppercase fs-10 mr-1", "data-toggle": "tooltip", title: "" }, user.title)); | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "onix-chess-ctrls", | ||
"version": "4.2.9", | ||
"version": "4.2.10", | ||
"description": "Chess related controls", | ||
@@ -34,5 +34,6 @@ "main": "dist/js/index.js", | ||
"@types/react-transition-group": "^4.4.0", | ||
"lodash": "^4.17.20", | ||
"onix-board-assets": "^5.0.0", | ||
"onix-chess": "^7.2.1", | ||
"onix-core": "^4.2.2", | ||
"onix-chess": "^7.2.2", | ||
"onix-core": "^4.2.3", | ||
"react": "^16.14.0", | ||
@@ -49,3 +50,3 @@ "react-bootstrap": "^1.4.0", | ||
"@types/enzyme": "^3.10.5", | ||
"@types/lodash-es": "^4.17.4", | ||
"@types/lodash": "^4.14.166", | ||
"@types/node": "^14.14.16", | ||
@@ -52,0 +53,0 @@ "@types/react": "^16.14.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
146652
9
+ Addedlodash@^4.17.20
Updatedonix-chess@^7.2.2
Updatedonix-core@^4.2.3