Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 25, 2024
1 parent 8553207 commit bcabc9a
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 157 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.3.1",
"description": "Vue component for editing Vue components",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.8.0",
"type": "module",
"main": "dist/ssr-stub.js",
"module": "dist/vue-repl.js",
Expand Down Expand Up @@ -71,30 +71,30 @@
},
"homepage": "https://github.com/vuejs/repl#readme",
"devDependencies": {
"@babel/standalone": "^7.25.3",
"@babel/types": "^7.25.2",
"@eslint/js": "^9.9.0",
"@babel/standalone": "^7.25.5",
"@babel/types": "^7.25.4",
"@eslint/js": "^9.9.1",
"@rollup/plugin-replace": "^5.0.7",
"@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.16.1",
"@types/node": "^22.5.0",
"@vitejs/plugin-vue": "^5.1.2",
"@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.5.1",
"bumpp": "^9.5.2",
"codemirror": "^5.65.17",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"fflate": "^0.8.2",
"hash-sum": "^2.0.0",
"lint-staged": "^15.2.9",
"monaco-editor-core": "^0.50.0",
"monaco-editor-core": "^0.51.0",
"prettier": "^3.3.3",
"shiki": "^1.14.1",
"simple-git-hooks": "^2.11.1",
Expand Down
Loading

0 comments on commit bcabc9a

Please sign in to comment.