Skip to content

Commit

Permalink
chore(deps-dev): bump vercel from 39.2.4 to 39.2.5 in the maintenance…
Browse files Browse the repository at this point in the history
… group (#1565)

* chore(deps-dev): bump vercel in the maintenance group

Bumps the maintenance group with 1 update: [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli).


Updates `vercel` from 39.2.4 to 39.2.5
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/[email protected]/packages/cli)

---
updated-dependencies:
- dependency-name: vercel
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maintenance
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: do not process images

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mkucmus <[email protected]>
  • Loading branch information
dependabot[bot] and mkucmus authored Jan 7, 2025
1 parent 3d2f2b5 commit cb816e2
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 373 deletions.
5 changes: 4 additions & 1 deletion examples/api-client-tutorial/astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import tutorialkit from "@tutorialkit/astro";
import { defineConfig } from "astro/config";
import { defineConfig, passthroughImageService } from "astro/config";

export default defineConfig({
devToolbar: {
enabled: false,
},
integrations: [tutorialkit()],
image: {
service: passthroughImageService(),
},
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"husky": "9.1.7",
"prettier": "3.4.2",
"turbo": "2.3.3",
"vercel": "39.2.4"
"vercel": "39.2.5"
},
"engines": {
"node": "^18.17.x || ^20.x || ^22.x"
Expand Down
Loading

0 comments on commit cb816e2

Please sign in to comment.