This commit is contained in:
Babel Bot
2021-03-22 15:36:45 +00:00
parent 4beca3999e
commit edb11baabf
19 changed files with 64 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.12.17",
"version": "7.13.12",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
@@ -18,10 +18,10 @@
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-jsx": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.17"
"@babel/types": "workspace:^7.13.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"