|
2 | 2 | "name": "@vue/repl", |
3 | 3 | "version": "2.8.0", |
4 | 4 | "description": "Vue component for editing Vue components", |
5 | | - "packageManager": "pnpm@8.10.5", |
| 5 | + "packageManager": "pnpm@8.11.0", |
6 | 6 | "type": "module", |
7 | 7 | "main": "dist/ssr-stub.js", |
8 | 8 | "module": "dist/vue-repl.js", |
|
64 | 64 | }, |
65 | 65 | "homepage": "https://github.com/vuejs/repl#readme", |
66 | 66 | "devDependencies": { |
67 | | - "@babel/types": "^7.23.3", |
| 67 | + "@babel/types": "^7.23.4", |
68 | 68 | "@rollup/plugin-replace": "^5.0.5", |
69 | | - "@types/codemirror": "^5.60.13", |
70 | | - "@types/node": "^20.9.2", |
| 69 | + "@types/codemirror": "^5.60.15", |
| 70 | + "@types/node": "^20.10.0", |
71 | 71 | "@vitejs/plugin-vue": "^4.5.0", |
72 | 72 | "@volar/cdn": "~1.11.1", |
73 | 73 | "@volar/monaco": "~1.11.1", |
74 | 74 | "@volar/typescript": "~1.11.1", |
75 | 75 | "@vue/language-service": "1.9.0-alpha.3", |
76 | 76 | "bumpp": "^9.2.0", |
77 | | - "codemirror": "^5.65.15", |
| 77 | + "codemirror": "^5.65.16", |
78 | 78 | "fflate": "^0.8.1", |
79 | 79 | "hash-sum": "^2.0.0", |
80 | 80 | "lint-staged": "^15.1.0", |
|
86 | 86 | "prettier": "^3.1.0", |
87 | 87 | "simple-git-hooks": "^2.9.0", |
88 | 88 | "sucrase": "^3.34.0", |
89 | | - "typescript": "^5.2.2", |
90 | | - "vite": "^5.0.0", |
| 89 | + "typescript": "^5.3.2", |
| 90 | + "vite": "^5.0.2", |
91 | 91 | "vite-plugin-dts": "^3.6.3", |
92 | | - "vue": "^3.3.8", |
| 92 | + "vue": "^3.3.9", |
93 | 93 | "vue-tsc": "1.9.0-alpha.3" |
94 | 94 | } |
95 | 95 | } |
0 commit comments