|
2 | 2 | "name": "vite-plugin-inspect",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.8.1",
|
5 |
| - "packageManager": "pnpm@8.11.0", |
| 5 | + "packageManager": "pnpm@8.14.3", |
6 | 6 | "description": "Inspect the intermediate state of Vite plugins",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
80 | 80 | }
|
81 | 81 | },
|
82 | 82 | "dependencies": {
|
83 |
| - "@antfu/utils": "^0.7.6", |
84 |
| - "@rollup/pluginutils": "^5.0.5", |
| 83 | + "@antfu/utils": "^0.7.7", |
| 84 | + "@rollup/pluginutils": "^5.1.0", |
85 | 85 | "debug": "^4.3.4",
|
86 | 86 | "error-stack-parser-es": "^0.1.1",
|
87 |
| - "fs-extra": "^11.1.1", |
| 87 | + "fs-extra": "^11.2.0", |
88 | 88 | "lodash-es": "^4.17.21",
|
89 |
| - "open": "^9.1.0", |
| 89 | + "open": "^10.0.3", |
90 | 90 | "picocolors": "^1.0.0",
|
91 |
| - "sirv": "^2.0.3" |
| 91 | + "sirv": "^2.0.4" |
92 | 92 | },
|
93 | 93 | "devDependencies": {
|
94 |
| - "@antfu/eslint-config": "^2.1.1", |
95 |
| - "@antfu/ni": "^0.21.11", |
96 |
| - "@iconify/json": "^2.2.147", |
97 |
| - "@nuxt/kit": "^3.8.2", |
| 94 | + "@antfu/eslint-config": "^2.6.3", |
| 95 | + "@antfu/ni": "^0.21.12", |
| 96 | + "@iconify/json": "^2.2.172", |
| 97 | + "@nuxt/kit": "^3.9.3", |
98 | 98 | "@types/codemirror": "^5.60.15",
|
99 | 99 | "@types/debug": "^4.1.12",
|
100 | 100 | "@types/diff-match-patch": "^1.0.36",
|
101 | 101 | "@types/fs-extra": "^11.0.4",
|
102 | 102 | "@types/lodash-es": "^4.17.12",
|
103 |
| - "@types/node": "^20.10.0", |
104 |
| - "@unocss/eslint-config": "^0.57.7", |
105 |
| - "@unocss/eslint-plugin": "^0.57.7", |
106 |
| - "@vitejs/plugin-vue": "^4.5.0", |
107 |
| - "@vue/compiler-sfc": "^3.3.9", |
108 |
| - "@vueuse/core": "^10.6.1", |
109 |
| - "@vueuse/router": "^10.6.1", |
110 |
| - "bumpp": "^9.2.0", |
| 103 | + "@types/node": "^20.11.5", |
| 104 | + "@unocss/eslint-config": "^0.58.3", |
| 105 | + "@unocss/eslint-plugin": "^0.58.3", |
| 106 | + "@vitejs/plugin-vue": "^5.0.3", |
| 107 | + "@vue/compiler-sfc": "^3.4.15", |
| 108 | + "@vueuse/core": "^10.7.2", |
| 109 | + "@vueuse/router": "^10.7.2", |
| 110 | + "bumpp": "^9.3.0", |
111 | 111 | "codemirror": "^5.65.16",
|
112 | 112 | "codemirror-theme-vars": "^0.1.2",
|
113 | 113 | "comlink": "^4.4.1",
|
114 | 114 | "cross-env": "^7.0.3",
|
115 | 115 | "diff-match-patch": "^1.0.5",
|
116 | 116 | "echarts": "^5.4.3",
|
117 |
| - "eslint": "^8.54.0", |
| 117 | + "eslint": "^8.56.0", |
118 | 118 | "esno": "^4.0.0",
|
119 | 119 | "fuse.js": "^7.0.0",
|
120 |
| - "lint-staged": "^15.1.0", |
| 120 | + "lint-staged": "^15.2.0", |
121 | 121 | "npm-run-all": "^4.1.5",
|
122 | 122 | "ohash": "^1.1.3",
|
123 | 123 | "prism-theme-vars": "^0.2.4",
|
124 | 124 | "rimraf": "^5.0.5",
|
125 | 125 | "simple-git-hooks": "^2.9.0",
|
126 | 126 | "splitpanes": "^3.1.5",
|
127 |
| - "typescript": "^5.3.2", |
| 127 | + "typescript": "^5.3.3", |
128 | 128 | "unbuild": "^2.0.0",
|
129 |
| - "unocss": "^0.57.7", |
130 |
| - "unplugin-auto-import": "^0.17.1", |
131 |
| - "unplugin-vue-components": "^0.25.2", |
| 129 | + "unocss": "^0.58.3", |
| 130 | + "unplugin-auto-import": "^0.17.3", |
| 131 | + "unplugin-vue-components": "^0.26.0", |
132 | 132 | "vis-data": "7.1.7",
|
133 | 133 | "vis-network": "9.1.6",
|
134 |
| - "vite": "^5.0.2", |
| 134 | + "vite": "^5.0.12", |
135 | 135 | "vite-dev-rpc": "^0.1.4",
|
136 | 136 | "vite-hot-client": "^0.2.3",
|
137 | 137 | "vite-plugin-pages": "^0.32.0",
|
138 |
| - "vue": "^3.3.9", |
139 |
| - "vue-echarts": "^6.6.1", |
| 138 | + "vue": "^3.4.15", |
| 139 | + "vue-echarts": "^6.6.8", |
140 | 140 | "vue-router": "^4.2.5",
|
141 |
| - "vue-tsc": "^1.8.22" |
| 141 | + "vue-tsc": "^1.8.27" |
142 | 142 | },
|
143 | 143 | "simple-git-hooks": {
|
144 | 144 | "pre-commit": "npx lint-staged"
|
|
0 commit comments