Updating nodejs package

This commit is contained in:
Mose Mueller
2023-04-11 09:16:50 +02:00
parent e84c19a4be
commit 798880ba20
3 changed files with 2480 additions and 1 deletions

View File

@@ -14,5 +14,15 @@
"repository": {
"type": "git",
"url": "git@gitlab.phys.ethz.ch:tiqi-projects/qchub/icon-services/icon_service_base.git"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/node": "^18.11.18",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.3"
}
}