|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.2.0",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "[email protected].2", |
| 5 | + "packageManager": "[email protected].3", |
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.24.5", |
75 |
| - "@babel/types": "^7.24.5", |
| 74 | + "@babel/standalone": "^7.24.6", |
| 75 | + "@babel/types": "^7.24.6", |
76 | 76 | "@rollup/plugin-replace": "^5.0.5",
|
77 | 77 | "@shikijs/monaco": "^1.6.0",
|
78 | 78 | "@types/babel__standalone": "^7.1.7",
|
|
94 | 94 | "eslint-plugin-vue": "^9.26.0",
|
95 | 95 | "fflate": "^0.8.2",
|
96 | 96 | "hash-sum": "^2.0.0",
|
97 |
| - "lint-staged": "^15.2.4", |
98 |
| - "monaco-editor-core": "^0.48.0", |
| 97 | + "lint-staged": "^15.2.5", |
| 98 | + "monaco-editor-core": "^0.49.0", |
99 | 99 | "prettier": "^3.2.5",
|
100 | 100 | "shiki": "^1.6.0",
|
101 | 101 | "simple-git-hooks": "^2.11.1",
|
|
0 commit comments