|
41 | 41 | "release": "bumpp --commit --tag --push && npm publish"
|
42 | 42 | },
|
43 | 43 | "peerDependencies": {
|
44 |
| - "vite": "^2.0.0 || ^3.0.0-0" |
| 44 | + "vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0" |
45 | 45 | },
|
46 | 46 | "dependencies": {
|
47 |
| - "@antfu/utils": "^0.5.2", |
48 |
| - "@mdit-vue/plugin-component": "^0.11.1", |
| 47 | + "@antfu/utils": "^0.7.2", |
| 48 | + "@mdit-vue/plugin-component": "^0.11.2", |
49 | 49 | "@mdit-vue/plugin-frontmatter": "^0.11.1",
|
50 | 50 | "@mdit-vue/types": "^0.11.0",
|
51 |
| - "@rollup/pluginutils": "^4.2.1", |
| 51 | + "@rollup/pluginutils": "^5.0.2", |
52 | 52 | "@types/markdown-it": "^12.2.3",
|
53 | 53 | "markdown-it": "^13.0.1"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "@antfu/eslint-config": "^0.26.3", |
57 |
| - "@antfu/ni": "^0.18.0", |
58 |
| - "@types/node": "^18.7.16", |
59 |
| - "@vue/test-utils": "^2.0.2", |
60 |
| - "@vueuse/head": "^0.7.10", |
| 56 | + "@antfu/eslint-config": "^0.34.0", |
| 57 | + "@antfu/ni": "^0.18.8", |
| 58 | + "@types/node": "^18.11.18", |
| 59 | + "@vue/test-utils": "^2.2.6", |
| 60 | + "@vueuse/head": "^1.0.22", |
61 | 61 | "bumpp": "^8.2.1",
|
62 |
| - "eslint": "^8.23.0", |
63 |
| - "rollup": "^2.79.0", |
64 |
| - "tsup": "^6.2.3", |
65 |
| - "typescript": "^4.8.3", |
66 |
| - "vite": "^3.1.0", |
67 |
| - "vitest": "^0.23.2", |
68 |
| - "vue": "^3.2.39" |
| 62 | + "eslint": "^8.30.0", |
| 63 | + "rollup": "^3.9.0", |
| 64 | + "tsup": "^6.5.0", |
| 65 | + "typescript": "^4.9.4", |
| 66 | + "vite": "^4.0.3", |
| 67 | + "vitest": "^0.26.2", |
| 68 | + "vue": "^3.2.45" |
69 | 69 | }
|
70 | 70 | }
|
0 commit comments