##// END OF EJS Templates
fixed undefined value when no checkboxes are selected in _FormMixin.
fixed undefined value when no checkboxes are selected in _FormMixin.

File last commit:

r134:f139e2153e0d v1.9.0-rc1 default
r140:515d1b83ebdf v1.9.0-rc4 default
Show More
package.json
43 lines | 1.2 KiB | application/json | JsonLexer
{
"name": "@implab/djx",
"version": "0.0.1-dev",
"description": "Supports using dojo version 1 with typescript and .tsx files",
"keywords": [
"dojo",
"tsx",
"typescript",
"widgets"
],
"author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://code.implab.org/implab/implabjs-djx",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@implab/core-amd": "^1.4.6",
"dojo": "^1.10.0"
},
"devDependencies": {
"@implab/core-amd": "^1.4.6",
"@types/chai": "4.1.3",
"@types/requirejs": "2.1.31",
"@types/yaml": "1.2.0",
"@types/tap": "15.0.7",
"rxjs": "7.5.6",
"dojo": "1.16.0",
"@implab/dojo-typings": "1.0.7",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"requirejs": "2.3.6",
"typescript": "4.8.3",
"yaml": "~1.7.2",
"tap": "16.3.0"
}
}