mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
[js/common] upgrade marked@4.0.10 (Dependbot warning) (#10313)
This commit is contained in:
parent
c1c9fa18bf
commit
712f4e403d
2 changed files with 1225 additions and 1245 deletions
2428
js/common/package-lock.json
generated
2428
js/common/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"unpkg": "dist/ort-common.min.js",
|
||||
"name": "onnxruntime-common",
|
||||
"license": "MIT",
|
||||
"unpkg": "dist/ort-common.min.js",
|
||||
"name": "onnxruntime-common",
|
||||
"repository": {
|
||||
"url": "https://github.com/Microsoft/onnxruntime.git",
|
||||
"url": "https://github.com/Microsoft/onnxruntime.git",
|
||||
"type": "git"
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"module": "dist/lib/index.js",
|
||||
"version": "1.11.0",
|
||||
"jsdelivr": "dist/ort-common.min.js",
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"module": "dist/lib/index.js",
|
||||
"version": "1.11.0",
|
||||
"jsdelivr": "dist/ort-common.min.js",
|
||||
"scripts": {
|
||||
"prepare": "tsc && webpack"
|
||||
},
|
||||
},
|
||||
"keywords": [
|
||||
"ONNX",
|
||||
"ONNXRuntime",
|
||||
"ONNX",
|
||||
"ONNXRuntime",
|
||||
"ONNX Runtime"
|
||||
],
|
||||
],
|
||||
"devDependencies": {
|
||||
"ts-loader": "^9.1.2",
|
||||
"webpack": "^5.36.2",
|
||||
"typescript": "^4.2.4",
|
||||
"typedoc": "^0.22.3",
|
||||
"ts-loader": "^9.1.2",
|
||||
"typedoc": "^0.22.11",
|
||||
"typescript": "^4.2.4",
|
||||
"webpack": "^5.36.2",
|
||||
"webpack-cli": "^4.7.0"
|
||||
},
|
||||
"main": "dist/ort-common.node.js",
|
||||
"types": "dist/lib/index.d.ts",
|
||||
},
|
||||
"main": "dist/ort-common.node.js",
|
||||
"types": "dist/lib/index.d.ts",
|
||||
"description": "ONNXRuntime JavaScript API library"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue