|
1 | 1 | { |
2 | 2 | "name": "vite-plugin-vue-devtools", |
3 | 3 | "version": "0.4.10", |
4 | | - "packageManager": "pnpm@8.4.0", |
| 4 | + "packageManager": "pnpm@8.6.5", |
5 | 5 | "description": "A vite plugin for Vue Devtools", |
6 | 6 | "author": "webfansplz", |
7 | 7 | "license": "MIT", |
|
50 | 50 | "stub": "unbuild --stub", |
51 | 51 | "lint": "eslint .", |
52 | 52 | "prepublishOnly": "npm run build", |
53 | | - "release": "bumpp && npm publish" |
| 53 | + "release": "bumpp && npm publish", |
| 54 | + "dep:up": "taze -I major" |
54 | 55 | }, |
55 | 56 | "peerDependencies": { |
56 | 57 | "vite": "^3.0.0-0 || ^4.0.0-0" |
57 | 58 | }, |
58 | 59 | "dependencies": { |
59 | | - "@vueuse/core": "^10.1.2", |
60 | | - "@vueuse/integrations": "^10.2.0", |
| 60 | + "@vueuse/core": "^10.2.1", |
| 61 | + "@vueuse/integrations": "^10.2.1", |
61 | 62 | "@webfansplz/vuedoc-parser": "^0.0.3", |
62 | | - "algoliasearch": "^4.17.1", |
| 63 | + "algoliasearch": "^4.18.0", |
63 | 64 | "birpc": "^0.2.12", |
64 | 65 | "execa": "^7.1.1", |
65 | 66 | "json-editor-vue": "^0.10.6", |
66 | 67 | "nanoid": "^4.0.2", |
67 | 68 | "sirv": "^2.0.3", |
68 | 69 | "splitpanes": "^3.1.5", |
69 | | - "vanilla-jsoneditor": "^0.17.5", |
| 70 | + "vanilla-jsoneditor": "^0.17.8", |
70 | 71 | "vite-hot-client": "^0.2.1", |
71 | | - "vite-plugin-inspect": "^0.7.28", |
| 72 | + "vite-plugin-inspect": "^0.7.31", |
72 | 73 | "vite-plugin-vue-inspector": "^3.4.2", |
73 | 74 | "vue-router": "^4.2.2", |
74 | 75 | "vuedraggable": "^4.1.0", |
75 | | - "xterm": "^5.1.0", |
| 76 | + "xterm": "^5.2.1", |
76 | 77 | "xterm-addon-fit": "^0.7.0" |
77 | 78 | }, |
78 | 79 | "devDependencies": { |
79 | | - "@algolia/client-search": "^4.17.1", |
80 | | - "@antfu/eslint-config": "^0.38.5", |
81 | | - "@antfu/ni": "^0.21.3", |
82 | | - "@iconify/json": "^2.2.71", |
83 | | - "@nuxt/devtools-ui-kit": "^0.5.5", |
84 | | - "@types/codemirror": "^5.60.7", |
85 | | - "@types/node": "^20.2.5", |
| 80 | + "@algolia/client-search": "^4.18.0", |
| 81 | + "@antfu/eslint-config": "^0.39.6", |
| 82 | + "@antfu/ni": "^0.21.4", |
| 83 | + "@iconify/json": "^2.2.84", |
| 84 | + "@nuxt/devtools-ui-kit": "^0.6.4", |
| 85 | + "@types/codemirror": "^5.60.8", |
| 86 | + "@types/node": "^20.3.2", |
86 | 87 | "@types/splitpanes": "^2.2.1", |
87 | | - "@unocss/eslint-config": "^0.52.5", |
88 | | - "@unocss/reset": "^0.52.5", |
| 88 | + "@unocss/eslint-config": "^0.53.4", |
| 89 | + "@unocss/reset": "^0.53.4", |
89 | 90 | "@vitejs/plugin-vue": "^4.2.3", |
90 | | - "bumpp": "^9.1.0", |
| 91 | + "bumpp": "^9.1.1", |
91 | 92 | "codemirror": "^6.0.1", |
92 | 93 | "codemirror-theme-vars": "^0.1.2", |
93 | | - "dayjs": "^1.11.7", |
94 | | - "eslint": "8.38.0", |
| 94 | + "dayjs": "^1.11.8", |
| 95 | + "eslint": "8.43.0", |
95 | 96 | "fast-glob": "^3.2.12", |
96 | | - "floating-vue": "2.0.0-beta.20", |
| 97 | + "floating-vue": "2.0.0-beta.24", |
97 | 98 | "fuse.js": "^6.6.2", |
98 | 99 | "image-meta": "^0.1.1", |
99 | | - "lint-staged": "^13.2.2", |
| 100 | + "lint-staged": "^13.2.3", |
100 | 101 | "npm-run-all": "^4.1.5", |
101 | 102 | "ohash": "^1.1.2", |
102 | | - "pathe": "^1.1.0", |
103 | | - "pinia": "^2.1.3", |
104 | | - "pnpm": "^8.6.0", |
| 103 | + "pathe": "^1.1.1", |
| 104 | + "pinia": "^2.1.4", |
| 105 | + "pnpm": "^8.6.5", |
105 | 106 | "rimraf": "^5.0.1", |
106 | 107 | "simple-git-hooks": "^2.8.1", |
107 | | - "typescript": "^5.0.4", |
| 108 | + "taze": "^0.11.0", |
| 109 | + "typescript": "^5.1.6", |
108 | 110 | "unbuild": "^1.2.1", |
109 | | - "unocss": "^0.52.5", |
| 111 | + "unocss": "^0.53.4", |
110 | 112 | "unplugin-auto-import": "^0.16.4", |
111 | | - "unplugin-vue-components": "^0.25.0", |
| 113 | + "unplugin-vue-components": "^0.25.1", |
112 | 114 | "vis-data": "^7.1.6", |
113 | 115 | "vis-network": "^9.1.6", |
114 | 116 | "vite": "^4.3.9", |
115 | 117 | "vite-dev-rpc": "^0.1.2", |
116 | | - "vite-plugin-pages": "^0.30.1", |
| 118 | + "vite-plugin-pages": "^0.31.0", |
117 | 119 | "vue": "^3.3.4", |
118 | 120 | "vue-virtual-scroller": "2.0.0-beta.8" |
119 | 121 | }, |
|
0 commit comments