|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.3.1",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "pnpm@9.8.0", |
| 5 | + "packageManager": "pnpm@9.9.0", |
6 | 6 | "type": "module",
|
7 | 7 | "main": "dist/ssr-stub.js",
|
8 | 8 | "module": "dist/vue-repl.js",
|
|
79 | 79 | "@types/babel__standalone": "^7.1.7",
|
80 | 80 | "@types/codemirror": "^5.60.15",
|
81 | 81 | "@types/hash-sum": "^1.0.2",
|
82 |
| - "@types/node": "^22.5.0", |
| 82 | + "@types/node": "^22.5.1", |
83 | 83 | "@vitejs/plugin-vue": "^5.1.2",
|
84 |
| - "@volar/jsdelivr": "2.4.0-alpha.12", |
85 |
| - "@volar/monaco": "2.4.0-alpha.12", |
| 84 | + "@volar/jsdelivr": "2.4.1", |
| 85 | + "@volar/monaco": "2.4.1", |
86 | 86 | "@vue/babel-plugin-jsx": "^1.2.2",
|
87 |
| - "@vue/language-service": "~2.0.29", |
| 87 | + "@vue/language-service": "~2.1.2", |
88 | 88 | "assert": "^2.1.0",
|
89 | 89 | "bumpp": "^9.5.2",
|
90 | 90 | "codemirror": "^5.65.17",
|
|
100 | 100 | "simple-git-hooks": "^2.11.1",
|
101 | 101 | "sucrase": "^3.35.0",
|
102 | 102 | "typescript": "^5.5.4",
|
103 |
| - "typescript-eslint": "^8.2.0", |
| 103 | + "typescript-eslint": "^8.3.0", |
104 | 104 | "vite": "^5.4.2",
|
105 | 105 | "vite-plugin-dts": "^4.0.3",
|
106 | 106 | "vscode-uri": "^3.0.8",
|
107 | 107 | "vue": "^3.4.38",
|
108 |
| - "vue-tsc": "~2.0.29" |
| 108 | + "vue-tsc": "~2.1.2" |
109 | 109 | }
|
110 | 110 | }
|
0 commit comments