|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.4.2",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].2", |
6 | 6 | "type": "module",
|
7 | 7 | "main": "dist/ssr-stub.js",
|
8 | 8 | "module": "dist/vue-repl.js",
|
|
71 | 71 | },
|
72 | 72 | "homepage": "https://github.com/vuejs/repl#readme",
|
73 | 73 | "devDependencies": {
|
74 |
| - "@babel/standalone": "^7.25.7", |
75 |
| - "@babel/types": "^7.25.7", |
76 |
| - "@eslint/js": "^9.12.0", |
| 74 | + "@babel/standalone": "^7.25.8", |
| 75 | + "@babel/types": "^7.25.8", |
| 76 | + "@eslint/js": "^9.13.0", |
77 | 77 | "@rollup/plugin-replace": "^6.0.1",
|
78 | 78 | "@shikijs/monaco": "^1.22.0",
|
79 | 79 | "@types/babel__standalone": "^7.1.7",
|
80 | 80 | "@types/codemirror": "^5.60.15",
|
81 | 81 | "@types/hash-sum": "^1.0.2",
|
82 |
| - "@types/node": "^22.7.5", |
| 82 | + "@types/node": "^22.7.8", |
83 | 83 | "@vitejs/plugin-vue": "^5.1.4",
|
84 | 84 | "@volar/jsdelivr": "~2.4.6",
|
85 | 85 | "@volar/monaco": "~2.4.6",
|
|
89 | 89 | "bumpp": "^9.7.1",
|
90 | 90 | "codemirror": "^5.65.18",
|
91 | 91 | "conventional-changelog-cli": "^5.0.0",
|
92 |
| - "eslint": "^9.12.0", |
93 |
| - "eslint-plugin-vue": "^9.28.0", |
| 92 | + "eslint": "^9.13.0", |
| 93 | + "eslint-plugin-vue": "^9.29.1", |
94 | 94 | "fflate": "^0.8.2",
|
95 | 95 | "hash-sum": "^2.0.0",
|
96 | 96 | "lint-staged": "^15.2.10",
|
|
100 | 100 | "simple-git-hooks": "^2.11.1",
|
101 | 101 | "sucrase": "^3.35.0",
|
102 | 102 | "typescript": "^5.6.3",
|
103 |
| - "typescript-eslint": "^8.8.1", |
104 |
| - "vite": "^5.4.8", |
105 |
| - "vite-plugin-dts": "^4.2.3", |
| 103 | + "typescript-eslint": "^8.11.0", |
| 104 | + "vite": "^5.4.9", |
| 105 | + "vite-plugin-dts": "^4.2.4", |
106 | 106 | "vscode-uri": "^3.0.8",
|
107 |
| - "vue": "^3.5.11", |
| 107 | + "vue": "^3.5.12", |
108 | 108 | "vue-tsc": "~2.1.6"
|
109 | 109 | }
|
110 | 110 | }
|
0 commit comments