Skip to content

Commit

Permalink
chore: bump vue 3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 23, 2024
1 parent 18fc92e commit 9c6ad24
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 107 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@rotki/docs",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "Rotki's user guide and facing documentation",
"keywords": ["static", "documentation", "rotki"],
"license": "AGPL-3.0",
Expand All @@ -20,15 +21,15 @@
},
"dependencies": {
"@vitejs/plugin-vue": "5.0.5",
"vue": "3.4.31"
"vue": "3.4.33"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@rotki/eslint-config": "2.9.1",
"@types/node": "20.14.10",
"@vue/compiler-sfc": "3.4.31",
"@vue/runtime-dom": "3.4.31",
"@types/node": "20.14.11",
"@vue/compiler-sfc": "3.4.33",
"@vue/runtime-dom": "3.4.33",
"eslint": "9.7.0",
"papaparse": "5.4.1",
"url": "0.11.3",
Expand Down
Loading

0 comments on commit 9c6ad24

Please sign in to comment.