Skip to content

Commit 34eca53

Browse files
chore(deps-dev): bump babel-preset-gatsby from 3.14.0 to 3.15.0 (#1173)
Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) --- updated-dependencies: - dependency-name: babel-preset-gatsby dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9623344 commit 34eca53

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/plugin-proposal-private-methods": "^7.18.6",
5252
"@babel/plugin-transform-runtime": "^7.28.3",
5353
"autoprefixer": "^10.4.21",
54-
"babel-preset-gatsby": "^3.14.0",
54+
"babel-preset-gatsby": "^3.15.0",
5555
"chai": "^4.3.6",
5656
"dotenv": "^17.2.1",
5757
"gatsby-cli": "5.15.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4418,10 +4418,10 @@ babel-preset-fbjs@^3.4.0:
44184418
"@babel/plugin-transform-template-literals" "^7.0.0"
44194419
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
44204420

4421-
babel-preset-gatsby@^3.14.0:
4422-
version "3.14.0"
4423-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-3.14.0.tgz#17bb148e91c93735c056c8030c34f1477dfd2926"
4424-
integrity sha512-yE/1gmohqy+Y/v8RYWMyJ1WLrACSkblS8LRcByeNqqBPrDAaG5T/bU1Lhc75BW8j9iLDOkLilun3fGZRu5nacA==
4421+
babel-preset-gatsby@^3.14.0, babel-preset-gatsby@^3.15.0:
4422+
version "3.15.0"
4423+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-3.15.0.tgz#4a816374fb468b83e056f0189b19402a6da406ad"
4424+
integrity sha512-09DpFsY1sN3FF44fJJLAfLqj1mLCVylbuspogUoQsnZtulqZ50UZWnK22ztrYNSjICYO1DTGe77jsu/Skj4ZKw==
44254425
dependencies:
44264426
"@babel/plugin-proposal-class-properties" "^7.18.6"
44274427
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
@@ -4436,8 +4436,8 @@ babel-preset-gatsby@^3.14.0:
44364436
babel-plugin-dynamic-import-node "^2.3.3"
44374437
babel-plugin-macros "^3.1.0"
44384438
babel-plugin-transform-react-remove-prop-types "^0.4.24"
4439-
gatsby-core-utils "^4.14.0"
4440-
gatsby-legacy-polyfills "^3.14.0"
4439+
gatsby-core-utils "^4.15.0"
4440+
gatsby-legacy-polyfills "^3.15.0"
44414441

44424442
44434443
version "30.0.1"
@@ -7300,10 +7300,10 @@ gatsby-graphiql-explorer@^3.14.1:
73007300
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.14.1.tgz#592d81f64a17d429386b3dd21e026e22e7800d39"
73017301
integrity sha512-QC6XSIIrg4wp5Tb4qE7dkMpC+XDQDDIkQ3dkxajLn8P02tHHAUDLYlJGVHKILp5QQRlTXCPqk4AFZwh21NtJBw==
73027302

7303-
gatsby-legacy-polyfills@^3.14.0:
7304-
version "3.14.0"
7305-
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.14.0.tgz#45531260454c5e77f38cd1162a746ee1da4edd2d"
7306-
integrity sha512-CsNguwA88GgLgENx6WEuT8DDl+dus8FdedU1h43Xh9XtD8g/EjJGZk/N458+aZ32ulhuacJEexe3d9ASuEQxMQ==
7303+
gatsby-legacy-polyfills@^3.14.0, gatsby-legacy-polyfills@^3.15.0:
7304+
version "3.15.0"
7305+
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.15.0.tgz#0e4037f4611da2720c2cdec3d3086799986f1be2"
7306+
integrity sha512-JbB33TyrWEoe84QvRDsMv85Y5ScPbpvJSp7E48bKXIN5peRDG+h6WVwmyo4paxSeyaajYgyRtnfP9UQaRgh2DQ==
73077307
dependencies:
73087308
"@babel/runtime" "^7.20.13"
73097309
core-js-compat "3.31.0"

0 commit comments

Comments
 (0)