|
2 | 2 | "name": "@vue/repl", |
3 | 3 | "version": "4.1.1", |
4 | 4 | "description": "Vue component for editing Vue components", |
5 | | - "packageManager": "pnpm@8.15.3", |
| 5 | + "packageManager": "pnpm@8.15.4", |
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/types": "^7.23.9", |
| 74 | + "@babel/types": "^7.24.0", |
75 | 75 | "@rollup/plugin-replace": "^5.0.5", |
76 | 76 | "@types/codemirror": "^5.60.15", |
77 | 77 | "@types/hash-sum": "^1.0.2", |
78 | | - "@types/node": "^20.11.19", |
79 | | - "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 78 | + "@types/node": "^20.11.25", |
| 79 | + "@typescript-eslint/eslint-plugin": "^7.1.1", |
80 | 80 | "@vitejs/plugin-vue": "^5.0.4", |
81 | 81 | "@volar/cdn": "~1.11.1", |
82 | 82 | "@volar/monaco": "~1.11.1", |
83 | 83 | "@volar/typescript": "~1.11.1", |
84 | 84 | "@vue/language-service": "1.9.0-alpha.3", |
85 | | - "bumpp": "^9.3.0", |
| 85 | + "bumpp": "^9.4.0", |
86 | 86 | "codemirror": "^5.65.16", |
87 | 87 | "conventional-changelog-cli": "^4.1.0", |
88 | | - "eslint": "^8.56.0", |
89 | | - "eslint-plugin-vue": "^9.21.1", |
| 88 | + "eslint": "^8.57.0", |
| 89 | + "eslint-plugin-vue": "^9.22.0", |
90 | 90 | "fflate": "^0.8.2", |
91 | 91 | "hash-sum": "^2.0.0", |
92 | 92 | "lint-staged": "^15.2.2", |
93 | 93 | "monaco-editor-core": "^0.46.0", |
94 | 94 | "prettier": "^3.2.5", |
95 | | - "shiki": "^1.1.6", |
96 | | - "@shikijs/monaco": "^1.1.6", |
97 | | - "simple-git-hooks": "^2.9.0", |
| 95 | + "shiki": "^1.1.7", |
| 96 | + "@shikijs/monaco": "^1.1.7", |
| 97 | + "simple-git-hooks": "^2.10.0", |
98 | 98 | "sucrase": "^3.35.0", |
99 | | - "typescript": "^5.3.3", |
100 | | - "vite": "^5.1.3", |
| 99 | + "typescript": "^5.4.2", |
| 100 | + "vite": "^5.1.5", |
101 | 101 | "vite-plugin-dts": "^3.7.3", |
102 | | - "vue": "^3.4.19", |
| 102 | + "vue": "^3.4.21", |
103 | 103 | "vue-tsc": "1.9.0-alpha.3" |
104 | 104 | } |
105 | 105 | } |
0 commit comments