Skip to content

Commit

Permalink
Update babel monorepo to ^7.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Feb 15, 2025
1 parent 0c45bf3 commit c20bf4a
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 105 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@adeira/eslint-config": "^8.4.0",
"@adeira/monorepo-utils": "^0.12.0",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@yarnpkg/types": "^4.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
Expand Down
8 changes: 4 additions & 4 deletions src/babel-preset-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"sideEffects": false,
"dependencies": {
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@babel/plugin-transform-runtime": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"babel-plugin-syntax-hermes-parser": "^0.26.0",
"babel-plugin-transform-flow-enums": "^0.0.2"
},
Expand All @@ -28,6 +28,6 @@
"strip-ansi": "^6.0.1"
},
"peerDependencies": {
"@babel/core": "^7.26.8"
"@babel/core": "^7.26.9"
}
}
2 changes: 1 addition & 1 deletion src/eslint-config-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"@next/eslint-plugin-next": "^14.2.24",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-adeira": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-fixtures-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@adeira/flow-types-eslint": "0.0.0",
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"eslint": "^8.57.1",
"hermes-eslint": "^0.26.0",
"jest-docblock": "^29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-plugin-adeira/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"fast-levenshtein": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/fixtures-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"sideEffects": false,
"dependencies": {
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.26.7"
"@babel/runtime": "^7.26.9"
}
}
2 changes: 1 addition & 1 deletion src/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.26.7"
"@babel/runtime": "^7.26.9"
},
"devDependencies": {
"@adeira/js": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"type": "commonjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.26.7"
"@babel/runtime": "^7.26.9"
}
}
4 changes: 2 additions & 2 deletions src/monorepo-npm-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
"@adeira/monorepo-utils": "^0.12.0",
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"@npmcli/arborist": "^7.5.4",
"chalk": "^4.1.2",
"is-ci": "^3.0.1",
Expand All @@ -28,6 +28,6 @@
"tar": "^7.4.3"
},
"peerDependencies": {
"@babel/core": "^7.26.8"
"@babel/core": "^7.26.9"
}
}
2 changes: 1 addition & 1 deletion src/monorepo-shipit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@adeira/js": "^2.1.1",
"@adeira/monorepo-utils": "^0.12.0",
"@adeira/shell-command": "^0.1.0",
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"fast-levenshtein": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/monorepo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@adeira/js": "^2.1.1",
"@adeira/shell-command": "^0.1.0",
"@babel/register": "^7.25.9",
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"glob": "^11.0.1",
"is-ci": "^3.0.1",
"semver": "^7.7.1"
Expand Down
2 changes: 1 addition & 1 deletion src/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@adeira/js": "^2.1.1",
"@babel/runtime": "^7.26.7",
"@babel/runtime": "^7.26.9",
"babel-plugin-relay": "^16.2.0",
"react-relay": "^16.2.0",
"relay-compiler": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/shell-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@babel/runtime": "^7.26.7"
"@babel/runtime": "^7.26.9"
}
}
Loading

0 comments on commit c20bf4a

Please sign in to comment.