Skip to content

Commit 11ebf3b

Browse files
chore: move node and vercel to adapters repo (#11866)
1 parent 8e5257a commit 11ebf3b

249 files changed

Lines changed: 67 additions & 10101 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@astrojs/mdx": "workspace:*",
11-
"@astrojs/node": "workspace:*",
11+
"@astrojs/node": "^8.3.3",
1212
"@benchmark/timer": "workspace:*",
1313
"astro": "workspace:*",
1414
"autocannon": "^7.15.0",

packages/astro/e2e/fixtures/actions-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.3",
1414
"@astrojs/db": "workspace:*",
15-
"@astrojs/node": "workspace:*",
15+
"@astrojs/node": "^8.3.3",
1616
"@astrojs/react": "workspace:*",
1717
"@types/react": "^18.3.4",
1818
"@types/react-dom": "^18.3.0",

packages/astro/e2e/fixtures/actions-react-19/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.3",
1414
"@astrojs/db": "workspace:*",
15-
"@astrojs/node": "workspace:*",
15+
"@astrojs/node": "^8.3.3",
1616
"@astrojs/react": "workspace:*",
1717
"@types/react": "npm:types-react",
1818
"@types/react-dom": "npm:types-react-dom",

packages/astro/e2e/fixtures/server-islands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@astrojs/react": "workspace:*",
1010
"astro": "workspace:*",
1111
"@astrojs/mdx": "workspace:*",
12-
"@astrojs/node": "workspace:*",
12+
"@astrojs/node": "^8.3.3",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
}

packages/astro/e2e/fixtures/view-transitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@astrojs/node": "workspace:*",
6+
"@astrojs/node": "^8.3.3",
77
"@astrojs/react": "workspace:*",
88
"@astrojs/svelte": "workspace:*",
99
"@astrojs/vue": "workspace:*",

packages/astro/test/fixtures/client-address-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@astrojs/node": "workspace:*",
6+
"@astrojs/node": "^8.3.3",
77
"astro": "workspace:*"
88
}
99
}

packages/astro/test/fixtures/custom-assets-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"astro": "workspace:*",
7-
"@astrojs/node": "workspace:*"
7+
"@astrojs/node": "^8.3.3"
88
}
99
}

packages/astro/test/fixtures/ssr-api-route/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@astrojs/node": "workspace:*",
6+
"@astrojs/node": "^8.3.3",
77
"astro": "workspace:*"
88
}
99
}

packages/astro/test/fixtures/static-build-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@astrojs/node": "workspace:*",
6+
"@astrojs/node": "^8.3.3",
77
"@test/static-build-pkg": "workspace:*",
88
"astro": "workspace:*"
99
}

packages/db/test/fixtures/ticketing-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.3",
1414
"@astrojs/db": "workspace:*",
15-
"@astrojs/node": "workspace:*",
15+
"@astrojs/node": "^8.3.3",
1616
"@astrojs/react": "^3.6.2",
1717
"@types/react": "^18.3.4",
1818
"@types/react-dom": "^18.3.0",

0 commit comments

Comments
 (0)