|
2 | 2 | "name": "@vue/repl", |
3 | 3 | "version": "4.6.2", |
4 | 4 | "description": "Vue component for editing Vue components", |
5 | | - "packageManager": "pnpm@9.15.5", |
| 5 | + "packageManager": "pnpm@10.14.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.26.9", |
80 | | - "@babel/types": "^7.26.9", |
81 | | - "@eslint/js": "^9.20.0", |
82 | | - "@jridgewell/gen-mapping": "^0.3.8", |
83 | | - "@jridgewell/trace-mapping": "^0.3.25", |
| 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 | 84 | "@rollup/plugin-replace": "^6.0.2", |
85 | | - "@shikijs/monaco": "^1.29.2", |
| 85 | + "@shikijs/monaco": "^3.9.2", |
86 | 86 | "@types/babel__standalone": "^7.1.9", |
87 | | - "@types/codemirror": "^5.60.15", |
| 87 | + "@types/codemirror": "^5.60.16", |
88 | 88 | "@types/hash-sum": "^1.0.2", |
89 | | - "@types/node": "^22.13.4", |
90 | | - "@vitejs/plugin-vue": "^5.2.1", |
| 89 | + "@types/node": "^24.2.0", |
| 90 | + "@vitejs/plugin-vue": "^6.0.1", |
91 | 91 | "@volar/jsdelivr": "~2.4.11", |
92 | 92 | "@volar/monaco": "~2.4.11", |
93 | | - "@vue/babel-plugin-jsx": "^1.2.5", |
| 93 | + "@vue/babel-plugin-jsx": "^1.4.0", |
94 | 94 | "@vue/language-service": "~2.2.2", |
95 | 95 | "assert": "^2.1.0", |
96 | | - "bumpp": "^9.11.1", |
| 96 | + "bumpp": "^10.2.2", |
97 | 97 | "codemirror": "^5.65.18", |
98 | 98 | "conventional-changelog-cli": "^5.0.0", |
99 | | - "eslint": "^9.20.1", |
100 | | - "eslint-plugin-vue": "^9.32.0", |
| 99 | + "eslint": "^9.32.0", |
| 100 | + "eslint-plugin-vue": "^10.4.0", |
101 | 101 | "fflate": "^0.8.2", |
102 | 102 | "hash-sum": "^2.0.0", |
103 | | - "lint-staged": "^15.4.3", |
| 103 | + "lint-staged": "^16.1.4", |
104 | 104 | "monaco-editor-core": "^0.52.2", |
105 | | - "prettier": "^3.5.1", |
106 | | - "shiki": "^1.29.2", |
107 | | - "simple-git-hooks": "^2.11.1", |
| 105 | + "prettier": "^3.6.2", |
| 106 | + "shiki": "^3.9.2", |
| 107 | + "simple-git-hooks": "^2.13.1", |
108 | 108 | "source-map-js": "^1.2.1", |
109 | 109 | "sucrase": "^3.35.0", |
110 | | - "typescript": "^5.7.3", |
111 | | - "typescript-eslint": "^8.24.1", |
112 | | - "vite": "^6.1.0", |
113 | | - "vite-plugin-dts": "^4.5.0", |
| 110 | + "typescript": "^5.9.2", |
| 111 | + "typescript-eslint": "^8.39.0", |
| 112 | + "vite": "^7.0.6", |
| 113 | + "vite-plugin-dts": "^4.5.4", |
114 | 114 | "vscode-uri": "^3.1.0", |
115 | | - "vue": "^3.5.15", |
116 | | - "vue-tsc": "~2.2.2" |
| 115 | + "vue": "^3.5.18", |
| 116 | + "vue-tsc": "~3.0.5" |
117 | 117 | } |
118 | 118 | } |
0 commit comments