8000 feat: jsx for vue by sxzz · Pull Request #248 · vuejs/repl · GitHub
[go: up one dir, main page]

Skip to content

feat: jsx for vue #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix deps
  • Loading branch information
sxzz committed May 24, 2024
commit c014e161a0bb29d47d71c6fe7f6b8857de505f34
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