Skip to content

Commit 5502ba2

Browse files
authored
chore: add missing wrangler in devDependencies (#299)
1 parent 3ed6cd1 commit 5502ba2

File tree

5 files changed

+61
-49
lines changed

5 files changed

+61
-49
lines changed

examples/e2e/app-pages-router/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"autoprefixer": "catalog:e2e",
3030
"postcss": "catalog:e2e",
3131
"tailwindcss": "catalog:e2e",
32-
"typescript": "catalog:default"
32+
"typescript": "catalog:default",
33+
"wrangler": "catalog:"
3334
}
3435
}

examples/e2e/app-router/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"autoprefixer": "catalog:e2e",
3030
"postcss": "catalog:e2e",
3131
"tailwindcss": "catalog:e2e",
32-
"typescript": "catalog:default"
32+
"typescript": "catalog:default",
33+
"wrangler": "catalog:"
3334
}
3435
}

examples/e2e/pages-router/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"autoprefixer": "catalog:e2e",
3030
"postcss": "catalog:e2e",
3131
"tailwindcss": "catalog:e2e",
32-
"typescript": "catalog:default"
32+
"typescript": "catalog:default",
33+
"wrangler": "catalog:"
3334
}
3435
}

pnpm-lock.yaml

Lines changed: 54 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ catalog:
3333
typescript-eslint: ^8.7.0
3434
typescript: ^5.7.3
3535
vitest: ^2.1.1
36-
wrangler: ^3.105.0
36+
wrangler: ^3.106.0
3737

3838
# e2e tests
3939
catalogs:

0 commit comments

Comments
 (0)