Bump jinja version to 0.1.0

This commit is contained in:
Joshua Lochner 2023-12-18 16:25:35 +02:00
parent 56af9773bd
commit 56820b3175
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -29,7 +29,7 @@
"onnxruntime-node": "1.14.0"
},
"peerDependencies": {
"@huggingface/jinja": "^0.0.6"
"@huggingface/jinja": "^0.1.0"
}
},
"node_modules/@ampproject/remapping": {
@ -747,9 +747,9 @@
}
},
"node_modules/@huggingface/jinja": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.0.6.tgz",
"integrity": "sha512-RITL1+jPiGNZEYNy/UTnyZsX2KvB++UTqQGVVtFpvQQV9DLRo0fHVWjpAjbqm9Uw4UfBahhHF7/4urhZNOF4Lw==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.1.0.tgz",
"integrity": "sha512-NgZ0imvGPHblw+nFJN2eC+so0DmvLSEieldI7gjZZbBUDE80ypG1O+DibdeWne1vQuGBYV/pC3XL//SgxiXC7g==",
"peer": true,
"engines": {
"node": ">=18"

View File

@ -45,7 +45,7 @@
"onnxruntime-node": "1.14.0"
},
"peerDependencies": {
"@huggingface/jinja": "^0.0.6"
"@huggingface/jinja": "^0.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",