Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 24, 2024
1 parent 77ff64c commit c014e16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
},
"homepage": "https://github.com/vuejs/repl#readme",
"devDependencies": {
"@babel/standalone": "^7.24.5",
"@babel/types": "^7.24.5",
"@rollup/plugin-replace": "^5.0.5",
"@shikijs/monaco": "^1.6.0",
Expand All @@ -83,7 +84,9 @@
"@volar/cdn": "~1.11.1",
"@volar/monaco": "~1.11.1",
"@volar/typescript": "~1.11.1",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/language-service": "1.9.0-alpha.3",
"assert": "^2.1.0",
"bumpp": "^9.4.1",
"codemirror": "^5.65.16",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -102,10 +105,5 @@
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@babel/standalone": "^7.24.5",
"@vue/babel-plugin-jsx": "^1.2.2",
"assert": "^2.1.0"
}
}
15 changes: 7 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c014e16

Please sign in to comment.