Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#218)
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 Feb 21, 2024
1 parent cc92482 commit 7b5c7a1
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 99 deletions.
16 changes: 8 additions & 8 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.1",
"packageManager": "pnpm@8.15.3",
"type": "module",
"main": "dist/ssr-stub.js",
"module": "dist/vue-repl.js",
Expand Down Expand Up @@ -75,8 +75,8 @@
"@rollup/plugin-replace": "^5.0.5",
"@types/codemirror": "^5.60.15",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"@volar/cdn": "~1.11.1",
"@volar/monaco": "~1.11.1",
Expand All @@ -92,14 +92,14 @@
"lint-staged": "^15.2.2",
"monaco-editor-core": "^0.46.0",
"prettier": "^3.2.5",
"shiki": "^1.1.1",
"@shikijs/monaco": "^1.1.1",
"shiki": "^1.1.6",
"@shikijs/monaco": "^1.1.6",
"simple-git-hooks": "^2.9.0",
"sucrase": "^3.35.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-dts": "^3.7.2",
"vue": "^3.4.18",
"vite": "^5.1.3",
"vite-plugin-dts": "^3.7.3",
"vue": "^3.4.19",
"vue-tsc": "1.9.0-alpha.3"
}
}

0 comments on commit 7b5c7a1

Please sign in to comment.