Skip to content

Commit 587f6b9

Browse files
authored
Merge branch 'main' into DST-646-Improve-accessibility-of-XLoader
2 parents b9b1820 + 66615a5 commit 587f6b9

File tree

5 files changed

+542
-586
lines changed

5 files changed

+542
-586
lines changed

config/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"directory": "config/eslint"
2020
},
2121
"dependencies": {
22-
"@babel/core": "7.26.0",
22+
"@babel/core": "7.26.7",
2323
"@babel/eslint-parser": "^7.24.8",
2424
"@babel/plugin-syntax-flow": "^7.24.7",
2525
"@babel/plugin-transform-react-jsx": "^7.24.7",

config/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"directory": "config/jest"
2222
},
2323
"dependencies": {
24-
"@babel/core": "7.26.0",
24+
"@babel/core": "7.26.7",
2525
"@swc/core": "1.10.7",
2626
"@swc/jest": "0.2.37",
2727
"@types/jest": "29.5.14",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"packageManager": "pnpm@9.12.3",
1111
"dependencies": {
12-
"@babel/core": "7.26.0",
12+
"@babel/core": "7.26.7",
1313
"@changesets/changelog-git": "0.2.0",
14-
"@changesets/cli": "2.27.11",
14+
"@changesets/cli": "2.27.12",
1515
"@manypkg/get-packages": "2.2.2",
1616
"@marigold/eslint-config": "workspace:*",
1717
"@marigold/jest-config": "workspace:*",

packages/system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-dom": "19.x"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "7.26.0",
39+
"@babel/core": "7.26.7",
4040
"@marigold/tsconfig": "workspace:*",
4141
"postcss": "8.5.1",
4242
"react": "19.0.0",

0 commit comments

Comments
 (0)