Skip to content

Commit a30c591

Browse files
committed
chore: update deps
1 parent e6743ef commit a30c591

File tree

3 files changed

+1038
-1035
lines changed

3 files changed

+1038
-1035
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js 20
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 20
35+
node-version: 22
3636
cache: pnpm
3737
- name: Install deps
3838
run: pnpm install

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@radix-ui/react-tabs": "^1.1.1",
13-
"@types/react": "^18.3.11",
13+
"@types/react": "^18.3.12",
1414
"react": "^18.3.1",
1515
"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"
1818
},
1919
"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"
2222
},
2323
"prettier": {
2424
"printWidth": 80,
@@ -28,5 +28,5 @@
2828
"@homer0/prettier-plugin-jsdoc"
2929
]
3030
},
31-
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
31+
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
3232
}

0 commit comments

Comments
 (0)