update all dependencies
parent
f4d4780267
commit
438897c5a2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,4 +4,34 @@
|
|||
author: <https://github.com/vladmandic>'
|
||||
*/
|
||||
|
||||
var e="4.7.0";var s="4.7.0";var t="4.7.0";var n="4.7.0";var i="4.7.0";var w={tfjs:e,"tfjs-core":e,"tfjs-converter":s,"tfjs-backend-cpu":t,"tfjs-backend-webgl":n,"tfjs-backend-wasm":i};export{w as version};
|
||||
|
||||
// node_modules/.pnpm/@tensorflow+tfjs-core@4.16.0/node_modules/@tensorflow/tfjs-core/package.json
|
||||
var version = "4.16.0";
|
||||
|
||||
// node_modules/.pnpm/@tensorflow+tfjs-converter@4.16.0_@tensorflow+tfjs-core@4.16.0/node_modules/@tensorflow/tfjs-converter/package.json
|
||||
var version2 = "4.16.0";
|
||||
|
||||
// node_modules/.pnpm/@tensorflow+tfjs-backend-cpu@4.16.0_@tensorflow+tfjs-core@4.16.0/node_modules/@tensorflow/tfjs-backend-cpu/package.json
|
||||
var version3 = "4.16.0";
|
||||
|
||||
// node_modules/.pnpm/@tensorflow+tfjs-backend-webgl@4.16.0_@tensorflow+tfjs-core@4.16.0/node_modules/@tensorflow/tfjs-backend-webgl/package.json
|
||||
var version4 = "4.16.0";
|
||||
|
||||
// node_modules/.pnpm/@tensorflow+tfjs-backend-wasm@4.16.0_@tensorflow+tfjs-core@4.16.0/node_modules/@tensorflow/tfjs-backend-wasm/package.json
|
||||
var version5 = "4.16.0";
|
||||
|
||||
// src/tfjs/tf-version.ts
|
||||
var version6 = {
|
||||
// tfjs: tfjsVersion,
|
||||
tfjs: version,
|
||||
"tfjs-core": version,
|
||||
// 'tfjs-data': tfjsDataVersion,
|
||||
// 'tfjs-layers': tfjsLayersVersion,
|
||||
"tfjs-converter": version2,
|
||||
"tfjs-backend-cpu": version3,
|
||||
"tfjs-backend-webgl": version4,
|
||||
"tfjs-backend-wasm": version5
|
||||
};
|
||||
export {
|
||||
version6 as version
|
||||
};
|
||||
|
|
|
@ -1289,18 +1289,18 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.11.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.4.tgz",
|
||||
"integrity": "sha512-6I0fMH8Aoy2lOejL3s4LhyIYX34DPwY8bl5xlNjBvUEk8OHrcuzsFt+Ied4LvJihbtXPM+8zUqdydfIti86v9g==",
|
||||
"version": "20.11.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz",
|
||||
"integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/node-fetch": {
|
||||
"version": "2.6.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.10.tgz",
|
||||
"integrity": "sha512-PPpPK6F9ALFTn59Ka3BaL+qGuipRfxNE8qVgkp0bVixeiR2c2/L+IVOiBdu9JhhT22sWnQEp6YyHGI2b2+CMcA==",
|
||||
"version": "2.6.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz",
|
||||
"integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
|
|
53
package.json
53
package.json
|
@ -42,36 +42,37 @@
|
|||
"tfjs"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@canvas/image": "^1.0.1",
|
||||
"@microsoft/api-extractor": "^7.35.2",
|
||||
"@tensorflow/tfjs": "^4.7.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.7.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.7.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.7.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "4.7.0",
|
||||
"@tensorflow/tfjs-converter": "^4.7.0",
|
||||
"@tensorflow/tfjs-core": "^4.7.0",
|
||||
"@tensorflow/tfjs-data": "^4.7.0",
|
||||
"@tensorflow/tfjs-layers": "^4.7.0",
|
||||
"@tensorflow/tfjs-node": "^4.7.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.7.0",
|
||||
"@types/node": "^20.3.0",
|
||||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"@vladmandic/build": "^0.9.2",
|
||||
"@vladmandic/pilogger": "^0.4.8",
|
||||
"esbuild": "^0.18.1",
|
||||
"eslint": "^8.42.0",
|
||||
"@canvas/image": "^2.0.0",
|
||||
"@microsoft/api-extractor": "^7.39.1",
|
||||
"@tensorflow/tfjs": "^4.16.0",
|
||||
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
|
||||
"@tensorflow/tfjs-backend-wasm": "^4.16.0",
|
||||
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
|
||||
"@tensorflow/tfjs-backend-webgpu": "4.16.0",
|
||||
"@tensorflow/tfjs-converter": "^4.16.0",
|
||||
"@tensorflow/tfjs-core": "^4.16.0",
|
||||
"@tensorflow/tfjs-data": "^4.16.0",
|
||||
"@tensorflow/tfjs-layers": "^4.16.0",
|
||||
"@tensorflow/tfjs-node": "^4.16.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.16.0",
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/offscreencanvas": "^2019.7.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||
"@typescript-eslint/parser": "^6.19.0",
|
||||
"@vladmandic/build": "^0.9.3",
|
||||
"@vladmandic/pilogger": "^0.4.9",
|
||||
"esbuild": "^0.19.11",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"rimraf": "^5.0.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"rimraf": "^5.0.5",
|
||||
"seedrandom": "^3.0.5",
|
||||
"tslib": "^2.5.3",
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "5.1.3"
|
||||
"tslib": "^2.6.2",
|
||||
"typedoc": "^0.25.7",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue