This commit is contained in:
Nicolò Ribaudo
2021-02-18 15:58:43 +01:00
parent 35c41148dd
commit 2f755ef052
30 changed files with 100 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.16",
"version": "7.12.17",
"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.16"
"@babel/plugin-transform-react-jsx": "workspace:^7.12.17"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"