Skip to content

Commit

Permalink
fix(deps): update dependency @astrojs/node to v9 (#784)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 1ab436d commit ca73dbe
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 72 deletions.
2 changes: 1 addition & 1 deletion apps/example-purgecss-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"astro": "^5.0.0"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"astro-purgecss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/example-useragent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"astro": "^5.0.0"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"astro-useragent": "workspace:*"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/node": "^22.9.1",
"astro": "^5.0.0",
"@changesets/cli": "^2.27.10",
"@types/node": "^22.10.1",
"astro": "^5.0.1",
"commander": "^12.1.0",
"esbuild": "^0.24.0",
"esbuild-plugin-clean": "^1.0.1",
"kleur": "^4.1.5",
"ora": "^8.1.1",
"pkg-pr-new": "^0.0.35",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"tiny-glob": "^0.2.9",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
}
}
115 changes: 52 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca73dbe

Please sign in to comment.