mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
chore: Bump babel
This commit is contained in:
committed by
Jiri Zbytovsky
parent
bf2bc01468
commit
dddbb03058
12
package.json
12
package.json
@@ -124,15 +124,15 @@
|
||||
"expo-build-properties": "~1.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/node": "^7.28.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.28.0",
|
||||
"@babel/cli": "7.28.6",
|
||||
"@babel/core": "7.28.6",
|
||||
"@babel/node": "^7.28.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.28.6",
|
||||
"@babel/plugin-transform-runtime": "7.28.5",
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/preset-env": "7.28.6",
|
||||
"@babel/preset-react": "^7.28.5",
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
"@babel/runtime": "7.28.4",
|
||||
"@babel/runtime": "7.28.6",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/node": "22.13.10",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"react-native": "0.81.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/core": "7.28.6",
|
||||
"@types/react": "19.1.6",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"prepublishOnly": "yarn tsx ../../scripts/publish/prepublishNPM.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "7.28.5",
|
||||
"@babel/preset-env": "7.28.6",
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/bytebuffer": "^5.0.49",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"generate-package": "tsx generatePackage.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.28.3",
|
||||
"@babel/cli": "7.28.6",
|
||||
"@mobily/ts-belt": "^3.13.1",
|
||||
"@trezor/eslint": "workspace:*",
|
||||
"@types/semver": "^7.7.0",
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.28.5",
|
||||
"@babel/core": "7.28.6",
|
||||
"@config-plugins/detox": "^11.0.0",
|
||||
"@currents/cmd": "^1.9.4",
|
||||
"@jest/globals": "^29.7.0",
|
||||
|
||||
Reference in New Issue
Block a user