Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Rewrite app astro #21

Merged
merged 2 commits into from
Jan 25, 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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/check": "^0.4.1",
"@stylexjs/stylex": "^0.3.0",
"astro": "^4.0.6",
"astro-stylex": "^0.1.1",
Expand All @@ -21,6 +21,6 @@
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2"
"prettier-plugin-astro": "^0.13.0"
}
}
Loading