Skip to content

Commit ef93655

Browse files
authored
Merge branch 'master' into handle-websocket-errors
2 parents a558f89 + e94087e commit ef93655

File tree

3 files changed

+49
-52
lines changed

3 files changed

+49
-52
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ jobs:
194194
- uses: actions/checkout@v4
195195
- uses: streetsidesoftware/cspell-action@v6
196196
with:
197-
# Github token used to fetch the list of changed files in the commit.
198-
# Default: ${{ github.token }}
199-
github_token: ${{ github.token }}
200-
201197
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
202198
# The default is to check ALL files that were changed in in the pull_request or push.
203199
# Note: `ignorePaths` defined in cspell.json still apply.

examples/next-app/package-lock.json

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

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.14"
14+
"next": "14.2.25"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",

0 commit comments

Comments
 (0)