|
2 | 2 | "name": "vite-plugin-inspect",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.7.42",
|
5 |
| - "packageManager": "[email protected].2", |
| 5 | + "packageManager": "[email protected].5", |
6 | 6 | "description": "Inspect the intermediate state of Vite plugins",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
80 | 80 | "sirv": "^2.0.3"
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@antfu/eslint-config": "^1.1.0", |
84 |
| - "@antfu/ni": "^0.21.8", |
85 |
| - "@iconify/json": "^2.2.139", |
| 83 | + "@antfu/eslint-config": "^1.2.0", |
| 84 | + "@antfu/ni": "^0.21.9", |
| 85 | + "@iconify/json": "^2.2.143", |
86 | 86 | "@nuxt/kit": "^3.8.1",
|
87 | 87 | "@types/codemirror": "^5.60.13",
|
88 | 88 | "@types/debug": "^4.1.12",
|
89 | 89 | "@types/diff-match-patch": "^1.0.36",
|
90 | 90 | "@types/fs-extra": "^11.0.4",
|
91 |
| - "@types/node": "^20.9.0", |
92 |
| - "@unocss/eslint-config": "^0.57.2", |
93 |
| - "@unocss/eslint-plugin": "^0.57.2", |
94 |
| - "@vitejs/plugin-vue": "^4.4.1", |
| 91 | + "@types/node": "^20.9.1", |
| 92 | + "@unocss/eslint-config": "^0.57.4", |
| 93 | + "@unocss/eslint-plugin": "^0.57.4", |
| 94 | + "@vitejs/plugin-vue": "^4.5.0", |
95 | 95 | "@vue/compiler-sfc": "^3.3.8",
|
96 |
| - "@vueuse/core": "^10.5.0", |
97 |
| - "@vueuse/router": "^10.5.0", |
| 96 | + "@vueuse/core": "^10.6.1", |
| 97 | + "@vueuse/router": "^10.6.1", |
98 | 98 | "bumpp": "^9.2.0",
|
99 | 99 | "codemirror": "^5.65.8",
|
100 | 100 | "codemirror-theme-vars": "^0.1.2",
|
|
103 | 103 | "diff-match-patch": "^1.0.5",
|
104 | 104 | "echarts": "^5.4.3",
|
105 | 105 | "eslint": "^8.53.0",
|
106 |
| - "esno": "^0.17.0", |
| 106 | + "esno": "^4.0.0", |
107 | 107 | "fuse.js": "^7.0.0",
|
108 |
| - "lint-staged": "^15.0.2", |
| 108 | + "lint-staged": "^15.1.0", |
109 | 109 | "npm-run-all": "^4.1.5",
|
110 | 110 | "ohash": "^1.1.3",
|
111 | 111 | "prism-theme-vars": "^0.2.4",
|
|
114 | 114 | "splitpanes": "^3.1.5",
|
115 | 115 | "typescript": "^5.2.2",
|
116 | 116 | "unbuild": "^2.0.0",
|
117 |
| - "unocss": "^0.57.2", |
| 117 | + "unocss": "^0.57.4", |
118 | 118 | "unplugin-auto-import": "^0.16.7",
|
119 | 119 | "unplugin-vue-components": "^0.25.2",
|
120 | 120 | "vis-data": "7.1.7",
|
121 | 121 | "vis-network": "9.1.6",
|
122 |
| - "vite": "^4.5.0", |
123 |
| - "vite-dev-rpc": "^0.1.2", |
124 |
| - "vite-hot-client": "^0.2.2", |
| 122 | + "vite": "^5.0.0", |
| 123 | + "vite-dev-rpc": "^0.1.4", |
| 124 | + "vite-hot-client": "^0.2.3", |
125 | 125 | "vite-plugin-pages": "^0.31.0",
|
126 | 126 | "vue": "^3.3.8",
|
127 | 127 | "vue-echarts": "^6.6.1",
|
|
0 commit comments