Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#264)
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] authored Aug 12, 2024
1 parent afe1110 commit cbabc69
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 446 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vue/repl",
"version": "4.3.1",
"description": "Vue component for editing Vue components",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.0",
"type": "module",
"main": "dist/ssr-stub.js",
"module": "dist/vue-repl.js",
Expand Down Expand Up @@ -71,40 +71,40 @@
},
"homepage": "https://github.com/vuejs/repl#readme",
"devDependencies": {
"@babel/standalone": "^7.24.7",
"@babel/types": "^7.24.7",
"@eslint/js": "^9.6.0",
"@babel/standalone": "^7.25.3",
"@babel/types": "^7.25.2",
"@eslint/js": "^9.9.0",
"@rollup/plugin-replace": "^5.0.7",
"@shikijs/monaco": "^1.10.0",
"@shikijs/monaco": "^1.12.1",
"@types/babel__standalone": "^7.1.7",
"@types/codemirror": "^5.60.15",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@volar/jsdelivr": "~2.4.0-alpha.12",
"@volar/monaco": "~2.4.0-alpha.12",
"@types/node": "^20.14.15",
"@vitejs/plugin-vue": "^5.1.2",
"@volar/jsdelivr": "~2.4.0-alpha.18",
"@volar/monaco": "~2.4.0-alpha.18",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/language-service": "~2.0.26-alpha.2",
"@vue/language-service": "~2.0.29",
"assert": "^2.1.0",
"bumpp": "^9.4.1",
"codemirror": "^5.65.16",
"bumpp": "^9.4.2",
"codemirror": "^5.65.17",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.6.0",
"eslint": "^9.9.0",
"eslint-plugin-vue": "^9.27.0",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"monaco-editor-core": "^0.50.0",
"prettier": "^3.3.2",
"shiki": "^1.10.0",
"prettier": "^3.3.3",
"shiki": "^1.12.1",
"simple-git-hooks": "^2.11.1",
"sucrase": "^3.35.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.3.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0",
"vite-plugin-dts": "^4.0.2",
"vscode-uri": "^3.0.8",
"vue": "^3.4.31",
"vue-tsc": "~2.0.26-alpha.2"
"vue": "^3.4.37",
"vue-tsc": "~2.0.29"
}
}
Loading

0 comments on commit cbabc69

Please sign in to comment.