|
2 | 2 | "name": "vite-plugin-inspect",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.7.42",
|
5 |
| - "packageManager": "pnpm@8.10.5", |
| 5 | + "packageManager": "pnpm@8.11.0", |
6 | 6 | "description": "Inspect the intermediate state of Vite plugins",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
90 | 90 | "sirv": "^2.0.3"
|
91 | 91 | },
|
92 | 92 | "devDependencies": {
|
93 |
| - "@antfu/eslint-config": "^1.2.0", |
94 |
| - "@antfu/ni": "^0.21.9", |
95 |
| - "@iconify/json": "^2.2.143", |
96 |
| - "@nuxt/kit": "^3.8.1", |
97 |
| - "@types/codemirror": "^5.60.13", |
| 93 | + "@antfu/eslint-config": "^2.1.1", |
| 94 | + "@antfu/ni": "^0.21.11", |
| 95 | + "@iconify/json": "^2.2.147", |
| 96 | + "@nuxt/kit": "^3.8.2", |
| 97 | + "@types/codemirror": "^5.60.15", |
98 | 98 | "@types/debug": "^4.1.12",
|
99 | 99 | "@types/diff-match-patch": "^1.0.36",
|
100 | 100 | "@types/fs-extra": "^11.0.4",
|
101 |
| - "@types/node": "^20.9.1", |
102 |
| - "@unocss/eslint-config": "^0.57.4", |
103 |
| - "@unocss/eslint-plugin": "^0.57.4", |
| 101 | + "@types/node": "^20.10.0", |
| 102 | + "@unocss/eslint-config": "^0.57.7", |
| 103 | + "@unocss/eslint-plugin": "^0.57.7", |
104 | 104 | "@vitejs/plugin-vue": "^4.5.0",
|
105 |
| - "@vue/compiler-sfc": "^3.3.8", |
| 105 | + "@vue/compiler-sfc": "^3.3.9", |
106 | 106 | "@vueuse/core": "^10.6.1",
|
107 | 107 | "@vueuse/router": "^10.6.1",
|
108 | 108 | "bumpp": "^9.2.0",
|
109 |
| - "codemirror": "^5.65.8", |
| 109 | + "codemirror": "^5.65.16", |
110 | 110 | "codemirror-theme-vars": "^0.1.2",
|
111 | 111 | "comlink": "^4.4.1",
|
112 | 112 | "cross-env": "^7.0.3",
|
113 | 113 | "diff-match-patch": "^1.0.5",
|
114 | 114 | "echarts": "^5.4.3",
|
115 |
| - "eslint": "^8.53.0", |
| 115 | + "eslint": "^8.54.0", |
116 | 116 | "esno": "^4.0.0",
|
117 | 117 | "fuse.js": "^7.0.0",
|
118 | 118 | "lint-staged": "^15.1.0",
|
|
122 | 122 | "rimraf": "^5.0.5",
|
123 | 123 | "simple-git-hooks": "^2.9.0",
|
124 | 124 | "splitpanes": "^3.1.5",
|
125 |
| - "typescript": "^5.2.2", |
| 125 | + "typescript": "^5.3.2", |
126 | 126 | "unbuild": "^2.0.0",
|
127 |
| - "unocss": "^0.57.4", |
128 |
| - "unplugin-auto-import": "^0.16.7", |
| 127 | + "unocss": "^0.57.7", |
| 128 | + "unplugin-auto-import": "^0.17.1", |
129 | 129 | "unplugin-vue-components": "^0.25.2",
|
130 | 130 | "vis-data": "7.1.7",
|
131 | 131 | "vis-network": "9.1.6",
|
132 |
| - "vite": "^5.0.0", |
| 132 | + "vite": "^5.0.2", |
133 | 133 | "vite-dev-rpc": "^0.1.4",
|
134 | 134 | "vite-hot-client": "^0.2.3",
|
135 |
| - "vite-plugin-pages": "^0.31.0", |
136 |
| - "vue": "^3.3.8", |
| 135 | + "vite-plugin-pages": "^0.32.0", |
| 136 | + "vue": "^3.3.9", |
137 | 137 | "vue-echarts": "^6.6.1",
|
138 | 138 | "vue-router": "^4.2.5",
|
139 | 139 | "vue-tsc": "^1.8.22"
|
|
0 commit comments