Skip to content

Commit 0697200

Browse files
chore(deps-dev): bump @babel/plugin-transform-runtime
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.28.0 to 7.29.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-plugin-transform-runtime) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-runtime" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2ab469 commit 0697200

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@babel/core": "^7.28.0",
5050
"@babel/plugin-proposal-class-properties": "^7.16.7",
5151
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
52-
"@babel/plugin-transform-runtime": "^7.28.0",
52+
"@babel/plugin-transform-runtime": "^7.29.0",
5353
"@babel/preset-env": "^7.29.0",
5454
"@babel/preset-typescript": "^7.27.0",
5555
"@codecov/vite-plugin": "^1.9.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,19 +1947,19 @@ __metadata:
19471947
languageName: node
19481948
linkType: hard
19491949

1950-
"@babel/plugin-transform-runtime@npm:^7.28.0":
1951-
version: 7.28.0
1952-
resolution: "@babel/plugin-transform-runtime@npm:7.28.0"
1950+
"@babel/plugin-transform-runtime@npm:^7.29.0":
1951+
version: 7.29.0
1952+
resolution: "@babel/plugin-transform-runtime@npm:7.29.0"
19531953
dependencies:
1954-
"@babel/helper-module-imports": "npm:^7.27.1"
1955-
"@babel/helper-plugin-utils": "npm:^7.27.1"
1954+
"@babel/helper-module-imports": "npm:^7.28.6"
1955+
"@babel/helper-plugin-utils": "npm:^7.28.6"
19561956
babel-plugin-polyfill-corejs2: "npm:^0.4.14"
19571957
babel-plugin-polyfill-corejs3: "npm:^0.13.0"
19581958
babel-plugin-polyfill-regenerator: "npm:^0.6.5"
19591959
semver: "npm:^6.3.1"
19601960
peerDependencies:
19611961
"@babel/core": ^7.0.0-0
1962-
checksum: 10c0/71eba1e6aaafacb2ec0fd468394c7aeaff32265b21424bd9b2d963368a4a5260547e06976bb34e2553a7179463c3a3a4c2a4552256b5112c8b7dcadb7bd5bb07
1962+
checksum: 10c0/05a451cb96a1e6ccfdd1a123773208615cd14cb156aa0aa99a448d86e4326b36b9ab2be8267037bd27644a5918dac88378b791d020b3c08a4fd8f3415621a006
19631963
languageName: node
19641964
linkType: hard
19651965

@@ -4294,7 +4294,7 @@ __metadata:
42944294
"@babel/core": "npm:^7.28.0"
42954295
"@babel/plugin-proposal-class-properties": "npm:^7.16.7"
42964296
"@babel/plugin-proposal-object-rest-spread": "npm:^7.16.7"
4297-
"@babel/plugin-transform-runtime": "npm:^7.28.0"
4297+
"@babel/plugin-transform-runtime": "npm:^7.29.0"
42984298
"@babel/preset-env": "npm:^7.29.0"
42994299
"@babel/preset-typescript": "npm:^7.27.0"
43004300
"@babel/runtime": "npm:^7.28.6"

0 commit comments

Comments
 (0)