File tree Expand file tree Collapse file tree 3 files changed +362
-453
lines changed Expand file tree Collapse file tree 3 files changed +362
-453
lines changed Original file line number Diff line number Diff line change 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"
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"
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments