Skip to content

Commit 31b143a

Browse files
chore: update deps
1 parent d962958 commit 31b143a

4 files changed

Lines changed: 745 additions & 518 deletions

File tree

apps/demos/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devextreme-vue": "workspace:*"
1616
},
1717
"dependencies": {
18-
"@angular/animations": "~21.1.0",
1918
"@angular-devkit/build-angular": "~21.1.0",
19+
"@angular/animations": "~21.1.0",
2020
"@angular/cli": "~21.1.5",
2121
"@angular/common": "~21.1.0",
2222
"@angular/compiler": "~21.2.0",
@@ -47,6 +47,7 @@
4747
"dx-systemjs-vue-browser": "1.1.2",
4848
"esbuild": "0.25.0",
4949
"esbuild-plugin-vue3": "0.3.2",
50+
"express-rate-limit": "^8.3.1",
5051
"file-saver-es": "2.0.5",
5152
"fs-extra": "11.1.1",
5253
"globalize": "1.7.1",
@@ -88,11 +89,10 @@
8889
"yargs": "17.7.2",
8990
"zod": "catalog:",
9091
"zod-to-json-schema": "catalog:",
91-
"zone.js": "0.15.1",
92-
"express-rate-limit": "^8.3.1"
92+
"zone.js": "0.15.1"
9393
},
9494
"devDependencies": {
95-
"@angular/platform-server": "21.2.9",
95+
"@angular/platform-server": "^21.2.14",
9696
"@babel/core": "7.29.0",
9797
"@babel/eslint-parser": "catalog:",
9898
"@babel/preset-env": "7.29.2",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@
118118
"dompurify@<=3.3.3": ">=3.4.0",
119119
"brace-expansion@<1.1.13": "^1.1.13",
120120
"brace-expansion@>=2.0.0 <2.0.3": "^5.0.5",
121-
"brace-expansion@>=4.0.0 <5.0.5": "^5.0.5",
121+
"brace-expansion@>=4.0.0 <5.0.6": "^5.0.6",
122122
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
123123
"follow-redirects@<=1.15.11": ">=1.16.0",
124-
"@angular/platform-server@>=20.0.0-next.0 <20.3.19": "^20.3.19",
124+
"@angular/platform-server@>=21.0.0-next.0 <21.2.13": "^21.2.13",
125+
"ws@>=8.0.0 <8.20.1": "^8.20.1",
125126
"stylelint-config-recommended-vue@1.6.1>stylelint-config-recommended": "^16.0.0",
126127
"uuid@<14.0.0": "~14.0.0",
127128
"postcss@<8.5.10": "8.5.10",

0 commit comments

Comments
 (0)