Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 4, 2024
1 parent c467a2b commit 6441c08
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 373 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rotki/docs",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"description": "Rotki's user guide and facing documentation",
"keywords": [
"static",
Expand All @@ -26,19 +26,19 @@
"prepare": "husky"
},
"dependencies": {
"@vitejs/plugin-vue": "5.1.3",
"vue": "3.4.38"
"@vitejs/plugin-vue": "5.1.4",
"vue": "3.5.11"
},
"devDependencies": {
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rotki/eslint-config": "3.0.0",
"@types/node": "20.16.2",
"@vue/compiler-sfc": "3.4.38",
"@vue/runtime-dom": "3.4.38",
"eslint": "9.9.1",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"@types/node": "20.16.10",
"@vue/compiler-sfc": "3.5.11",
"@vue/runtime-dom": "3.5.11",
"eslint": "9.11.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"papaparse": "5.4.1",
"url": "0.11.4",
"vitepress": "1.3.4",
Expand Down
Loading

0 comments on commit 6441c08

Please sign in to comment.