This repository was archived by the owner on Nov 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Sentry and upgrade Astro (#24)
* Remove Sentry * Fix Layout props * Only run check on push if changes to main are made * I guess I also need to upgrade Astro...
- Loading branch information
Showing
21 changed files
with
2,155 additions
and
1,371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ name: Astro Check, TypeScript Check, Rome CI | |
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- "main" | ||
|
||
jobs: | ||
check: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,10 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@astrojs/react": "^2.2.1", | ||
"@astrojs/vercel": "^3.8.0", | ||
"@astrojs/react": "^3.3.0", | ||
"@astrojs/vercel": "^7.5.3", | ||
"@nanostores/react": "^0.6.0", | ||
"@sentry/browser": "^7.62.0", | ||
"@sentry/integrations": "^7.62.0", | ||
"astro": "^2.10.4", | ||
"astro": "^4.6.1", | ||
"cookie": "^0.5.0", | ||
"date-fns": "^2.30.0", | ||
"focus-trap-react": "^10.2.1", | ||
|
@@ -45,7 +43,7 @@ | |
"twitter-api-v2": "^1.15.1" | ||
}, | ||
"devDependencies": { | ||
"@sentry/vite-plugin": "^2.6.1", | ||
"@astrojs/check": "^0.5.10", | ||
"@types/cookie": "^0.5.1", | ||
"@types/node": "^20.4.9", | ||
"@types/react": "^18.2.20", | ||
|
@@ -71,4 +69,4 @@ | |
"style": "wes" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.