Skip to content

Commit ae94950

Browse files
Update babel monorepo
1 parent 886e71f commit ae94950

File tree

14 files changed

+125
-124
lines changed

14 files changed

+125
-124
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@adeira/babel-preset-adeira": "^4.0.0",
1313
"@adeira/eslint-config": "^8.4.0",
1414
"@adeira/monorepo-utils": "^0.12.0",
15-
"@babel/cli": "^7.27.1",
16-
"@babel/core": "^7.27.1",
15+
"@babel/cli": "^7.27.2",
16+
"@babel/core": "^7.27.3",
1717
"@yarnpkg/types": "^4.0.1",
1818
"babel-jest": "^29.7.0",
1919
"babel-loader": "^9.2.1",

src/babel-preset-adeira/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"sideEffects": false,
1616
"dependencies": {
1717
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
18-
"@babel/plugin-transform-runtime": "^7.27.1",
19-
"@babel/preset-env": "^7.27.1",
18+
"@babel/plugin-transform-runtime": "^7.27.3",
19+
"@babel/preset-env": "^7.27.2",
2020
"@babel/preset-react": "^7.27.1",
21-
"@babel/runtime": "^7.27.1",
21+
"@babel/runtime": "^7.27.3",
2222
"babel-plugin-syntax-hermes-parser": "^0.28.1",
2323
"babel-plugin-transform-flow-enums": "^0.0.2"
2424
},
@@ -28,6 +28,6 @@
2828
"strip-ansi": "^6.0.1"
2929
},
3030
"peerDependencies": {
31-
"@babel/core": "^7.27.1"
31+
"@babel/core": "^7.27.3"
3232
}
3333
}

src/eslint-config-adeira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "commonjs",
1515
"sideEffects": false,
1616
"dependencies": {
17-
"@babel/runtime": "^7.27.1",
17+
"@babel/runtime": "^7.27.3",
1818
"@next/eslint-plugin-next": "^14.2.28",
1919
"eslint-config-prettier": "^9.1.0",
2020
"eslint-plugin-adeira": "^0.15.0",

src/eslint-fixtures-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@adeira/flow-types-eslint": "0.0.0",
1717
"@adeira/js": "^2.1.1",
18-
"@babel/runtime": "^7.27.1",
18+
"@babel/runtime": "^7.27.3",
1919
"eslint": "^8.57.1",
2020
"hermes-eslint": "^0.28.1",
2121
"jest-docblock": "^29.7.0"

src/eslint-plugin-adeira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "commonjs",
1515
"sideEffects": false,
1616
"dependencies": {
17-
"@babel/runtime": "^7.27.1",
17+
"@babel/runtime": "^7.27.3",
1818
"fast-levenshtein": "^3.0.0"
1919
},
2020
"devDependencies": {

src/fixtures-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"sideEffects": false,
1616
"dependencies": {
1717
"@adeira/js": "^2.1.1",
18-
"@babel/runtime": "^7.27.1"
18+
"@babel/runtime": "^7.27.3"
1919
}
2020
}

src/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "commonjs",
1515
"sideEffects": false,
1616
"dependencies": {
17-
"@babel/runtime": "^7.27.1"
17+
"@babel/runtime": "^7.27.3"
1818
},
1919
"devDependencies": {
2020
"@adeira/js": "^2.1.1",

src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"type": "commonjs",
1515
"sideEffects": false,
1616
"dependencies": {
17-
"@babel/runtime": "^7.27.1"
17+
"@babel/runtime": "^7.27.3"
1818
}
1919
}

src/monorepo-npm-publisher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@adeira/babel-preset-adeira": "^4.0.0",
1818
"@adeira/monorepo-utils": "^0.12.0",
19-
"@babel/runtime": "^7.27.1",
19+
"@babel/runtime": "^7.27.3",
2020
"@npmcli/arborist": "^7.5.4",
2121
"chalk": "^4.1.2",
2222
"is-ci": "^3.0.1",
@@ -28,6 +28,6 @@
2828
"tar": "^7.4.3"
2929
},
3030
"peerDependencies": {
31-
"@babel/core": "^7.27.1"
31+
"@babel/core": "^7.27.3"
3232
}
3333
}

src/monorepo-shipit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@adeira/js": "^2.1.1",
2121
"@adeira/monorepo-utils": "^0.12.0",
2222
"@adeira/shell-command": "^0.1.0",
23-
"@babel/runtime": "^7.27.1",
23+
"@babel/runtime": "^7.27.3",
2424
"chalk": "^4.1.2",
2525
"commander": "^12.1.0",
2626
"fast-levenshtein": "^3.0.0"

src/monorepo-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@adeira/js": "^2.1.1",
2121
"@adeira/shell-command": "^0.1.0",
2222
"@babel/register": "^7.27.1",
23-
"@babel/runtime": "^7.27.1",
23+
"@babel/runtime": "^7.27.3",
2424
"glob": "^11.0.2",
2525
"is-ci": "^3.0.1",
2626
"semver": "^7.7.1"

src/relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@adeira/js": "^2.1.1",
21-
"@babel/runtime": "^7.27.1",
21+
"@babel/runtime": "^7.27.3",
2222
"babel-plugin-relay": "^16.2.0",
2323
"react-relay": "^16.2.0",
2424
"relay-compiler": "^16.2.0",

src/shell-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"license": "MIT",
1414
"type": "commonjs",
1515
"dependencies": {
16-
"@babel/runtime": "^7.27.1"
16+
"@babel/runtime": "^7.27.3"
1717
}
1818
}

0 commit comments

Comments
 (0)