fix(core): Upgraded dependencies and fixed test export issue
This commit is contained in:
16
package.json
16
package.json
@@ -11,19 +11,21 @@
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"bundle": "(tsbundle npm)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.70",
|
||||
"@git.zone/tstest": "^1.0.80",
|
||||
"@push.rocks/tapbundle": "^5.0.15",
|
||||
"@types/node": "^20.5.6"
|
||||
"@git.zone/tsbuild": "^2.2.0",
|
||||
"@git.zone/tsbundle": "^2.1.0",
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/tapbundle": "^5.5.4",
|
||||
"@types/node": "^22.10.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@api.global/typedrequest": "^3.0.1",
|
||||
"@api.global/typedrequest": "^3.1.10",
|
||||
"@consent.software/interfaces": "^1.0.11",
|
||||
"@push.rocks/smarttime": "^4.0.5",
|
||||
"@push.rocks/webstore": "^2.0.9"
|
||||
"@push.rocks/smarttime": "^4.1.1",
|
||||
"@push.rocks/webstore": "^2.0.20"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
|
||||
Reference in New Issue
Block a user