chore(deps-dev): bump @babel/preset-react from 7.23.3 to 7.24.1 (#9721)

This commit is contained in:
dependabot[bot]
2024-03-20 11:13:40 +00:00
committed by GitHub
parent 8edca106d4
commit b3fb525bbe
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@@ -53,7 +53,7 @@
"@babel/eslint-parser": "=7.24.1", "@babel/eslint-parser": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.1", "@babel/plugin-transform-runtime": "=7.24.1",
"@babel/preset-env": "=7.24.0", "@babel/preset-env": "=7.24.0",
"@babel/preset-react": "=7.23.3", "@babel/preset-react": "=7.24.1",
"@babel/register": "=7.23.7", "@babel/register": "=7.23.7",
"@cfaester/enzyme-adapter-react-18": "=0.7.1", "@cfaester/enzyme-adapter-react-18": "=0.7.1",
"@commitlint/cli": "^19.2.0", "@commitlint/cli": "^19.2.0",
@@ -1580,12 +1580,12 @@
} }
}, },
"node_modules/@babel/plugin-transform-react-display-name": { "node_modules/@babel/plugin-transform-react-display-name": {
"version": "7.23.3", "version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz",
"integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.22.5" "@babel/helper-plugin-utils": "^7.24.0"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@@ -1629,13 +1629,13 @@
} }
}, },
"node_modules/@babel/plugin-transform-react-pure-annotations": { "node_modules/@babel/plugin-transform-react-pure-annotations": {
"version": "7.23.3", "version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz",
"integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", "integrity": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5" "@babel/helper-plugin-utils": "^7.24.0"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
@@ -2002,17 +2002,17 @@
} }
}, },
"node_modules/@babel/preset-react": { "node_modules/@babel/preset-react": {
"version": "7.23.3", "version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.1.tgz",
"integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", "integrity": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-plugin-utils": "^7.24.0",
"@babel/helper-validator-option": "^7.22.15", "@babel/helper-validator-option": "^7.23.5",
"@babel/plugin-transform-react-display-name": "^7.23.3", "@babel/plugin-transform-react-display-name": "^7.24.1",
"@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-react-jsx-development": "^7.22.5", "@babel/plugin-transform-react-jsx-development": "^7.22.5",
"@babel/plugin-transform-react-pure-annotations": "^7.23.3" "@babel/plugin-transform-react-pure-annotations": "^7.24.1"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@@ -115,7 +115,7 @@
"@babel/eslint-parser": "=7.24.1", "@babel/eslint-parser": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.1", "@babel/plugin-transform-runtime": "=7.24.1",
"@babel/preset-env": "=7.24.0", "@babel/preset-env": "=7.24.0",
"@babel/preset-react": "=7.23.3", "@babel/preset-react": "=7.24.1",
"@babel/register": "=7.23.7", "@babel/register": "=7.23.7",
"@commitlint/cli": "^19.2.0", "@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0", "@commitlint/config-conventional": "^19.1.0",