File tree 3 files changed +1038
-1035
lines changed
3 files changed +1038
-1035
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup Node.js 20
33
33
uses : actions/setup-node@v4
34
34
with :
35
- node-version : 20
35
+ node-version : 22
36
36
cache : pnpm
37
37
- name : Install deps
38
38
run : pnpm install
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@radix-ui/react-tabs" : " ^1.1.1" ,
13
- "@types/react" : " ^18.3.11 " ,
13
+ "@types/react" : " ^18.3.12 " ,
14
14
"react" : " ^18.3.1" ,
15
15
"react-dom" : " ^18.3.1" ,
16
- "typescript" : " ^5.6.3 " ,
17
- "vocs" : " 1.0.0-alpha.61 "
16
+ "typescript" : " ^5.7.2 " ,
17
+ "vocs" : " 1.0.0-alpha.62 "
18
18
},
19
19
"devDependencies" : {
20
- "@homer0/prettier-plugin-jsdoc" : " ^9.0.2 " ,
21
- "prettier" : " ^3.3.3 "
20
+ "@homer0/prettier-plugin-jsdoc" : " ^9.1.0 " ,
21
+ "prettier" : " ^3.4.1 "
22
22
},
23
23
"prettier" : {
24
24
"printWidth" : 80 ,
28
28
" @homer0/prettier-plugin-jsdoc"
29
29
]
30
30
},
31
- "packageManager" : " pnpm@9.12.1 +sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4 "
31
+ "packageManager" : " pnpm@9.14.2 +sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387 "
32
32
}
You can’t perform that action at this time.
0 commit comments