Skip to content

Commit

Permalink
feat: bunx @astrojs/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
吉野敬太郎 authored and 吉野敬太郎 committed Sep 15, 2024
1 parent 12cf093 commit e1fbf64
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .astro/integrations/_inox-tools_astro-when/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@inox-tools/astro-when';
5 changes: 5 additions & 0 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1726360437260
}
}
2 changes: 2 additions & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="integrations/_inox-tools_astro-when/types.d.ts" />
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^9.1.0",
"@astrojs/cloudflare": "11.0.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "4.5",
"astro": "4.15.6",
"microcms-js-sdk": "^3.0.0",
"tailwindcss": "^3.3.3",
"typescript-eslint": "^7.2.0"
Expand Down
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit e1fbf64

Please sign in to comment.