Commit 59af7bff by vincent

update tfjs-core to 1.7.0 and update other dependencies

parent 3166982b
......@@ -5,7 +5,7 @@
"author": "justadudewhohacks",
"license": "MIT",
"dependencies": {
"express": "^4.16.4",
"request": "^2.88.0"
"express": "^4.17.1",
"request": "^2.88.2"
}
}
......@@ -2,8 +2,6 @@
"author": "justadudewhohacks",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs-node": "1.5.2",
"canvas": "^2.6.0",
"face-api.js": "../../"
}
}
......@@ -33,26 +33,26 @@
"author": "justadudewhohacks",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs-core": "1.5.2",
"tslib": "^1.10.0"
"@tensorflow/tfjs-core": "1.7.0",
"tslib": "^1.11.1"
},
"devDependencies": {
"@tensorflow/tfjs-node": "1.5.2",
"@types/jasmine": "^3.5.3",
"@types/node": "^13.7.0",
"canvas": "2.6.0",
"@tensorflow/tfjs-node": "1.7.0",
"@types/jasmine": "^3.5.9",
"@types/node": "^13.9.2",
"canvas": "2.6.1",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.1.0",
"karma-typescript": "^4.1.1",
"rollup": "^1.31.0",
"karma-jasmine": "^3.1.1",
"karma-typescript": "^5.0.1",
"rollup": "^2.1.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-plugin-typescript2": "^0.26.0",
"rollup-plugin-uglify": "^6.0.4",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"ts-node": "^8.7.0",
"typescript": "^3.8.3"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment