Skip to content

Commit 3c72221

Browse files
committed
chore: update lockfile and package.json
1 parent 1661612 commit 3c72221

File tree

3 files changed

+362
-453
lines changed

3 files changed

+362
-453
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: corepack enable
2626
- uses: actions/setup-node@v5
2727
with:
28-
node-version: 22
28+
node-version: 24
2929
cache: 'yarn'
3030

3131
- name: "Install dependencies"
@@ -46,7 +46,7 @@ jobs:
4646
run: corepack enable
4747
- uses: actions/setup-node@v5
4848
with:
49-
node-version: 22
49+
node-version: 24
5050
cache: 'yarn'
5151

5252
- name: "Install dependencies"
@@ -67,7 +67,7 @@ jobs:
6767
run: corepack enable
6868
- uses: actions/setup-node@v5
6969
with:
70-
node-version: 22
70+
node-version: 24
7171
cache: 'yarn'
7272

7373
- name: "Install dependencies"
@@ -125,7 +125,7 @@ jobs:
125125
run: corepack enable
126126
- uses: actions/setup-node@v5
127127
with:
128-
node-version: 22
128+
node-version: 24
129129
cache: 'yarn'
130130

131131
- name: Install dependencies

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
},
4141
"packageManager": "[email protected]",
4242
"devDependencies": {
43-
"@types/react": "^19.1.16",
44-
"@types/react-dom": "^19.1.7",
43+
"@types/react": "^19.2.2",
44+
"@types/react-dom": "^19.2.1",
4545
"@ver0/eslint-config": "^1.3.6",
4646
"@ver0/eslint-formatter-gha": "^1.0.1",
4747
"@vitest/coverage-v8": "^3.2.4",
4848
"eslint": "^9.37.0",
4949
"jsdom": "^27.0.0",
50-
"react": "^19.1.1",
51-
"react-dom": "^19.1.1",
50+
"react": "^19.2.0",
51+
"react-dom": "^19.2.0",
5252
"rimraf": "^6.0.1",
5353
"semantic-release": "^24.2.9",
5454
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)