Skip to content

Commit

Permalink
chore(deps): update dependency @netlify/functions to v3 (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
  • Loading branch information
renovate[bot] and serhalp authored Dec 31, 2024
1 parent aa9559b commit 5bb8234
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion demos/demo-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/netlify/remix-compute#readme",
"dependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@netlify/remix-adapter": "workspace:*",
"@remix-run/css-bundle": "^2.9.2",
"@remix-run/node": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion demos/vite-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@remix-run/dev": "^2.9.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"isbot": "^5.0.0"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@remix-run/dev": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@types/react": "^18.0.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-router": "^7.0.1"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"react": "^18.2.0",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tests/e2e/fixtures/classic-serverless-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/netlify/remix-compute#readme",
"dependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@netlify/remix-adapter": "*",
"@remix-run/css-bundle": "^2.12.1-pre",
"@remix-run/node": "^2.12.1-pre",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/fixtures/edge-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@remix-run/dev": "^2.12.1-pre",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-router": "^7.1.0-pre"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@netlify/vite-plugin-react-router": "*",
"@react-router/dev": "^7.1.0-pre",
"@types/node": "^20",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/fixtures/serverless-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@remix-run/dev": "^2.12.1-pre",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand Down

0 comments on commit 5bb8234

Please sign in to comment.