-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
- Loading branch information
1 parent
802b0f8
commit 8553207
Showing
2 changed files
with
511 additions
and
697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@vue/repl", | ||
"version": "4.3.1", | ||
"description": "Vue component for editing Vue components", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"type": "module", | ||
"main": "dist/ssr-stub.js", | ||
"module": "dist/vue-repl.js", | ||
|
@@ -75,36 +75,36 @@ | |
"@babel/types": "^7.25.2", | ||
"@eslint/js": "^9.9.0", | ||
"@rollup/plugin-replace": "^5.0.7", | ||
"@shikijs/monaco": "^1.12.1", | ||
"@shikijs/monaco": "^1.14.1", | ||
"@types/babel__standalone": "^7.1.7", | ||
"@types/codemirror": "^5.60.15", | ||
"@types/hash-sum": "^1.0.2", | ||
"@types/node": "^20.14.15", | ||
"@types/node": "^20.16.1", | ||
"@vitejs/plugin-vue": "^5.1.2", | ||
"@volar/jsdelivr": "2.4.0-alpha.12", | ||
"@volar/monaco": "2.4.0-alpha.12", | ||
"@volar/jsdelivr": "~2.4.0", | ||
"@volar/monaco": "~2.4.0", | ||
"@vue/babel-plugin-jsx": "^1.2.2", | ||
"@vue/language-service": "~2.0.29", | ||
"assert": "^2.1.0", | ||
"bumpp": "^9.4.2", | ||
"bumpp": "^9.5.1", | ||
"codemirror": "^5.65.17", | ||
"conventional-changelog-cli": "^5.0.0", | ||
"eslint": "^9.9.0", | ||
"eslint-plugin-vue": "^9.27.0", | ||
"fflate": "^0.8.2", | ||
"hash-sum": "^2.0.0", | ||
"lint-staged": "^15.2.8", | ||
"lint-staged": "^15.2.9", | ||
"monaco-editor-core": "^0.50.0", | ||
"prettier": "^3.3.3", | ||
"shiki": "^1.12.1", | ||
"shiki": "^1.14.1", | ||
"simple-git-hooks": "^2.11.1", | ||
"sucrase": "^3.35.0", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.0.1", | ||
"vite": "^5.4.0", | ||
"vite-plugin-dts": "^4.0.2", | ||
"typescript-eslint": "^8.2.0", | ||
"vite": "^5.4.2", | ||
"vite-plugin-dts": "^4.0.3", | ||
"vscode-uri": "^3.0.8", | ||
"vue": "^3.4.37", | ||
"vue": "^3.4.38", | ||
"vue-tsc": "~2.0.29" | ||
} | ||
} |
Oops, something went wrong.