Skip to content

Commit 10ef851

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/types/react-dom-19.2.2
2 parents 29a468b + 5d4842d commit 10ef851

File tree

4 files changed

+64
-65
lines changed

4 files changed

+64
-65
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
exit 1
5252
fi
5353
- name: Setup Node
54-
uses: actions/setup-node@v5
54+
uses: actions/setup-node@v6
5555
with:
5656
node-version: "22"
5757
cache: ${{ steps.detect-package-manager.outputs.manager }}

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: actions/setup-node@v5
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
cache: "npm"

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@tailwindcss/postcss": "^4.1.13",
17-
"next": "^15.5.3",
17+
"next": "^15.5.6",
1818
"postcss": "^8.5.6",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
@@ -29,7 +29,7 @@
2929
"@testing-library/jest-dom": "^6.8.0",
3030
"@testing-library/react": "^16.3.0",
3131
"@types/jest": "^30.0.0",
32-
"eslint": "^9.36.0",
32+
"eslint": "^9.38.0",
3333
"eslint-config-next": "^15.5.3",
3434
"jest": "^30.1.3",
3535
"jest-environment-jsdom": "^30.2.0",

0 commit comments

Comments
 (0)