|
2 | 2 | "name": "@vue/repl", |
3 | 3 | "version": "4.7.2", |
4 | 4 | "description": "Vue component for editing Vue components", |
5 | | - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.33.1", |
6 | 6 | "type": "module", |
7 | 7 | "main": "dist/ssr-stub.js", |
8 | 8 | "module": "dist/vue-repl.js", |
|
76 | 76 | }, |
77 | 77 | "homepage": "https://github.com/vuejs/repl#readme", |
78 | 78 | "devDependencies": { |
79 | | - "@babel/standalone": "^7.28.2", |
80 | | - "@babel/types": "^7.28.2", |
81 | | - "@eslint/js": "^9.32.0", |
82 | | - "@jridgewell/gen-mapping": "^0.3.12", |
83 | | - "@jridgewell/trace-mapping": "^0.3.29", |
84 | | - "@rollup/plugin-replace": "^6.0.2", |
| 79 | + "@babel/standalone": "^7.29.2", |
| 80 | + "@babel/types": "^7.29.0", |
| 81 | + "@eslint/js": "^9.39.4", |
| 82 | + "@jridgewell/gen-mapping": "^0.3.13", |
| 83 | + "@jridgewell/trace-mapping": "^0.3.31", |
| 84 | + "@rollup/plugin-replace": "^6.0.3", |
85 | 85 | "@shikijs/monaco": "^4.0.2", |
86 | 86 | "@types/babel__standalone": "^7.1.9", |
87 | | - "@types/codemirror": "^5.60.16", |
| 87 | + "@types/codemirror": "^5.60.17", |
88 | 88 | "@types/hash-sum": "^1.0.2", |
89 | | - "@types/node": "^24.2.0", |
90 | | - "@vitejs/plugin-vue": "^6.0.1", |
91 | | - "@volar/jsdelivr": "2.4.23", |
92 | | - "@volar/language-service": "~2.4.11", |
93 | | - "@volar/monaco": "2.4.23", |
94 | | - "@volar/typescript": "2.4.23", |
| 89 | + "@types/node": "^24.12.2", |
| 90 | + "@vitejs/plugin-vue": "^6.0.6", |
| 91 | + "@volar/jsdelivr": "2.4.28", |
| 92 | + "@volar/language-service": "~2.4.28", |
| 93 | + "@volar/monaco": "2.4.28", |
| 94 | + "@volar/typescript": "2.4.28", |
95 | 95 | "@vue/babel-plugin-jsx": "^2.0.1", |
96 | | - "@vue/language-core": "3.0.8", |
97 | | - "@vue/language-service": "3.0.8", |
98 | | - "@vue/typescript-plugin": "3.0.8", |
| 96 | + "@vue/language-core": "3.2.7", |
| 97 | + "@vue/language-service": "3.2.7", |
| 98 | + "@vue/typescript-plugin": "3.2.7", |
99 | 99 | "assert": "^2.1.0", |
100 | 100 | "bumpp": "^11.0.1", |
101 | | - "codemirror": "^5.65.18", |
| 101 | + "codemirror": "^5.65.21", |
102 | 102 | "conventional-changelog-cli": "^5.0.0", |
103 | | - "eslint": "^9.32.0", |
104 | | - "eslint-plugin-vue": "^10.4.0", |
| 103 | + "eslint": "^9.39.4", |
| 104 | + "eslint-plugin-vue": "^10.9.0", |
105 | 105 | "fflate": "^0.8.2", |
106 | 106 | "hash-sum": "^2.0.0", |
107 | | - "lint-staged": "^16.1.4", |
108 | | - "monaco-editor-core": "^0.52.2", |
109 | | - "prettier": "^3.6.2", |
| 107 | + "lint-staged": "^16.4.0", |
| 108 | + "monaco-editor-core": "^0.55.1", |
| 109 | + "prettier": "^3.8.3", |
110 | 110 | "shiki": "^4.0.2", |
111 | 111 | "simple-git-hooks": "^2.13.1", |
112 | 112 | "source-map-js": "^1.2.1", |
113 | | - "sucrase": "^3.35.0", |
114 | | - "typescript": "^5.9.2", |
115 | | - "typescript-eslint": "^8.39.0", |
116 | | - "vite": "^8.0.8", |
| 113 | + "sucrase": "^3.35.1", |
| 114 | + "typescript": "^5.9.3", |
| 115 | + "typescript-eslint": "^8.59.0", |
| 116 | + "vite": "^8.0.10", |
117 | 117 | "vite-plugin-dts": "^4.5.4", |
118 | 118 | "vscode-uri": "^3.1.0", |
119 | | - "volar-service-typescript": "0.0.65", |
120 | | - "vue": "^3.5.18", |
121 | | - "vue-tsc": "3.0.8" |
| 119 | + "volar-service-typescript": "0.0.70", |
| 120 | + "vue": "^3.5.33", |
| 121 | + "vue-tsc": "3.2.7" |
122 | 122 | } |
123 | 123 | } |
0 commit comments