File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "cldrjs" : " 0.5.5" ,
1313 "jquery" : " catalog:" ,
1414 "minimist" : " 1.2.8" ,
15- "parcel" : " 2.16.1 " ,
15+ "parcel" : " 2.16.4 " ,
1616 "rimraf" : " 3.0.2" ,
1717 "rollup" : " 4.22.4" ,
18- "vite" : " 5.4.21 " ,
18+ "vite" : " 7.3.2 " ,
1919 "webpack" : " 5.105.4" ,
2020 "webpack-cli" : " 4.10.0" ,
2121 "devextreme" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ import rollupConfig from './rollup.config.mjs';
22
33delete rollupConfig . output . file ;
44
5+ rollupConfig . plugins = rollupConfig . plugins . filter ( p => p . name !== 'commonjs' ) ;
6+
57module . exports = {
68 build : {
79 outDir : './dist/dist_vite' ,
Original file line number Diff line number Diff line change 120120 "sha.js@<=2.4.11" : " ^2.4.12" ,
121121 "socket.io-parser@>=4.0.0 <4.2.6" : " ^4.2.6" ,
122122 "tar@<=7.5.9" : " ^7.5.10" ,
123- "tmp@<= 0.2.3 " : " ^ 0.2.4 " ,
123+ "tmp@<0.2.6 " : " >= 0.2.6 " ,
124124 "tough-cookie@<4.1.3" : " ^4.1.3" ,
125125 "underscore@<=1.13.7" : " ^1.13.8" ,
126126 "undici@<7.24.0" : " ^7.24.0" ,
127127 "uuid@<14.0.0" : " ~14.0.0" ,
128- "vite@>=6.0.0 <6.4.1" : " ^7.3.2" ,
128+ "vite@>=6.0.0 <= 6.4.1" : " ^7.3.2" ,
129129 "vite@>=7.0.0 <=7.3.1" : " ^7.3.2" ,
130130 "webpack-dev-server@<=5.2.3" : " ^5.2.4" ,
131131 "yaml@>=2.0.0 <2.8.3" : " ^2.8.3" ,
132- "@babel/plugin-transform-modules-systemjs@>=7.12.0 <7.29.4" : " ^7.29.4"
132+ "@babel/plugin-transform-modules-systemjs@>=7.12.0 <7.29.4" : " ^7.29.4" ,
133+ "@eslint/plugin-kit@<0.3.4" : " >=0.3.4"
133134 }
134135 },
135136 "packageManager" : " pnpm@9.15.9" ,
You can’t perform that action at this time.
0 commit comments