|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.1.1",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].3", |
6 | 6 | "type": "module",
|
7 | 7 | "main": "dist/ssr-stub.js",
|
8 | 8 | "module": "dist/vue-repl.js",
|
|
75 | 75 | "@rollup/plugin-replace": "^5.0.5",
|
76 | 76 | "@types/codemirror": "^5.60.15",
|
77 | 77 | "@types/hash-sum": "^1.0.2",
|
78 |
| - "@types/node": "^20.11.17", |
79 |
| - "@typescript-eslint/eslint-plugin": "^7.0.1", |
| 78 | + "@types/node": "^20.11.19", |
| 79 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
80 | 80 | "@vitejs/plugin-vue": "^5.0.4",
|
81 | 81 | "@volar/cdn": "~1.11.1",
|
82 | 82 | "@volar/monaco": "~1.11.1",
|
|
92 | 92 | "lint-staged": "^15.2.2",
|
93 | 93 | "monaco-editor-core": "^0.46.0",
|
94 | 94 | "prettier": "^3.2.5",
|
95 |
| - "shiki": "^1.1.1", |
96 |
| - "@shikijs/monaco": "^1.1.1", |
| 95 | + "shiki": "^1.1.6", |
| 96 | + "@shikijs/monaco": "^1.1.6", |
97 | 97 | "simple-git-hooks": "^2.9.0",
|
98 | 98 | "sucrase": "^3.35.0",
|
99 | 99 | "typescript": "^5.3.3",
|
100 |
| - "vite": "^5.1.1", |
101 |
| - "vite-plugin-dts": "^3.7.2", |
102 |
| - "vue": "^3.4.18", |
| 100 | + "vite": "^5.1.3", |
| 101 | + "vite-plugin-dts": "^3.7.3", |
| 102 | + "vue": "^3.4.19", |
103 | 103 | "vue-tsc": "1.9.0-alpha.3"
|
104 | 104 | }
|
105 | 105 | }
|
0 commit comments