This commit is contained in:
Nicolò Ribaudo
2020-12-16 00:55:11 +01:00
parent e29742717d
commit a1acfba387
17 changed files with 56 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.7",
"version": "7.12.11",
"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.12.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
},