|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.5.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.0", |
| 80 | + "@babel/types": "^7.27.0", |
| 81 | + "@eslint/js": "^9.23.0", |
82 | 82 | "@rollup/plugin-replace": "^6.0.2",
|
83 | 83 | "@shikijs/monaco": "^1.29.2",
|
84 | 84 | "@types/babel__standalone": "^7.1.9",
|
85 | 85 | "@types/codemirror": "^5.60.15",
|
86 | 86 | "@types/hash-sum": "^1.0.2",
|
87 |
| - "@types/node": "^22.13.4", |
88 |
| - "@vitejs/plugin-vue": "^5.2.1", |
89 |
| - "@volar/jsdelivr": "~2.4.11", |
90 |
| - "@volar/monaco": "~2.4.11", |
91 |
| - "@vue/babel-plugin-jsx": "^1.2.5", |
92 |
| - "@vue/language-service": "~2.2.2", |
| 87 | + "@types/node": "^22.13.16", |
| 88 | + "@vitejs/plugin-vue": "^5.2.3", |
| 89 | + "@volar/jsdelivr": "~2.4.12", |
| 90 | + "@volar/monaco": "~2.4.12", |
| 91 | + "@vue/babel-plugin-jsx": "^1.4.0", |
| 92 | + "@vue/language-service": "~2.2.8", |
93 | 93 | "assert": "^2.1.0",
|
94 | 94 | "bumpp": "^9.11.1",
|
95 |
| - "codemirror": "^5.65.18", |
| 95 | + "codemirror": "^5.65.19", |
96 | 96 | "conventional-changelog-cli": "^5.0.0",
|
97 |
| - "eslint": "^9.20.1", |
98 |
| - "eslint-plugin-vue": "^9.32.0", |
| 97 | + "eslint": "^9.23.0", |
| 98 | + "eslint-plugin-vue": "^9.33.0", |
99 | 99 | "fflate": "^0.8.2",
|
100 | 100 | "hash-sum": "^2.0.0",
|
101 |
| - "lint-staged": "^15.4.3", |
| 101 | + "lint-staged": "^15.5.0", |
102 | 102 | "monaco-editor-core": "^0.52.2",
|
103 |
| - "prettier": "^3.5.1", |
| 103 | + "prettier": "^3.5.3", |
104 | 104 | "shiki": "^1.29.2",
|
105 |
| - "simple-git-hooks": "^2.11.1", |
| 105 | + "simple-git-hooks": "^2.12.1", |
106 | 106 | "sucrase": "^3.35.0",
|
107 |
| - "typescript": "^5.7.3", |
108 |
| - "typescript-eslint": "^8.24.1", |
109 |
| - "vite": "^6.1.0", |
110 |
| - "vite-plugin-dts": "^4.5.0", |
| 107 | + "typescript": "^5.8.2", |
| 108 | + "typescript-eslint": "^8.29.0", |
| 109 | + "vite": "^6.2.4", |
| 110 | + "vite-plugin-dts": "^4.5.3", |
111 | 111 | "vscode-uri": "^3.1.0",
|
112 | 112 | "vue": "^3.5.13",
|
113 |
| - "vue-tsc": "~2.2.2" |
| 113 | + "vue-tsc": "~2.2.8" |
114 | 114 | }
|
115 | 115 | }
|
0 commit comments