Skip to content

Commit 9430390

Browse files
committed
upgrade to pnpm 10
1 parent 0f7b94c commit 9430390

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

e2e/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "myapp",
33
"version": "0.0.1",
44
"private": true,
5-
"packageManager": "pnpm@9.0.0",
5+
"packageManager": "pnpm@10.10.0",
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@huggingface/root",
44
"license": "MIT",
5-
"packageManager": "pnpm@9.0.0",
5+
"packageManager": "pnpm@10.10.0",
66
"scripts": {
77
"lint": "eslint --quiet --fix --ext .cjs,.ts .eslintrc.cjs",
88
"lint:check": "eslint --ext .cjs,.ts .eslintrc.cjs",

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/agents",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.0.5",
55
"description": "Multi-modal agents using Hugging Face's models",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/blob",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.0.2",
55
"description": "Utilities to convert URLs and files to Blobs, internally used by Hugging Face libs",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/dduf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/dduf",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.0.2",
55
"description": "Very alpha lib to check DDUF compliance",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/doc-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/doc-internal",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "1.0.0",
55
"description": "Package to generate doc for other @huggingface packages",
66
"private": true,

packages/gguf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/gguf",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.1.14",
55
"description": "a GGUF parser that works on remotely hosted files",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/hub",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "2.0.0",
55
"description": "Utilities to interact with the Hugging Face hub",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

packages/inference/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/inference",
33
"version": "3.12.1",
4-
"packageManager": "pnpm@9.0.0",
4+
"packageManager": "pnpm@10.10.0",
55
"license": "MIT",
66
"author": "Hugging Face and Tim Mikeladze <[email protected]>",
77
"description": "Typescript client for the Hugging Face Inference Providers and Inference Endpoints",

packages/jinja/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/jinja",
3-
"packageManager": "pnpm@9.0.0",
3+
"packageManager": "pnpm@10.10.0",
44
"version": "0.5.0",
55
"description": "A minimalistic JavaScript implementation of the Jinja templating engine, specifically designed for parsing and rendering ML chat templates.",
66
"repository": "https://github.com/huggingface/huggingface.js.git",

0 commit comments

Comments
 (0)