Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Aug 30, 2024
1 parent 867fcc3 commit 8e9c137
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 703 deletions.
28 changes: 14 additions & 14 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.6.0",
"packageManager": "pnpm@9.9.0",
"description": "Rotki's user guide and facing documentation",
"keywords": [
"static",
Expand All @@ -26,22 +26,22 @@
"prepare": "husky"
},
"dependencies": {
"@vitejs/plugin-vue": "5.0.5",
"vue": "3.4.33"
"@vitejs/plugin-vue": "5.1.3",
"vue": "3.4.38"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@rotki/eslint-config": "2.9.1",
"@types/node": "20.14.11",
"@vue/compiler-sfc": "3.4.33",
"@vue/runtime-dom": "3.4.33",
"eslint": "9.7.0",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@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",
"papaparse": "5.4.1",
"url": "0.11.3",
"vitepress": "1.3.1",
"url": "0.11.4",
"vitepress": "1.3.4",
"vitepress-plugin-tabs": "0.5.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 8e9c137

Please sign in to comment.