This commit is contained in:
Nicolò Ribaudo
2020-12-23 14:55:59 +01:00
parent 5b5b548036
commit d88c60cea9
12 changed files with 39 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.11",
"version": "7.12.12",
"description": "Turn JSX into React function calls in development",
"repository": {
"type": "git",
@@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/plugin-transform-react-jsx": "workspace:^7.12.11"
"@babel/plugin-transform-react-jsx": "workspace:^7.12.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"