Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Nov 27, 2024
1 parent e6743ef commit a30c591
Show file tree
Hide file tree
Showing 3 changed files with 1,038 additions and 1,035 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- name: Install deps
run: pnpm install
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@radix-ui/react-tabs": "^1.1.1",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"vocs": "1.0.0-alpha.61"
"typescript": "^5.7.2",
"vocs": "1.0.0-alpha.62"
},
"devDependencies": {
"@homer0/prettier-plugin-jsdoc": "^9.0.2",
"prettier": "^3.3.3"
"@homer0/prettier-plugin-jsdoc": "^9.1.0",
"prettier": "^3.4.1"
},
"prettier": {
"printWidth": 80,
Expand All @@ -28,5 +28,5 @@
"@homer0/prettier-plugin-jsdoc"
]
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}
Loading

0 comments on commit a30c591

Please sign in to comment.