Skip to content

Commit d34bf54

Browse files
authored
Merge branch 'main' into tn/data-redirect
2 parents c11b39c + fec86a7 commit d34bf54

File tree

7 files changed

+78
-75
lines changed

7 files changed

+78
-75
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Before opening a pull request, ensure you've read our contributing guildines, https://github.com/netlify/next-runtime/blob/main/CONTRIBUTING.md. -->
1+
<!-- Before opening a pull request, ensure you've read our contributing guidelines, https://github.com/netlify/next-runtime/blob/main/CONTRIBUTING.md. -->
22

33
### Summary
44

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
app_id: ${{ secrets.TOKENS_APP_ID }}
1515
private_key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1616
- name: Add issue to Project
17-
uses: actions/add-to-project@v0.3.0
17+
uses: actions/add-to-project@v0.4.0
1818
with:
1919
project-url: https://github.com/orgs/netlify/projects/199
2020
github-token: ${{ steps.generate_token.outputs.token }}

demos/canary/package-lock.json

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

demos/canary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "latest",
1515
"react-dom": "latest",
1616
"sass": "latest",
17-
"swr": "2.0.1"
17+
"swr": "2.0.4"
1818
},
1919
"devDependencies": {
2020
"@netlify/plugin-nextjs": "file:plugin-wrapper",

demos/nx-next-monorepo-demo/package-lock.json

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

demos/nx-next-monorepo-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
3232
"@types/node": "16.11.7",
33-
"@types/react": "18.0.27",
34-
"@types/react-dom": "18.0.6",
33+
"@types/react": "18.0.28",
34+
"@types/react-dom": "18.0.11",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",
3636
"@typescript-eslint/parser": "^5.36.1",
3737
"babel-jest": "28.1.3",

package-lock.json

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

0 commit comments

Comments
 (0)