Skip to content

Commit c3f8733

Browse files
Bump @astrojs/upgrade from 0.5.1 to 0.6.0 in /website
Bumps [@astrojs/upgrade](https://github.com/withastro/astro/tree/HEAD/packages/upgrade) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/upgrade/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/upgrade@0.6.0/packages/upgrade) --- updated-dependencies: - dependency-name: "@astrojs/upgrade" dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f71f06 commit c3f8733

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/sitemap": "^3.3.0",
1919
"@astrojs/starlight": "0.34.0",
2020
"@astrojs/tailwind": "^6.0.2",
21-
"@astrojs/upgrade": "^0.5.1",
21+
"@astrojs/upgrade": "^0.6.0",
2222
"@tailwindcss/vite": "^4.1.4",
2323
"@types/react": "^19.1.2",
2424
"@types/react-dom": "^19.1.1",

website/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@
176176
is-wsl "^3.1.0"
177177
which-pm-runs "^1.1.0"
178178

179-
"@astrojs/upgrade@^0.5.1":
180-
version "0.5.1"
181-
resolved "https://registry.yarnpkg.com/@astrojs/upgrade/-/upgrade-0.5.1.tgz#d6cf37d4f0d8f7a854aaaa20e45f52eff078afc3"
182-
integrity sha512-jtp6547szK+XFAq3vYqf1s1xQN+9TxAu3uQID4+rdmevAefCQ4ZH/RSeG+tNIAweC/Ln2eZrSU4CDUzHBTxn+Q==
179+
"@astrojs/upgrade@^0.6.0":
180+
version "0.6.0"
181+
resolved "https://registry.yarnpkg.com/@astrojs/upgrade/-/upgrade-0.6.0.tgz#8c279ed3d89d0177b76cbc827db7f092a4f82057"
182+
integrity sha512-CNhupQN1uHqqxGqbtGQ6gSOux1LMKgy0IEHcTZtkRt2bUce35rMIEBQnQtt3vHISX/0i858TbbOOv0yp8WLpfw==
183183
dependencies:
184184
"@astrojs/cli-kit" "^0.4.1"
185-
package-manager-detector "^1.0.0"
185+
package-manager-detector "^1.1.0"
186186
semver "^7.7.1"
187187
terminal-link "^3.0.0"
188188

@@ -3516,7 +3516,7 @@ p-timeout@^6.1.2:
35163516
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.4.tgz#418e1f4dd833fa96a2e3f532547dd2abdb08dbc2"
35173517
integrity sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==
35183518

3519-
package-manager-detector@^1.0.0, package-manager-detector@^1.1.0:
3519+
package-manager-detector@^1.1.0:
35203520
version "1.2.0"
35213521
resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-1.2.0.tgz#e78d886b843c6fa4eacfb3a5739d1ef09980cd65"
35223522
integrity sha512-PutJepsOtsqVfUsxCzgTTpyXmiAgvKptIgY4th5eq5UXXFhj5PxfQ9hnGkypMeovpAvVshFRItoFHYO18TCOqA==

0 commit comments

Comments
 (0)