Skip to content

Commit f7c3432

Browse files
Update dependency @babel/preset-react to v7.22.3
1 parent 21125cf commit f7c3432

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/cli": "7.21.5",
2828
"@babel/core": "7.22.1",
2929
"@babel/preset-env": "7.22.2",
30-
"@babel/preset-react": "7.22.0",
30+
"@babel/preset-react": "7.22.3",
3131
"c8": "7.13.0",
3232
"mocha": "10.2.0",
3333
"react": "18.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -784,16 +784,16 @@
784784
dependencies:
785785
"@babel/plugin-transform-react-jsx" "^7.18.6"
786786

787-
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.22.0":
788-
version "7.22.0"
789-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.0.tgz#5b187d73d43f726a332823012711fd3f3391965c"
790-
integrity sha512-Li7gdm7eGZJidME4KlXmzQdnuUwE4jhPnICgGpWN56W7GWhmCQ2LmDepyZX4zBsoSNWP9bqDcJo5wQFndcAd9Q==
787+
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.22.3":
788+
version "7.22.3"
789+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.3.tgz#5a1f380df3703ba92eb1a930a539c6d88836f690"
790+
integrity sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==
791791
dependencies:
792792
"@babel/helper-annotate-as-pure" "^7.18.6"
793793
"@babel/helper-module-imports" "^7.21.4"
794794
"@babel/helper-plugin-utils" "^7.21.5"
795795
"@babel/plugin-syntax-jsx" "^7.21.4"
796-
"@babel/types" "^7.22.0"
796+
"@babel/types" "^7.22.3"
797797

798798
"@babel/plugin-transform-react-pure-annotations@^7.18.6":
799799
version "7.18.6"
@@ -990,15 +990,15 @@
990990
"@babel/types" "^7.4.4"
991991
esutils "^2.0.2"
992992

993-
"@babel/[email protected].0":
994-
version "7.22.0"
995-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.0.tgz#29848f0a9c17cadaf93c3ad3a4bc44c15b2f9f63"
996-
integrity sha512-C3U/lfsKJv3eQj0AMoXQTPqGgYXaqiJRLD+FPIKpUv7uppWJAifMCn4CrclCCIW0NH0jY1IXSNYgdKZO0gUEzQ==
993+
"@babel/[email protected].3":
994+
version "7.22.3"
995+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.3.tgz#2ec7f91d0c924fa2ea0c7cfbbf690bc62b79cd84"
996+
integrity sha512-lxDz1mnZ9polqClBCVBjIVUypoB4qV3/tZUDb/IlYbW1kiiLaXaX+bInbRjl+lNQ/iUZraQ3+S8daEmoELMWug==
997997
dependencies:
998998
"@babel/helper-plugin-utils" "^7.21.5"
999999
"@babel/helper-validator-option" "^7.21.0"
10001000
"@babel/plugin-transform-react-display-name" "^7.18.6"
1001-
"@babel/plugin-transform-react-jsx" "^7.22.0"
1001+
"@babel/plugin-transform-react-jsx" "^7.22.3"
10021002
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
10031003
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
10041004

@@ -1039,10 +1039,10 @@
10391039
debug "^4.1.0"
10401040
globals "^11.1.0"
10411041

1042-
"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.4.4":
1043-
version "7.22.0"
1044-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.0.tgz#b7383f76a5fedf967c57c1f940066fb31ca3e97a"
1045-
integrity sha512-NtXlm3f6cNWIv003cETdlz9sss0VMNtplyatFohxWPz90AbwuhCbHbQopkGis6bG1vOunDLN0FF/4Uv5i8LFZQ==
1042+
"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.5", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.4.4":
1043+
version "7.22.3"
1044+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3"
1045+
integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==
10461046
dependencies:
10471047
"@babel/helper-string-parser" "^7.21.5"
10481048
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)