This commit is contained in:
Nicolò Ribaudo
2020-12-09 23:44:59 +01:00
parent 0e271055c4
commit e901454096
23 changed files with 77 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.12.7",
"version": "7.12.10",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-builder-react-jsx": "workspace:^7.10.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
},