Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/bundlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"cldrjs": "0.5.5",
"jquery": "catalog:",
"minimist": "1.2.8",
"parcel": "2.16.1",
"parcel": "2.16.4",
"rimraf": "3.0.2",
"rollup": "4.22.4",
"vite": "5.4.21",
"vite": "7.3.2",
"webpack": "5.105.4",
"webpack-cli": "4.10.0",
"devextreme": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions e2e/bundlers/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import rollupConfig from './rollup.config.mjs';

delete rollupConfig.output.file;

rollupConfig.plugins = rollupConfig.plugins.filter(p => p.name !== 'commonjs');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this comment?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, i removed it


module.exports = {
build: {
outDir: './dist/dist_vite',
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,17 @@
"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",
"tmp@<0.2.6": ">=0.2.6",
"tough-cookie@<4.1.3": "^4.1.3",
"underscore@<=1.13.7": "^1.13.8",
"undici@<7.24.0": "^7.24.0",
"uuid@<14.0.0": "~14.0.0",
"vite@>=6.0.0 <6.4.1": "^7.3.2",
"vite@>=6.0.0 <=6.4.1": "^7.3.2",
"vite@>=7.0.0 <=7.3.1": "^7.3.2",
"webpack-dev-server@<=5.2.3": "^5.2.4",
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <7.29.4": "^7.29.4"
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <7.29.4": "^7.29.4",
"@eslint/plugin-kit@<0.3.4": ">=0.3.4"
}
},
"packageManager": "pnpm@9.15.9",
Expand Down
Loading
Loading