Skip to content

Commit

Permalink
Fix docs site dependency (#473)
Browse files Browse the repository at this point in the history
* Fix docs dependency

* peer to dev depenency
  • Loading branch information
fviolette authored Sep 25, 2024
1 parent 91436f1 commit 806699e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 15 deletions.
7 changes: 5 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.26.1",
"astro": "^4.15.8",
"@astrojs/starlight": "^0.28.0",
"astro": "^4.15.9",
"sharp": "^0.33.1"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}
51 changes: 38 additions & 13 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
stream-replace-string "^2.0.0"
zod "^3.23.8"

"@astrojs/starlight@^0.26.1":
version "0.26.4"
resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.26.4.tgz#995bbc5ca446db3c1944b39a091467823a580ddd"
integrity sha512-ks+GAYkYGZxuCjAJR88HFafY4/K73PtkbYniGaptmdB0yDJY/HwJ/s1vIuig3j63oq9otQfuZFByxWsb4x1urg==
"@astrojs/starlight@^0.28.0":
version "0.28.2"
resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.28.2.tgz#108f847ed533be6024a83389b0e94f6b236fe6f0"
integrity sha512-Q1/Ujl2EzWX71qwqdt/0KP3wOyX6Rvyzcep/zD3hRCtw/Vi2TReh4Q2wLwz7mnbuYU9H7YvBKYknbkmjC+K/0w==
dependencies:
"@astrojs/mdx" "^3.1.3"
"@astrojs/sitemap" "^3.1.6"
Expand All @@ -97,6 +97,7 @@
hast-util-select "^6.0.2"
hast-util-to-string "^3.0.0"
hastscript "^9.0.0"
i18next "^23.11.5"
mdast-util-directive "^3.0.0"
mdast-util-to-markdown "^2.1.0"
mdast-util-to-string "^4.0.0"
Expand Down Expand Up @@ -348,6 +349,13 @@
"@babel/plugin-syntax-jsx" "^7.24.7"
"@babel/types" "^7.25.2"

"@babel/runtime@^7.23.2":
version "7.25.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2"
integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/template@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
Expand Down Expand Up @@ -875,10 +883,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oslojs/encoding@^0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@oslojs/encoding/-/encoding-0.4.1.tgz#1489e560041533214511e9e03626962d24e58e9f"
integrity sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==
"@oslojs/encoding@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@oslojs/encoding/-/encoding-1.1.0.tgz#55f3d9a597430a01f2a5ef63c6b42f769f9ce34e"
integrity sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==

"@pagefind/darwin-arm64@1.1.1":
version "1.1.1"
Expand Down Expand Up @@ -1273,10 +1281,10 @@ astro-expressive-code@^0.35.6:
dependencies:
rehype-expressive-code "^0.35.6"

astro@^4.15.8:
version "4.15.8"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.8.tgz#046190f8c9c719b278c13f5e8e35943bf178a7b2"
integrity sha512-pdXjtRF6O1xChiPAUF32R7oVRTW7AK1/Oy/JqPNhLfbelO0l6C7cLdSEuSLektwOEnMhOVXqccetjBs7HPaoxA==
astro@^4.15.9:
version "4.15.9"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.9.tgz#b7835126a53296f6a5b11352f3e1e31197f8640e"
integrity sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA==
dependencies:
"@astrojs/compiler" "^2.10.3"
"@astrojs/internal-helpers" "0.4.1"
Expand All @@ -1285,7 +1293,7 @@ astro@^4.15.8:
"@babel/core" "^7.25.2"
"@babel/plugin-transform-react-jsx" "^7.25.2"
"@babel/types" "^7.25.6"
"@oslojs/encoding" "^0.4.1"
"@oslojs/encoding" "^1.0.0"
"@rollup/pluginutils" "^5.1.0"
"@types/babel__core" "^7.20.5"
"@types/cookie" "^0.6.0"
Expand Down Expand Up @@ -2168,6 +2176,13 @@ http-cache-semantics@^4.1.1:
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz"
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==

i18next@^23.11.5:
version "23.15.1"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.15.1.tgz#c50de337bf12ca5195e697cc0fbe5f32304871d9"
integrity sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==
dependencies:
"@babel/runtime" "^7.23.2"

import-meta-resolve@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz#f9db8bead9fafa61adb811db77a2bf22c5399706"
Expand Down Expand Up @@ -3278,6 +3293,11 @@ queue-microtask@^1.2.2:
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

regenerator-runtime@^0.14.0:
version "0.14.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==

regex@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/regex/-/regex-4.3.2.tgz#a68a68c9b337a77bf4ce4ed0b4b1a49d97cb3b7b"
Expand Down Expand Up @@ -3798,6 +3818,11 @@ type-fest@^2.13.0:
resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz"
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==

typescript@^5.6.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==

undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
Expand Down

0 comments on commit 806699e

Please sign in to comment.