2
0
mirror of https://github.com/vuejs/babel-plugin-jsx.git synced 2025-05-15 20:54:37 +08:00
This commit is contained in:
Amour1688 2021-09-30 06:52:13 +08:00
parent 1ab8483933
commit 942b3b4a65
3 changed files with 3 additions and 3 deletions
lerna.json
packages
babel-plugin-jsx
jsx-explorer

@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "1.0.7"
"version": "1.1.0"
}

@ -1,6 +1,6 @@
{
"name": "@vue/babel-plugin-jsx",
"version": "1.0.7",
"version": "1.1.0",
"description": "Babel plugin for Vue 3.0 JSX",
"author": "Amour1688 <lcz_1996@foxmail.com>",
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",

@ -1,6 +1,6 @@
{
"name": "@vue/jsx-explorer",
"version": "1.0.4",
"version": "1.1.0",
"private": true,
"dependencies": {
"monaco-editor": "^0.27.0"