Skip to content

Commit ca69d81

Browse files
chore(deps): update dependency @netlify/edge-functions to v3
1 parent d5457bb commit ca69d81

File tree

7 files changed

+18
-22
lines changed

7 files changed

+18
-22
lines changed

demos/edge-demo-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/netlify/remix-compute#readme",
2424
"dependencies": {
25-
"@netlify/edge-functions": "^2.12.0",
25+
"@netlify/edge-functions": "^3.0.1",
2626
"@netlify/remix-edge-adapter": "workspace:*",
2727
"@netlify/remix-runtime": "workspace:*",
2828
"@remix-run/css-bundle": "^2.9.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"vitest": "^3.0.0"
5757
},
5858
"dependencies": {
59-
"@netlify/edge-functions": "^2.12.0",
59+
"@netlify/edge-functions": "^3.0.1",
6060
"isbot": "^5.0.0"
6161
},
6262
"engines": {

packages/vite-plugin-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"isbot": "^5.0.0"
5858
},
5959
"devDependencies": {
60-
"@netlify/edge-functions": "^2.11.0",
60+
"@netlify/edge-functions": "^3.0.1",
6161
"@netlify/functions": "^3.1.10",
6262
"@types/react": "^18.0.27",
6363
"@types/react-dom": "^18.0.10",

pnpm-lock.yaml

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

tests/e2e/fixtures/classic-edge-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/netlify/remix-compute#readme",
2323
"dependencies": {
24-
"@netlify/edge-functions": "^2.12.0",
24+
"@netlify/edge-functions": "^3.0.1",
2525
"@netlify/remix-edge-adapter": "*",
2626
"@netlify/remix-runtime": "*",
2727
"@remix-run/css-bundle": "^2.16.5-pre",

tests/e2e/fixtures/hydrogen-vite-site-no-entrypoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typecheck": "tsc"
1414
},
1515
"dependencies": {
16-
"@netlify/edge-functions": "^2.12.0",
16+
"@netlify/edge-functions": "^3.0.1",
1717
"@netlify/remix-edge-adapter": "^3.4.3",
1818
"@netlify/remix-runtime": "^2.3.1",
1919
"@remix-run/react": "^2.16.5-pre",

tests/e2e/fixtures/hydrogen-vite-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typecheck": "tsc"
1414
},
1515
"dependencies": {
16-
"@netlify/edge-functions": "^2.12.0",
16+
"@netlify/edge-functions": "^3.0.1",
1717
"@netlify/remix-edge-adapter": "^3.4.3",
1818
"@netlify/remix-runtime": "^2.3.1",
1919
"@remix-run/react": "^2.16.5-pre",

0 commit comments

Comments
 (0)