Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent bb6f1fe commit 9ba97db
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 207 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vue/repl",
"version": "4.1.1",
"description": "Vue component for editing Vue components",
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4",
"type": "module",
"main": "dist/ssr-stub.js",
"module": "dist/vue-repl.js",
Expand Down Expand Up @@ -71,35 +71,35 @@
},
"homepage": "https://github.com/vuejs/repl#readme",
"devDependencies": {
"@babel/types": "^7.23.9",
"@babel/types": "^7.24.0",
"@rollup/plugin-replace": "^5.0.5",
"@types/codemirror": "^5.60.15",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@vitejs/plugin-vue": "^5.0.4",
"@volar/cdn": "~1.11.1",
"@volar/monaco": "~1.11.1",
"@volar/typescript": "~1.11.1",
"@vue/language-service": "1.9.0-alpha.3",
"bumpp": "^9.3.0",
"bumpp": "^9.4.0",
"codemirror": "^5.65.16",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"lint-staged": "^15.2.2",
"monaco-editor-core": "^0.46.0",
"prettier": "^3.2.5",
"shiki": "^1.1.6",
"@shikijs/monaco": "^1.1.6",
"simple-git-hooks": "^2.9.0",
"shiki": "^1.1.7",
"@shikijs/monaco": "^1.1.7",
"simple-git-hooks": "^2.10.0",
"sucrase": "^3.35.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3",
"vue": "^3.4.19",
"vue": "^3.4.21",
"vue-tsc": "1.9.0-alpha.3"
}
}

0 comments on commit 9ba97db

Please sign in to comment.