Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xvaara committed Nov 29, 2024
1 parent 4c194a6 commit 6ed43e5
Show file tree
Hide file tree
Showing 9 changed files with 4,328 additions and 3,266 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ pnpm add @flowtools/uplot uplot @vueuse/core

```vue
<script setup lang="ts">
import { ref } from 'vue'
import type { AlignedData, Options } from '@flowtools/uplot'
import { Uplot } from '@flowtools/uplot'
import { ref } from 'vue'
const options = ref<Options>({
series: [
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,24 @@
"vue": "=>3.2.47"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.1",
"@vue/test-utils": "^2.4.3",
"@vueuse/core": "^10.7.2",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"uplot": "^1.6.28",
"@antfu/eslint-config": "^3.11.2",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^12.0.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
"uplot": "^1.6.31",
"vi-canvas-mock": "^1.0.0",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vitest": "^1.2.1",
"vue": "^3.4.15"
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.6",
"vue": "^3.5.13"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 6ed43e5

Please sign in to comment.