Skip to content

Commit

Permalink
Merge pull request #2608 from OctopusDeploy/sf/update-astro-5-1-5
Browse files Browse the repository at this point in the history
Update Astro to resolve redirect bug
  • Loading branch information
steve-fenton-octopus authored Jan 10, 2025
2 parents a8a0b64 + 6920848 commit bd49ba0
Show file tree
Hide file tree
Showing 3 changed files with 1,316 additions and 977 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"watch": "onchange 'src/**/*.{js,mjs,ts,astro,css}' 'public/docs/js/**/*.js' 'public/docs/css/**/*.css' -- prettier --write --plugin=prettier-plugin-astro {{changed}}"
},
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@pnpm/exe": "^9.15.0",
"astro": "^5.0.3",
"astro-accelerator-utils": "^0.3.32",
"cspell": "^8.16.1",
"glob": "^11.0.0",
"@astrojs/mdx": "^4.0.5",
"@pnpm/exe": "^9.15.3",
"astro": "^5.1.5",
"astro-accelerator-utils": "^0.3.34",
"cspell": "^8.17.1",
"glob": "^11.0.1",
"gray-matter": "^4.0.3",
"hast-util-from-selector": "^3.0.1",
"html-to-text": "^9.0.5",
Expand All @@ -39,7 +39,7 @@
"sharp": "^0.33.5"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"csv-parse": "^5.6.0",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
Expand Down
Loading

0 comments on commit bd49ba0

Please sign in to comment.