fix(core): update

This commit is contained in:
2022-12-31 11:52:58 +01:00
parent 14446ece3c
commit dce8ec6470
10 changed files with 4430 additions and 18812 deletions

View File

@ -10,21 +10,20 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)"
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.102",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.31",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@types/node": "^18.11.18"
},
"dependencies": {
"@designestate/dees-domtools": "^2.0.22",
"@pushrocks/isounique": "^1.0.5",
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smartrx": "^3.0.0",
"lit": "^2.2.3"
},
"browserslist": [
@ -42,4 +41,4 @@
"npmextra.json",
"readme.md"
]
}
}