Skip to content

Commit d134607

Browse files
chore(deps): update all non-major dependencies (vuejs#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2273cd commit d134607

File tree

2 files changed

+238
-226
lines changed

2 files changed

+238
-226
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue/repl",
33
"version": "2.5.5",
44
"description": "Vue component for editing Vue components",
5-
"packageManager": "pnpm@8.6.5",
5+
"packageManager": "pnpm@8.6.10",
66
"type": "module",
77
"main": "dist/ssr-stub.js",
88
"module": "dist/vue-repl.js",
@@ -59,32 +59,32 @@
5959
"homepage": "https://github.com/vuejs/repl#readme",
6060
"devDependencies": {
6161
"@babel/types": "^7.22.5",
62-
"@microsoft/api-extractor": "^7.36.0",
62+
"@microsoft/api-extractor": "^7.36.3",
6363
"@rollup/plugin-replace": "^5.0.2",
6464
"@types/codemirror": "^5.60.8",
65-
"@types/node": "^20.3.2",
65+
"@types/node": "^20.4.5",
6666
"@vitejs/plugin-vue": "^4.2.3",
67-
"@volar/cdn": "~1.8.0",
68-
"@volar/monaco": "~1.8.0",
69-
"@volar/typescript": "~1.8.0",
70-
"@vue/language-service": "1.8.4",
67+
"@volar/cdn": "~1.9.2",
68+
"@volar/monaco": "~1.9.2",
69+
"@volar/typescript": "~1.9.2",
70+
"@vue/language-service": "1.8.6",
7171
"bumpp": "^9.1.1",
72-
"codemirror": "^5.65.13",
72+
"codemirror": "^5.65.14",
7373
"fflate": "^0.8.0",
7474
"hash-sum": "^2.0.0",
7575
"lint-staged": "^13.2.3",
76-
"monaco-editor-core": "^0.38.0",
76+
"monaco-editor-core": "^0.40.0",
7777
"monaco-editor-textmate": "^4.0.0",
7878
"monaco-textmate": "^3.0.1",
7979
"monaco-volar": "^0.4.0",
8080
"onigasm": "^2.2.5",
8181
"path-browserify": "^1.0.1",
8282
"prettier": "^2.8.8",
83-
"simple-git-hooks": "^2.8.1",
84-
"sucrase": "^3.32.0",
85-
"typescript": "^5.1.3",
86-
"vite": "^4.3.9",
83+
"simple-git-hooks": "^2.9.0",
84+
"sucrase": "^3.34.0",
85+
"typescript": "^5.1.6",
86+
"vite": "^4.4.7",
8787
"vue": "^3.3.4",
88-
"vue-tsc": "1.8.4"
88+
"vue-tsc": "1.8.6"
8989
}
9090
}

0 commit comments

Comments
 (0)