|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.6.1",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "[email protected].5", |
| 5 | + "packageManager": "[email protected].9", |
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", |
| 79 | + "@babel/standalone": "^7.27.6", |
| 80 | + "@babel/types": "^7.27.6", |
| 81 | + "@eslint/js": "^9.29.0", |
82 | 82 | "@jridgewell/gen-mapping": "^0.3.8",
|
83 | 83 | "@jridgewell/trace-mapping": "^0.3.25",
|
84 | 84 | "@rollup/plugin-replace": "^6.0.2",
|
85 | 85 | "@shikijs/monaco": "^1.29.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", |
91 |
| - "@volar/jsdelivr": "~2.4.11", |
92 |
| - "@volar/monaco": "~2.4.11", |
93 |
| - "@vue/babel-plugin-jsx": "^1.2.5", |
94 |
| - "@vue/language-service": "~2.2.2", |
| 89 | + "@types/node": "^22.15.31", |
| 90 | + "@vitejs/plugin-vue": "^5.2.4", |
| 91 | + "@volar/jsdelivr": "~2.4.14", |
| 92 | + "@volar/monaco": "~2.4.14", |
| 93 | + "@vue/babel-plugin-jsx": "^1.4.0", |
| 94 | + "@vue/language-service": "~2.2.10", |
95 | 95 | "assert": "^2.1.0",
|
96 | 96 | "bumpp": "^9.11.1",
|
97 |
| - "codemirror": "^5.65.18", |
| 97 | + "codemirror": "^5.65.19", |
98 | 98 | "conventional-changelog-cli": "^5.0.0",
|
99 |
| - "eslint": "^9.20.1", |
100 |
| - "eslint-plugin-vue": "^9.32.0", |
| 99 | + "eslint": "^9.29.0", |
| 100 | + "eslint-plugin-vue": "^9.33.0", |
101 | 101 | "fflate": "^0.8.2",
|
102 | 102 | "hash-sum": "^2.0.0",
|
103 |
| - "lint-staged": "^15.4.3", |
| 103 | + "lint-staged": "^15.5.2", |
104 | 104 | "monaco-editor-core": "^0.52.2",
|
105 |
| - "prettier": "^3.5.1", |
| 105 | + "prettier": "^3.5.3", |
106 | 106 | "shiki": "^1.29.2",
|
107 |
| - "simple-git-hooks": "^2.11.1", |
| 107 | + "simple-git-hooks": "^2.13.0", |
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.8.3", |
| 111 | + "typescript-eslint": "^8.34.0", |
| 112 | + "vite": "^6.3.5", |
| 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.16", |
| 116 | + "vue-tsc": "~2.2.10" |
117 | 117 | }
|
118 | 118 | }
|
0 commit comments