Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-typescript": "^7.27.0",
"@codecov/vite-plugin": "^1.9.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1947,19 +1947,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-runtime@npm:^7.28.0":
version: 7.28.0
resolution: "@babel/plugin-transform-runtime@npm:7.28.0"
"@babel/plugin-transform-runtime@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/plugin-transform-runtime@npm:7.29.0"
dependencies:
"@babel/helper-module-imports": "npm:^7.27.1"
"@babel/helper-plugin-utils": "npm:^7.27.1"
"@babel/helper-module-imports": "npm:^7.28.6"
"@babel/helper-plugin-utils": "npm:^7.28.6"
babel-plugin-polyfill-corejs2: "npm:^0.4.14"
babel-plugin-polyfill-corejs3: "npm:^0.13.0"
babel-plugin-polyfill-regenerator: "npm:^0.6.5"
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/71eba1e6aaafacb2ec0fd468394c7aeaff32265b21424bd9b2d963368a4a5260547e06976bb34e2553a7179463c3a3a4c2a4552256b5112c8b7dcadb7bd5bb07
checksum: 10c0/05a451cb96a1e6ccfdd1a123773208615cd14cb156aa0aa99a448d86e4326b36b9ab2be8267037bd27644a5918dac88378b791d020b3c08a4fd8f3415621a006
languageName: node
linkType: hard

Expand Down Expand Up @@ -4294,7 +4294,7 @@ __metadata:
"@babel/core": "npm:^7.28.0"
"@babel/plugin-proposal-class-properties": "npm:^7.16.7"
"@babel/plugin-proposal-object-rest-spread": "npm:^7.16.7"
"@babel/plugin-transform-runtime": "npm:^7.28.0"
"@babel/plugin-transform-runtime": "npm:^7.29.0"
"@babel/preset-env": "npm:^7.29.0"
"@babel/preset-typescript": "npm:^7.27.0"
"@babel/runtime": "npm:^7.28.6"
Expand Down
Loading