Skip to content

Commit

Permalink
Bump vite from 3.0.3 to 3.2.7 in /examples/csv-to-mindmap (#158)
Browse files Browse the repository at this point in the history
* Bump vite from 3.0.3 to 3.2.7 in /examples/csv-to-mindmap

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.3 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

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

* Use personal token for dependabot-auto-merge.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kirill Sudarushkin <[email protected]>
  • Loading branch information
dependabot[bot] and kirillsud authored Nov 15, 2023
1 parent f9e8496 commit a92fec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
github-token: ${{ secrets.ghrs_github_api_token }}
use-github-auto-merge: true
2 changes: 1 addition & 1 deletion examples/csv-to-mindmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "4.8.4",
"vite": "3.0.3"
"vite": "3.2.7"
}
}

2 comments on commit a92fec3

@vercel
Copy link

@vercel vercel bot commented on a92fec3 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webhooks-manager – ./examples/webhooks-manager

webhooks-manager-sepia.vercel.app
webhooks-manager-git-main-miro-web.vercel.app
webhooks-manager-miro-web.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a92fec3 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-examples-wordle – ./examples/wordle

app-examples-wordle-git-main-anthonyroux.vercel.app
app-examples-wordle-anthonyroux.vercel.app
app-examples-wordle.vercel.app

Please sign in to comment.