fix(core): update
This commit is contained in:
@@ -10,20 +10,19 @@
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)",
|
||||
"format": "(gitzone format)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.28",
|
||||
"@gitzone/tsrun": "^1.2.39",
|
||||
"@gitzone/tstest": "^1.0.59",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
"@types/node": "^18.11.4"
|
||||
"@types/node": "^18.11.17"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartcrypto": "^2.0.1",
|
||||
"@types/jsonwebtoken": "^8.5.5",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
"jsonwebtoken": "^9.0.0"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
@@ -41,4 +40,4 @@
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user