api node, lodash dependency

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Michal Kolář
2023-01-20 15:04:31 +01:00
parent 2b6f49c8d9
commit f8fa1a0ae3
4 changed files with 6243 additions and 16984 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "graphfx",
"version": "0.2.2",
"version": "0.3.0",
"description": "Graph image processing pipeline",
"main": "src/index.ts",
"scripts": {
@@ -23,13 +23,15 @@
"@types/jest": "^24.0.0",
"babel-jest": "^24.6.0",
"babel-polyfill": "^6.26.0",
"@types/lodash": "^4.14.191",
"jest": "^29.2.2",
"typescript": "^3.7.3"
},
"dependencies": {
"@types/css-font-loading-module": "0.0.2",
"@types/uuid": "^3.4.6",
"uuid": "^3.3.3"
"uuid": "^3.3.3",
"lodash": "^4.17.21"
},
"jest": {
"setupFiles": [