This commit is contained in:
Huáng Jùnliàng
2020-08-31 15:54:06 -04:00
parent 371e152cd2
commit af64ccb2b0
17 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.10.4",
"version": "7.11.5",
"description": "Turn JSX into React function calls in development",
"repository": {
"type": "git",
@@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.10.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.11.5",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.10.4"
},
@@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4",
"@babel/core": "workspace:^7.11.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
}
}