Skip to content

Commit

Permalink
fix(deps): update dependency astro to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 73ba236 commit ca5f7bc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@astrojs/tailwind": "5.1.0",
"astro": "4.0.9",
"astro": "4.1.0",
"modern-normalize": "2.0.0",
"tailwindcss": "3.4.0"
},
Expand Down
26 changes: 21 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,13 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==

aria-query@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
dependencies:
dequal "^2.0.3"

array-iterate@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24"
Expand Down Expand Up @@ -1565,10 +1572,10 @@ astro-eslint-parser@^0.16.0:
espree "^9.0.0"
semver "^7.3.8"

astro@4.0.9:
version "4.0.9"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.0.9.tgz#c704e71d54f794cce2a9b3c01914a3b951ac4a97"
integrity sha512-xQHapUGqdHQuaBDCYZxyVh5rvpgIUuulsEITl7bOQ6rRXwbQtoGc5gQ95dGV830PEpvyAGVhQ9pA8PIwfCMpeg==
astro@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/astro/-/astro-4.1.0.tgz#dbd4a8c1079bca89e4011f0866769fc2f47fd059"
integrity sha512-xbLWqvMn2JFyv7FpzHiXFn17bRS0P/b4cdEPXMMZOpBI9V8ZC33o6Xs+c59/pYSZpYiNd1HTg778XT5MhcpyKw==
dependencies:
"@astrojs/compiler" "^2.3.4"
"@astrojs/internal-helpers" "0.2.1"
Expand All @@ -1582,6 +1589,8 @@ [email protected]:
"@babel/types" "^7.23.3"
"@types/babel__core" "^7.20.4"
acorn "^8.11.2"
aria-query "^5.3.0"
axobject-query "^4.0.0"
boxen "^7.1.1"
chokidar "^3.5.3"
ci-info "^4.0.0"
Expand Down Expand Up @@ -1658,6 +1667,13 @@ autoprefixer@^10.4.15:
picocolors "^1.0.0"
postcss-value-parser "^4.2.0"

axobject-query@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.0.0.tgz#04a4c90dce33cc5d606c76d6216e3b250ff70dab"
integrity sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==
dependencies:
dequal "^2.0.3"

bail@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.2.tgz#d26f5cd8fe5d6f832a31517b9f7c356040ba6d5d"
Expand Down Expand Up @@ -2139,7 +2155,7 @@ define-lazy-prop@^2.0.0:
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==

dequal@^2.0.0:
dequal@^2.0.0, dequal@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
Expand Down

0 comments on commit ca5f7bc

Please sign in to comment.