onix-chess-ctrls
Advanced tools
Comparing version 4.2.4 to 4.2.5
@@ -10,3 +10,3 @@ "use strict"; | ||
let initialized = false; | ||
exports.register = () => { | ||
const register = () => { | ||
if (!initialized) { | ||
@@ -19,3 +19,4 @@ onix_core_1.i18n.registerCategories("en-us", enTranslation); | ||
}; | ||
exports.register = register; | ||
//# sourceMappingURL=i18n.js.map |
{ | ||
"name": "onix-chess-ctrls", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"description": "Chess related controls", | ||
@@ -34,4 +34,4 @@ "main": "dist/js/index.js", | ||
"@types/react-transition-group": "^4.4.0", | ||
"onix-board-assets": "^4.3.1", | ||
"onix-chess": "^7.0.0", | ||
"onix-board-assets": "^4.4.0", | ||
"onix-chess": "^7.1.0", | ||
"onix-core": "^4.2.1", | ||
@@ -44,9 +44,9 @@ "react": "^16.14.0", | ||
"devDependencies": { | ||
"@babel/core": "^7.10.5", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/register": "^7.10.5", | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.10", | ||
"@babel/preset-react": "^7.12.10", | ||
"@babel/register": "^7.12.10", | ||
"@types/enzyme": "^3.10.5", | ||
"@types/lodash-es": "^4.17.3", | ||
"@types/node": "^14.0.23", | ||
"@types/lodash-es": "^4.17.4", | ||
"@types/node": "^14.14.13", | ||
"@types/react": "^16.9.43", | ||
@@ -61,3 +61,3 @@ "@types/react-dom": "^16.9.8", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"cross-env": "^7.0.2", | ||
"cross-env": "^7.0.3", | ||
"cssnano": "^4.1.10", | ||
@@ -88,5 +88,5 @@ "del": "^6.0.0", | ||
"react-dom": "^16.14.0", | ||
"ts-loader": "^8.0.11", | ||
"typescript": "^4.0.5", | ||
"webpack": "^5.4.0", | ||
"ts-loader": "^8.0.12", | ||
"typescript": "^4.1.3", | ||
"webpack": "^5.10.1", | ||
"webpack-cli": "^4.2.0", | ||
@@ -93,0 +93,0 @@ "webpack-dev-middleware": "^4.0.2", |
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
146608
2064
Updatedonix-board-assets@^4.4.0
Updatedonix-chess@^7.1.0