|
2 | 2 | "name": "@vue/repl", |
3 | 3 | "version": "4.7.0", |
4 | 4 | "description": "Vue component for editing Vue components", |
5 | | - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.20.0", |
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", |
| 79 | + "@babel/standalone": "^7.28.5", |
| 80 | + "@babel/types": "^7.28.5", |
| 81 | + "@eslint/js": "^9.38.0", |
| 82 | + "@jridgewell/gen-mapping": "^0.3.13", |
| 83 | + "@jridgewell/trace-mapping": "^0.3.31", |
84 | 84 | "@rollup/plugin-replace": "^6.0.2", |
85 | | - "@shikijs/monaco": "^3.9.2", |
| 85 | + "@shikijs/monaco": "^3.14.0", |
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", |
| 89 | + "@types/node": "^24.9.2", |
90 | 90 | "@vitejs/plugin-vue": "^6.0.1", |
91 | 91 | "@volar/jsdelivr": "2.4.23", |
92 | 92 | "@volar/monaco": "2.4.23", |
93 | 93 | "@volar/typescript": "2.4.23", |
94 | | - "@vue/babel-plugin-jsx": "^1.4.0", |
95 | | - "@vue/language-core": "3.0.8", |
96 | | - "@vue/language-service": "3.0.8", |
97 | | - "@vue/typescript-plugin": "3.0.8", |
| 94 | + "@vue/babel-plugin-jsx": "^1.5.0", |
| 95 | + "@vue/language-core": "3.1.2", |
| 96 | + "@vue/language-service": "3.1.2", |
| 97 | + "@vue/typescript-plugin": "3.1.2", |
98 | 98 | "assert": "^2.1.0", |
99 | | - "bumpp": "^10.2.2", |
100 | | - "codemirror": "^5.65.18", |
| 99 | + "bumpp": "^10.3.1", |
| 100 | + "codemirror": "^5.65.20", |
101 | 101 | "conventional-changelog-cli": "^5.0.0", |
102 | | - "eslint": "^9.32.0", |
103 | | - "eslint-plugin-vue": "^10.4.0", |
| 102 | + "eslint": "^9.38.0", |
| 103 | + "eslint-plugin-vue": "^10.5.1", |
104 | 104 | "fflate": "^0.8.2", |
105 | 105 | "hash-sum": "^2.0.0", |
106 | | - "lint-staged": "^16.1.4", |
107 | | - "monaco-editor-core": "^0.52.2", |
| 106 | + "lint-staged": "^16.2.6", |
| 107 | + "monaco-editor-core": "^0.54.0", |
108 | 108 | "prettier": "^3.6.2", |
109 | | - "shiki": "^3.9.2", |
| 109 | + "shiki": "^3.14.0", |
110 | 110 | "simple-git-hooks": "^2.13.1", |
111 | 111 | "source-map-js": "^1.2.1", |
112 | 112 | "sucrase": "^3.35.0", |
113 | | - "typescript": "^5.9.2", |
114 | | - "typescript-eslint": "^8.39.0", |
115 | | - "vite": "^7.0.6", |
| 113 | + "typescript": "^5.9.3", |
| 114 | + "typescript-eslint": "^8.46.2", |
| 115 | + "vite": "^7.1.12", |
116 | 116 | "vite-plugin-dts": "^4.5.4", |
117 | 117 | "vscode-uri": "^3.1.0", |
118 | | - "volar-service-typescript": "0.0.65", |
119 | | - "vue": "^3.5.18", |
120 | | - "vue-tsc": "3.0.8" |
| 118 | + "volar-service-typescript": "0.0.66", |
| 119 | + "vue": "^3.5.22", |
| 120 | + "vue-tsc": "3.1.2" |
121 | 121 | } |
122 | 122 | } |
0 commit comments