Skip to content

Commit ad6621a

Browse files
committed
chore: update pnpm to 11.9.0
1 parent 12c31df commit ad6621a

12 files changed

Lines changed: 12 additions & 11 deletions

File tree

cli-aliases/create-start-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"author": "Jack Herrington <jherr@pobox.com>",
3030
"license": "MIT",
31-
"packageManager": "pnpm@9.15.5",
31+
"packageManager": "pnpm@11.9.0",
3232
"dependencies": {
3333
"@tanstack/cli": "workspace:*",
3434
"@tanstack/create": "workspace:*"

cli-aliases/create-tanstack-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"author": "Jack Herrington <jherr@pobox.com>",
3030
"license": "MIT",
31-
"packageManager": "pnpm@9.15.5",
31+
"packageManager": "pnpm@11.9.0",
3232
"dependencies": {
3333
"@tanstack/cli": "workspace:*",
3434
"@tanstack/create": "workspace:*"

cli-aliases/create-tanstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"author": "Jack Herrington <jherr@pobox.com>",
3030
"license": "MIT",
31-
"packageManager": "pnpm@9.15.5",
31+
"packageManager": "pnpm@11.9.0",
3232
"dependencies": {
3333
"@tanstack/cli": "workspace:*",
3434
"@tanstack/create": "workspace:*"

cli-aliases/create-tsrouter-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"author": "Jack Herrington <jherr@pobox.com>",
3030
"license": "MIT",
31-
"packageManager": "pnpm@9.15.5",
31+
"packageManager": "pnpm@11.9.0",
3232
"dependencies": {
3333
"@tanstack/cli": "workspace:*",
3434
"@tanstack/create": "workspace:*"

cli-aliases/ts-create-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"author": "Jack Herrington <jherr@pobox.com>",
3030
"license": "MIT",
31-
"packageManager": "pnpm@9.15.5",
31+
"packageManager": "pnpm@11.9.0",
3232
"dependencies": {
3333
"@tanstack/cli": "workspace:*",
3434
"@tanstack/create": "workspace:*"

examples/custom-cli/create-qwik-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"author": "Jack Herrington <jherr@pobox.com>",
2828
"license": "MIT",
29-
"packageManager": "pnpm@9.15.5",
29+
"packageManager": "pnpm@11.9.0",
3030
"dependencies": {
3131
"@tanstack/cli": "workspace:*",
3232
"@tanstack/create": "workspace:*"

examples/custom-cli/create-rwsdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"author": "Jack Herrington <jherr@pobox.com>",
2727
"license": "MIT",
28-
"packageManager": "pnpm@9.15.5",
28+
"packageManager": "pnpm@11.9.0",
2929
"dependencies": {
3030
"@tanstack/cli": "workspace:*",
3131
"@tanstack/create": "workspace:*"

examples/custom-cli/customized-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"author": "Jack Herrington <jherr@pobox.com>",
2828
"license": "MIT",
29-
"packageManager": "pnpm@9.15.5",
29+
"packageManager": "pnpm@11.9.0",
3030
"dependencies": {
3131
"@tanstack/cli": "workspace:*",
3232
"@tanstack/create": "workspace:*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/TanStack/cli.git"
77
},
8-
"packageManager": "pnpm@11.1.0",
8+
"packageManager": "pnpm@11.9.0",
99
"type": "module",
1010
"scripts": {
1111
"cleanNodeModules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"author": "Jack Herrington <jherr@pobox.com>",
4848
"license": "MIT",
49-
"packageManager": "pnpm@9.15.5",
49+
"packageManager": "pnpm@11.9.0",
5050
"engines": {
5151
"node": ">=20"
5252
},

0 commit comments

Comments
 (0)