Skip to content

Commit

Permalink
don't upgrade astro
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 15, 2024
1 parent 2139bcd commit 5b8345e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"genai:alt-text": "node scripts/image-alt-text.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.25.5",
"astro": "^4.14.2",
"@astrojs/check": "^0.9.1",
"@astrojs/starlight": "^0.25.3",
"astro": "^4.13.1",
"typescript": "5.5.4"
},
"devDependencies": {
"zx": "^8.1.4"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/json-schema" "^7.0.15"
js-yaml "^4.1.0"

"@astrojs/check@^0.9.2":
"@astrojs/check@^0.9.1":
version "0.9.2"
resolved "https://registry.yarnpkg.com/@astrojs/check/-/check-0.9.2.tgz#7d5be563d1833690ae9c93209f76c44351574a55"
integrity sha512-6rWxtJTbd/ctdAlmla0CAvloGaai5IUTG0K21kctJHHGKJKnGH6Xana7m0zNOtHpVPEJi1SgC/TcsN+ltYt0Cg==
Expand Down Expand Up @@ -164,7 +164,7 @@
stream-replace-string "^2.0.0"
zod "^3.23.8"

"@astrojs/starlight@^0.25.5":
"@astrojs/starlight@^0.25.3":
version "0.25.5"
resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.25.5.tgz#ed23ac8ae0a34082b24707c3a6602f47f2c4acd4"
integrity sha512-JQsfoqRUX/HBpOW8LWPdiIxcfXZ5HOvi4Dz4Ez61U99hDyX3Ix2Q+pmsek1sH5R1MHWx/wlki2VPEqidtKXyiQ==
Expand Down Expand Up @@ -3356,7 +3356,7 @@ astro-expressive-code@^0.35.6:
dependencies:
rehype-expressive-code "^0.35.6"

astro@^4.14.2:
astro@^4.13.1:
version "4.14.2"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.14.2.tgz#384e2bff8cb75449c9eb13effc5b1fbcd9074a99"
integrity sha512-x9VeYx8Ih6kYKBMVwwsfRzsZVq30+SUhiawnYQ6+46qQnEx3zH05KcH24HsJMe6dVpHD8HdH7CWR5C4o7Q/jeg==
Expand Down

0 comments on commit 5b8345e

Please sign in to comment.