|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.2.1",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "pnpm@9.1.3", |
| 5 | + "packageManager": "pnpm@9.3.0", |
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.6", |
75 |
| - "@babel/types": "^7.24.6", |
76 |
| - "@rollup/plugin-replace": "^5.0.5", |
77 |
| - "@shikijs/monaco": "^1.6.0", |
| 74 | + "@babel/standalone": "^7.24.7", |
| 75 | + "@babel/types": "^7.24.7", |
| 76 | + "@rollup/plugin-replace": "^5.0.7", |
| 77 | + "@shikijs/monaco": "^1.6.5", |
78 | 78 | "@types/babel__standalone": "^7.1.7",
|
79 | 79 | "@types/codemirror": "^5.60.15",
|
80 | 80 | "@types/hash-sum": "^1.0.2",
|
81 |
| - "@types/node": "^20.12.12", |
82 |
| - "@typescript-eslint/eslint-plugin": "^7.10.0", |
83 |
| - "@vitejs/plugin-vue": "^5.0.4", |
| 81 | + "@types/node": "^20.14.2", |
| 82 | + "@typescript-eslint/eslint-plugin": "^7.13.0", |
| 83 | + "@vitejs/plugin-vue": "^5.0.5", |
84 | 84 | "@volar/cdn": "~1.11.1",
|
85 | 85 | "@volar/monaco": "~1.11.1",
|
86 | 86 | "@volar/typescript": "~1.11.1",
|
|
90 | 90 | "bumpp": "^9.4.1",
|
91 | 91 | "codemirror": "^5.65.16",
|
92 | 92 | "conventional-changelog-cli": "^5.0.0",
|
93 |
| - "eslint": "^9.3.0", |
| 93 | + "eslint": "^9.5.0", |
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.5", |
| 97 | + "lint-staged": "^15.2.7", |
98 | 98 | "monaco-editor-core": "^0.49.0",
|
99 |
| - "prettier": "^3.2.5", |
100 |
| - "shiki": "^1.6.0", |
| 99 | + "prettier": "^3.3.2", |
| 100 | + "shiki": "^1.6.5", |
101 | 101 | "simple-git-hooks": "^2.11.1",
|
102 | 102 | "sucrase": "^3.35.0",
|
103 | 103 | "typescript": "^5.4.5",
|
104 |
| - "vite": "^5.2.11", |
| 104 | + "vite": "^5.3.1", |
105 | 105 | "vite-plugin-dts": "^3.9.1",
|
106 |
| - "vue": "^3.4.27", |
107 |
| - "vue-tsc": "^2.0.19" |
| 106 | + "vue": "^3.4.29", |
| 107 | + "vue-tsc": "^2.0.21" |
108 | 108 | }
|
109 | 109 | }
|
0 commit comments