Skip to content

Commit bd49ba0

Browse files
Merge pull request #2608 from OctopusDeploy/sf/update-astro-5-1-5
Update Astro to resolve redirect bug
2 parents a8a0b64 + 6920848 commit bd49ba0

File tree

3 files changed

+1316
-977
lines changed

3 files changed

+1316
-977
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"watch": "onchange 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css' -- prettier --write --plugin=prettier-plugin-astro {{changed}}"
2424
},
2525
"dependencies": {
26-
"@astrojs/mdx": "^4.0.1",
27-
"@pnpm/exe": "^9.15.0",
28-
"astro": "^5.0.3",
29-
"astro-accelerator-utils": "^0.3.32",
30-
"cspell": "^8.16.1",
31-
"glob": "^11.0.0",
26+
"@astrojs/mdx": "^4.0.5",
27+
"@pnpm/exe": "^9.15.3",
28+
"astro": "^5.1.5",
29+
"astro-accelerator-utils": "^0.3.34",
30+
"cspell": "^8.17.1",
31+
"glob": "^11.0.1",
3232
"gray-matter": "^4.0.3",
3333
"hast-util-from-selector": "^3.0.1",
3434
"html-to-text": "^9.0.5",
@@ -39,7 +39,7 @@
3939
"sharp": "^0.33.5"
4040
},
4141
"devDependencies": {
42-
"@playwright/test": "^1.49.0",
42+
"@playwright/test": "^1.49.1",
4343
"csv-parse": "^5.6.0",
4444
"npm-run-all": "^4.1.5",
4545
"onchange": "^7.1.0",

0 commit comments

Comments
 (0)