Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump astro from 4.2.5 to 4.2.8 #1997

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"version": "0.0.1",
"scripts": {
"test": "tsc -p . --noEmit",
"dev": "astro dev",

Check warning on line 8 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astro)
"start": "astro dev",

Check warning on line 9 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astro)
"build": "astro check && astro build",

Check warning on line 10 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astro)

Check warning on line 10 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astro)
"preview": "astro preview",

Check warning on line 11 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astro)
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",

Check warning on line 15 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astrojs)
"@astrojs/preact": "^3.1.0",

Check warning on line 16 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (astrojs)

Check warning on line 16 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (preact)
"astro": "^4.2.5",
"astro": "^4.2.8",
"typescript": "^5.3.3"
},
"overrides": {
"react": "npm:@preact/compat@latest",

Check warning on line 21 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (preact)
"react-dom": "npm:@preact/compat@latest"

Check warning on line 22 in apps/static/package.json

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (preact)
}
}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading