Skip to content
Draft
60 changes: 53 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,64 @@
],
"pnpm": {
"overrides": {
"@devexpress/callsite-record@^4.1.6": "4.1.6",
"@angular/common@>=19.0.0 <19.2.16": "^19.2.20",
"@angular/compiler@>=19.0.0-next.0 <19.2.20": "^19.2.20",
"@angular/core@>=19.0.0-next.0 <19.2.20": "^19.2.20",
"@angular/platform-server@>=19.0.0-next.0 <19.2.20": "^19.2.20",
"@devexpress/callsite-record@^4.1.6": "4.1.7",
"@hono/node-server@<1.19.10": "^1.19.10",
"@isaacs/brace-expansion@<=5.0.0": "^5.0.1",
"@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3": "^1.26.0",
"@tootallnate/once@<3.0.1": "^3.0.1",
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
"axios@<=1.13.4": "^1.13.5",
"basic-ftp@<5.2.1": "~5.2.1",
"bn.js@<4.12.3": "4.12.3",
"bn.js@>=5.0.0 <5.2.3": "5.2.3",
"brace-expansion@<1.1.13": "1.1.13",
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
"braces@<3.0.3": "^3.0.3",
"cookie@<0.7.0": "^0.7.0",
"diff@>=4.0.0 <4.0.4": "4.0.4",
"diff@>=5.0.0 <5.2.2": "5.2.2",
"dompurify@<=3.3.1": "^3.3.2",
"express-rate-limit@>=8.2.0 <8.2.2": "^8.2.2",
"flatted@<3.4.0": "^3.4.0",
"form-data@<2.5.4": "2.5.5",
"form-data@>=4.0.0 <4.0.4": "^4.0.5",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"hono@<4.12.4": "^4.12.4",
"immutable@>=4.0.0-rc.1 <4.3.8": "^4.3.8",
"immutable@>=5.0.0 <5.1.5": "^5.1.5",
"json5@<1.0.2": "^2.2.3",
"lodash.template@<4.18.1": "4.18.1",
"lodash@<4.18.1": "4.18.1",
"micromatch@<4.0.8": "^4.0.8",
"minimatch@<3.1.5": "3.1.5",
"minimatch@>=10.0.0 < 10.2.4": "10.2.4",
"minimatch@>=5.0.0 <5.1.8": "5.1.8",
"minimatch@>=9.0.0 < 9.0.7": "9.0.9",
"node-forge@<1.4.0": "1.4.0",
"path-to-regexp@0.1.12": "0.1.13",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
"pbkdf2@<=3.1.2": "^3.1.3",
"sha.js@<=2.4.11": "^2.4.12",
"picomatch@>=2.0.0 <2.3.2": "2.3.2",
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
"qs": ">=6.14.1",
"rollup@< 4.59.0": "^4.59.0",
"rollup@<2.79.2": "^4.53.3",
"json5@<1.0.2": "^2.2.3",
"axios@<1.8.2": "^1.13.2",
"braces@<3.0.3": "^3.0.3",
"semver@<5.7.2": "^5.7.2",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"node-forge@<1.3.2": "^1.3.2"
"serialize-javascript@<=7.0.2": "7.0.5",
"sha.js@<=2.4.11": "^2.4.12",
"socket.io-parser@>=4.0.0 <4.2.6": "^4.2.6",
"tar@<=7.5.9": "^7.5.10",
"tmp@<=0.2.3": "^0.2.4",
"tough-cookie@<4.1.3": "^4.1.3",
"underscore@<=1.13.7": "^1.13.8",
"undici@<7.24.0": "^7.24.0",
"vite@>=5.0.0 <=5.4.20": "^5.4.21",
"vite@>=6.0.0 <6.4.1": "^7.3.2",
"vite@>=7.0.0 <=7.3.1": "^7.3.2"
}
},
"packageManager": "pnpm@9.15.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme-angular/tests/src/ui/data-grid.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,6 @@ describe('DxDataGrid slow tests', () => {
const memoryAfter = await (performance as any).measureUserAgentSpecificMemory();
const memoryDiff = Math.round((memoryAfter.bytes - memoryBefore.bytes) / 1024);

expect(memoryDiff).toBeLessThan(30);
expect(memoryDiff).toBeLessThan(100);
});
});
16 changes: 8 additions & 8 deletions packages/devextreme-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,17 @@
"devDependencies": {
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "~18.0.38",
"@types/react-dom": "~18.0.11",
"@typescript-eslint/eslint-plugin": "catalog:eslint8",
"@typescript-eslint/parser": "catalog:eslint8",
"del": "3.0.0",
"devextreme-metadata": "workspace:*",
"eslint": "catalog:eslint8",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "catalog:eslint8",
"eslint-config-devextreme": "1.1.5",
"eslint-plugin-import": "catalog:eslint8",
"gulp": "4.0.2",
"gulp-header": "2.0.9",
"gulp-shell": "0.8.0",
Expand All @@ -82,12 +87,7 @@
"react": "18.0.0",
"react-dom": "18.0.0",
"ts-jest": "29.1.3",
"typescript": "4.9.5",
"eslint": "catalog:eslint8",
"eslint-config-airbnb-typescript": "catalog:eslint8",
"eslint-plugin-import": "catalog:eslint8",
"@typescript-eslint/eslint-plugin": "catalog:eslint8",
"@typescript-eslint/parser": "catalog:eslint8"
"typescript": "4.9.5"
},
"publishConfig": {
"directory": "npm",
Expand Down
28 changes: 14 additions & 14 deletions packages/devextreme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@
"@jest/globals": "29.7.0",
"@stylistic/eslint-plugin": "catalog:",
"@testcafe-community/axe": "3.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/enzyme": "3.10.18",
"@types/enzyme": "3.10.19",
"@types/jquery": "3.5.29",
"@types/react": "16.14.34",
"@types/react": "16.14.69",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/experimental-utils": "5.62.0",
"@typescript-eslint/parser": "catalog:",
"ast-types": "0.14.2",
"autoprefixer": "10.4.21",
"autoprefixer": "10.4.27",
"axe-core": "catalog:",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-inferno": "6.8.3",
"babel-plugin-inferno": "6.8.5",
"cldr-core": "41.0.0",
"cldr-numbers-full": "41.0.0",
"cldrjs": "0.5.5",
Expand All @@ -108,7 +108,7 @@
"del": "2.2.2",
"devextreme-aspnet-data": "5.0.0",
"devextreme-cldr-data": "1.0.3",
"devextreme-exceljs-fork": "^4.4.7",
"devextreme-exceljs-fork": "4.4.7",
"devextreme-screenshot-comparer": "2.0.17",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.8",
Expand All @@ -130,11 +130,11 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-testcafe": "0.2.1",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-unicorn": "60.0.0",
"fancy-log": "2.0.0",
"file-saver": "2.0.5",
"glob": "10.4.5",
"globalize": "1.7.0",
"globalize": "1.7.1",
"globals": "catalog:",
"gulp": "4.0.2",
"gulp-autoprefixer": "10.0.0",
Expand Down Expand Up @@ -166,16 +166,16 @@
"gulp-typescript": "5.0.1",
"gulp-uglify-es": "3.0.0",
"gulp-watch": "5.0.1",
"ignore": "5.3.1",
"ignore": "5.3.2",
"intl": "1.2.5",
"jest-each": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jquery": "3.7.1",
"jquery.tmpl": "0.0.2",
"jspdf": "4.0.0",
"jspdf-autotable": "3.8.3",
"knockout": "3.5.1",
"jspdf-autotable": "3.8.4",
"knockout": "3.5.2",
"lazypipe": "1.0.2",
"looks-same": "7.3.0",
"map-stream": "0.0.7",
Expand All @@ -190,7 +190,7 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-test-renderer": "16.14.0",
"recast": "0.23.4",
"recast": "0.23.11",
"sass-embedded": "1.59.2",
"shelljs": "0.8.5",
"sinon": "18.0.1",
Expand All @@ -202,10 +202,10 @@
"systemjs-plugin-css": "0.1.37",
"systemjs-plugin-json": "0.3.0",
"systemjs-plugin-text": "0.0.11",
"terser-webpack-plugin": "5.3.9",
"terser-webpack-plugin": "5.3.17",
"through2": "2.0.5",
"ts-jest": "29.1.2",
"tsc-alias": "1.8.10",
"tsc-alias": "1.8.16",
"typescript": "4.9.5",
"typescript-min": "npm:typescript@4.9.5",
"uuid": "9.0.1",
Expand Down
Loading
Loading