Skip to content

Commit

Permalink
Bump cookie and astro (#10)
Browse files Browse the repository at this point in the history
* Bump cookie and astro

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.6.0...v0.7.2)

Updates `astro` from 4.13.1 to 4.16.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: astro
  dependency-type: direct:production
...

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

* Migrate Astro config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Bär <[email protected]>
  • Loading branch information
dependabot[bot] and connor-baer authored Oct 20, 2024
1 parent f2d0ea4 commit 79f0ee2
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 370 deletions.
3 changes: 0 additions & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default defineConfig({
security: {
checkOrigin: true,
},
experimental: {
actions: true,
},
site: 'https://games.connorbaer.com',
prefetch: {
prefetchAll: true,
Expand Down
Loading

0 comments on commit 79f0ee2

Please sign in to comment.