Skip to content

Commit 6ed43e5

Browse files
committed
chore: update deps
1 parent 4c194a6 commit 6ed43e5

9 files changed

Lines changed: 4328 additions & 3266 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pnpm add @flowtools/uplot uplot @vueuse/core
1414

1515
```vue
1616
<script setup lang="ts">
17-
import { ref } from 'vue'
1817
import type { AlignedData, Options } from '@flowtools/uplot'
1918
import { Uplot } from '@flowtools/uplot'
19+
import { ref } from 'vue'
2020
2121
const options = ref<Options>({
2222
series: [

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,24 @@
5454
"vue": "=>3.2.47"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^2.6.3",
58-
"@vitejs/plugin-vue": "^5.0.3",
59-
"@vitest/coverage-v8": "^1.2.1",
60-
"@vue/test-utils": "^2.4.3",
61-
"@vueuse/core": "^10.7.2",
62-
"bumpp": "^9.3.0",
63-
"eslint": "^8.56.0",
64-
"jsdom": "^24.0.0",
65-
"lint-staged": "^15.2.0",
66-
"simple-git-hooks": "^2.9.0",
67-
"typescript": "^5.3.3",
68-
"uplot": "^1.6.28",
57+
"@antfu/eslint-config": "^3.11.2",
58+
"@types/node": "^22.10.1",
59+
"@vitejs/plugin-vue": "^5.2.1",
60+
"@vitest/coverage-v8": "^2.1.6",
61+
"@vue/test-utils": "^2.4.6",
62+
"@vueuse/core": "^12.0.0",
63+
"bumpp": "^9.8.1",
64+
"eslint": "^9.15.0",
65+
"jsdom": "^25.0.1",
66+
"lint-staged": "^15.2.10",
67+
"simple-git-hooks": "^2.11.1",
68+
"typescript": "^5.7.2",
69+
"uplot": "^1.6.31",
6970
"vi-canvas-mock": "^1.0.0",
70-
"vite": "^5.0.12",
71-
"vite-plugin-dts": "^3.7.2",
72-
"vitest": "^1.2.1",
73-
"vue": "^3.4.15"
71+
"vite": "^6.0.1",
72+
"vite-plugin-dts": "^4.3.0",
73+
"vitest": "^2.1.6",
74+
"vue": "^3.5.13"
7475
},
7576
"simple-git-hooks": {
7677
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)