Skip to content

Commit 5a2e28d

Browse files
Bump @astrojs/node from 9.1.3 to 9.4.1 in /client (#141)
* Bump @astrojs/node from 9.1.3 to 9.4.1 in /client Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.1.3 to 9.4.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@9.4.1/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 9.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Enable experimental.session flag for @astrojs/node 9.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Harrison <geektrainer@github.com>
1 parent 53a3f0f commit 5a2e28d

File tree

3 files changed

+44
-38
lines changed

3 files changed

+44
-38
lines changed

client/astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export default defineConfig({
1414
vite: {
1515
plugins: [tailwindcss(), svelte()]
1616
},
17-
17+
experimental: {
18+
session: true,
19+
},
1820
adapter: node({
1921
mode: 'standalone'
2022
}),

client/package-lock.json

Lines changed: 40 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:e2e:chromium": "playwright test --project=chromium"
1515
},
1616
"dependencies": {
17-
"@astrojs/node": "^9.1.3",
17+
"@astrojs/node": "^9.4.1",
1818
"@astrojs/svelte": "^7.0.6",
1919
"@tailwindcss/vite": "^4.1.12",
2020
"astro": "^5.15.1",

0 commit comments

Comments
 (0)