Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore: updates example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 19, 2024
1 parent fdb9f99 commit 8f98567
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 397 deletions.
16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
},
"dependencies": {
"@rotki/ui-library-compat": "workspace:*",
"pinia": "2.2.1",
"tailwindcss": "3.4.10",
"pinia": "2.2.2",
"tailwindcss": "3.4.12",
"vue": "2.7.16",
"vue-router": "3.6.5"
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/node": "20.14.15",
"@types/node": "20.16.5",
"@vitejs/plugin-vue2": "2.3.1",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.20",
"cypress": "13.13.3",
"postcss": "8.4.41",
"start-server-and-test": "2.0.5",
"typescript": "5.5.4",
"vite": "5.4.0",
"cypress": "13.14.2",
"postcss": "8.4.47",
"start-server-and-test": "2.0.8",
"typescript": "5.6.2",
"vite": "5.4.6",
"vue-tsc": "2.0.29"
}
}
Loading

0 comments on commit 8f98567

Please sign in to comment.