Skip to content

Commit 5cb0a0f

Browse files
Merge branch '26_1' into renovate/npm-angular-compiler-vulnerability
2 parents ba23f5e + 4e49db4 commit 5cb0a0f

5 files changed

Lines changed: 1184 additions & 312 deletions

File tree

apps/demos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
},
9292
"devDependencies": {
9393
"@angular/platform-server": "21.1.6",
94-
"@babel/core": "7.28.6",
94+
"@babel/core": "7.29.0",
9595
"@babel/eslint-parser": "catalog:",
96-
"@babel/preset-env": "7.28.6",
96+
"@babel/preset-env": "7.29.0",
9797
"@babel/preset-react": "7.28.5",
9898
"@babel/preset-typescript": "7.28.5",
9999
"@eslint/compat": "1.4.1",

e2e/testcafe-devextreme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@babel/eslint-parser": "catalog:eslint8",
11-
"@babel/plugin-transform-runtime": "7.28.5",
11+
"@babel/plugin-transform-runtime": "7.29.0",
1212
"@testcafe-community/axe": "3.5.0",
1313
"@types/jquery": "catalog:",
1414
"axe-core": "catalog:",

packages/devextreme/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"rrule": "^2.7.1"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "7.28.6",
69+
"@babel/core": "7.29.0",
7070
"@babel/eslint-parser": "catalog:",
71-
"@babel/parser": "7.28.6",
71+
"@babel/parser": "7.29.0",
7272
"@babel/plugin-transform-modules-commonjs": "7.28.6",
73-
"@babel/plugin-transform-runtime": "7.28.5",
74-
"@babel/preset-env": "7.28.6",
73+
"@babel/plugin-transform-runtime": "7.29.0",
74+
"@babel/preset-env": "7.29.0",
7575
"@devextreme-generator/angular": "3.0.12",
7676
"@devextreme-generator/build-helpers": "3.0.12",
7777
"@devextreme-generator/core": "3.0.12",

packages/nx-infra-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lodash": "4.17.23",
1919
"normalize-path": "3.0.0",
2020
"rimraf": "3.0.2",
21-
"tsc-alias": "1.8.10"
21+
"tsc-alias": "1.8.16"
2222
},
2323
"peerDependencies": {
2424
"@babel/core": ">=7.0.0",

0 commit comments

Comments
 (0)