Skip to content

Commit 9cd08a6

Browse files
committed
chore(suite): bump babel
1 parent 564f4c1 commit 9cd08a6

File tree

5 files changed

+118
-118
lines changed

5 files changed

+118
-118
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@
109109
"@headlessui/react": "^2.2.0"
110110
},
111111
"devDependencies": {
112-
"@babel/cli": "^7.28.0",
113-
"@babel/core": "^7.28.0",
112+
"@babel/cli": "^7.28.3",
113+
"@babel/core": "^7.28.4",
114114
"@babel/node": "^7.28.0",
115115
"@babel/plugin-proposal-decorators": "^7.28.0",
116-
"@babel/plugin-transform-runtime": "^7.28.0",
117-
"@babel/preset-env": "^7.28.0",
116+
"@babel/plugin-transform-runtime": "^7.28.3",
117+
"@babel/preset-env": "^7.28.3",
118118
"@babel/preset-react": "^7.27.1",
119119
"@babel/preset-typescript": "^7.27.1",
120-
"@babel/runtime": "^7.28.2",
120+
"@babel/runtime": "^7.28.4",
121121
"@trezor/eslint": "workspace:*",
122122
"@types/jest": "29.5.12",
123123
"@types/node": "22.13.10",

packages/connect-examples/mobile-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-native": "0.79.3"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.28.0",
20+
"@babel/core": "^7.28.4",
2121
"@types/react": "^19.0.0",
2222
"typescript": "5.8.3"
2323
},

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prepublish": "yarn tsx ../../scripts/prepublish.js"
5151
},
5252
"devDependencies": {
53-
"@babel/preset-env": "^7.28.0",
53+
"@babel/preset-env": "^7.28.3",
5454
"@babel/preset-typescript": "^7.27.1",
5555
"@trezor/eslint": "workspace:*",
5656
"@trezor/trezor-user-env-link": "workspace:*",

suite-native/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"redux-persist": "6.0.0"
142142
},
143143
"devDependencies": {
144-
"@babel/core": "^7.28.0",
144+
"@babel/core": "^7.28.4",
145145
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
146146
"@config-plugins/detox": "^11.0.0",
147147
"@currents/cmd": "^1.6.9",

0 commit comments

Comments
 (0)