This commit is contained in:
Amour1688 2021-01-17 00:23:07 +08:00
parent 02ab0426bd
commit ee3faaf58b
4 changed files with 5 additions and 5 deletions

View File

@ -4,5 +4,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.0.0-rc.5" "version": "1.0.2"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@vue/babel-helper-vue-transform-on", "name": "@vue/babel-helper-vue-transform-on",
"version": "1.0.0", "version": "1.0.2",
"description": "to help transform on", "description": "to help transform on",
"author": "Amour1688 <lcz_1996@foxmail.com>", "author": "Amour1688 <lcz_1996@foxmail.com>",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@vue/babel-plugin-jsx", "name": "@vue/babel-plugin-jsx",
"version": "1.0.1", "version": "1.0.2",
"description": "Babel plugin for Vue 3.0 JSX", "description": "Babel plugin for Vue 3.0 JSX",
"author": "Amour1688 <lcz_1996@foxmail.com>", "author": "Amour1688 <lcz_1996@foxmail.com>",
"homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme", "homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
@ -28,7 +28,7 @@
"@babel/template": "^7.0.0", "@babel/template": "^7.0.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0", "@babel/types": "^7.0.0",
"@vue/babel-helper-vue-transform-on": "^1.0.0", "@vue/babel-helper-vue-transform-on": "^1.0.2",
"camelcase": "^6.0.0", "camelcase": "^6.0.0",
"html-tags": "^3.1.0", "html-tags": "^3.1.0",
"svg-tags": "^1.0.0" "svg-tags": "^1.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@vue/jsx-explorer", "name": "@vue/jsx-explorer",
"version": "1.0.0", "version": "1.0.2",
"private": true, "private": true,
"dependencies": { "dependencies": {
"monaco-editor": "^0.20.0" "monaco-editor": "^0.20.0"