|
1 | 1 | { |
2 | 2 | "name": "@flowtools/uplot", |
3 | 3 | "type": "module", |
4 | | - "version": "0.0.12", |
5 | | - "packageManager": "pnpm@8.14.0", |
| 4 | + "version": "0.0.13", |
| 5 | + "packageManager": "pnpm@10.13.1", |
6 | 6 | "description": "Modern vue component for uplot", |
7 | 7 | "author": "Jukka Raimovaara <roska@mentalhouse.fi> (Mentalhouse Oy)", |
8 | 8 | "license": "MIT", |
|
49 | 49 | "postinstall": "npx simple-git-hooks" |
50 | 50 | }, |
51 | 51 | "peerDependencies": { |
52 | | - "@vueuse/core": "^9.13.0", |
53 | | - "uplot": "^1.6.24", |
54 | | - "vue": "=>3.2.47" |
| 52 | + "@vueuse/core": "^13.6.0", |
| 53 | + "uplot": "^1.6.32", |
| 54 | + "vue": "^3.5.18" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
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", |
| 57 | + "@antfu/eslint-config": "^5.0.0", |
| 58 | + "@types/node": "^24.1.0", |
| 59 | + "@vitejs/plugin-vue": "^6.0.1", |
| 60 | + "@vitest/coverage-v8": "^3.2.4", |
61 | 61 | "@vue/test-utils": "^2.4.6", |
62 | | - "@vueuse/core": "^12.0.0", |
63 | | - "bumpp": "^9.8.1", |
| 62 | + "@vueuse/core": "^13.6.0", |
| 63 | + "bumpp": "^10.2.1", |
64 | 64 | "eslint": "^9.15.0", |
65 | | - "jsdom": "^25.0.1", |
66 | | - "lint-staged": "^15.2.10", |
| 65 | + "jsdom": "^26.1.0", |
| 66 | + "lint-staged": "^16.1.2", |
67 | 67 | "simple-git-hooks": "^2.11.1", |
68 | 68 | "typescript": "^5.7.2", |
69 | 69 | "uplot": "^1.6.31", |
70 | 70 | "vi-canvas-mock": "^1.0.0", |
71 | | - "vite": "^6.0.1", |
| 71 | + "vite": "^7.0.6", |
72 | 72 | "vite-plugin-dts": "^4.3.0", |
73 | | - "vitest": "^2.1.6", |
| 73 | + "vitest": "^3.2.4", |
74 | 74 | "vue": "^3.5.13" |
75 | 75 | }, |
76 | 76 | "simple-git-hooks": { |
|
0 commit comments