|
2 | 2 | "name": "@vue/repl",
|
3 | 3 | "version": "4.0.0-alpha.1",
|
4 | 4 | "description": "Vue component for editing Vue components",
|
5 |
| - "packageManager": "pnpm@8.14.0", |
| 5 | + "packageManager": "pnpm@8.15.1", |
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.6", |
| 74 | + "@babel/types": "^7.23.9", |
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.10.6", |
79 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
80 |
| - "@vitejs/plugin-vue": "^5.0.2", |
| 78 | + "@types/node": "^20.11.17", |
| 79 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 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.2.1", |
| 85 | + "bumpp": "^9.3.0", |
86 | 86 | "codemirror": "^5.65.16",
|
87 | 87 | "conventional-changelog-cli": "^4.1.0",
|
88 | 88 | "eslint": "^8.56.0",
|
89 |
| - "eslint-plugin-vue": "^9.20.0", |
90 |
| - "fflate": "^0.8.1", |
| 89 | + "eslint-plugin-vue": "^9.21.1", |
| 90 | + "fflate": "^0.8.2", |
91 | 91 | "hash-sum": "^2.0.0",
|
92 |
| - "lint-staged": "^15.2.0", |
93 |
| - "monaco-editor-core": "^0.45.0", |
94 |
| - "prettier": "^3.1.1", |
95 |
| - "shiki": "^1.0.0-rc.0", |
96 |
| - "@shikijs/monaco": "^1.0.0-rc.0", |
| 92 | + "lint-staged": "^15.2.2", |
| 93 | + "monaco-editor-core": "^0.46.0", |
| 94 | + "prettier": "^3.2.5", |
| 95 | + "shiki": "^1.1.1", |
| 96 | + "@shikijs/monaco": "^1.1.1", |
97 | 97 | "simple-git-hooks": "^2.9.0",
|
98 | 98 | "sucrase": "^3.35.0",
|
99 | 99 | "typescript": "^5.3.3",
|
100 |
| - "vite": "^5.0.11", |
101 |
| - "vite-plugin-dts": "^3.7.0", |
102 |
| - "vue": "^3.4.5", |
| 100 | + "vite": "^5.1.1", |
| 101 | + "vite-plugin-dts": "^3.7.2", |
| 102 | + "vue": "^3.4.18", |
103 | 103 | "vue-tsc": "1.9.0-alpha.3"
|
104 | 104 | }
|
105 | 105 | }
|
0 commit comments