fix(core): update

This commit is contained in:
2022-06-26 11:20:39 +02:00
parent cbc7e4ebce
commit 9bac6e5809
6 changed files with 781 additions and 616 deletions

View File

@@ -22,16 +22,15 @@
"homepage": "https://gitlab.com/pushrocks/smartjson#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.35",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@types/node": "^18.0.0"
},
"dependencies": {
"@types/buffer-json": "^2.0.1",
"@types/fast-json-stable-stringify": "^2.1.0",
"@types/lodash.clonedeep": "^4.5.7",
"buffer-json": "^2.0.0",
"fast-json-stable-stringify": "^2.1.0",
"lodash.clonedeep": "^4.5.0"
@@ -52,4 +51,4 @@
"last 1 chrome versions"
],
"type": "module"
}
}