##// END OF EJS Templates
bump dependencies, bump ts to 5.2...
bump dependencies, bump ts to 5.2 moved observables logic to ObservableImpl fixed while/until bug with complete handler multiple call

File last commit:

r155:6acbe6efbe20 v1.10.2 default
r155:6acbe6efbe20 v1.10.2 default
Show More
package.json
42 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.3.6",
"@types/requirejs": "2.1.34",
"@types/tap": "15.0.9",
"rxjs": "7.8.1",
"dojo": "1.17.3",
"@implab/dojo-typings": "1.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"requirejs": "2.3.6",
"typescript": "5.2.2",
"yaml": "~2.3.2",
"tap": "18.1.4"
}
}