devexpress-gantt
Advanced tools
Comparing version 4.1.47 to 4.1.48
{ | ||
"name": "devexpress-gantt", | ||
"version": "4.1.47", | ||
"version": "4.1.48", | ||
"description": "DevExpress Gantt Control", | ||
"main": "dist/dx-gantt.min.js", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -15,8 +18,8 @@ "@devexpress/utils": "1.4.1", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"babel-register": "^6.26.0", | ||
"bootstrap": "^4.2.1", | ||
"canvas": "^2.5.0", | ||
"concurrently": "^4.1.0", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"css-loader": "^2.1.1", | ||
"concurrently": "^8.2.0", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.8.1", | ||
"css-minimizer-webpack-plugin": "^5.0.1", | ||
"decomment": "^0.9.5", | ||
@@ -29,29 +32,28 @@ "eslint": "^7.12.1", | ||
"express": "^4.16.4", | ||
"filemanager-webpack-plugin": "^2.0.5", | ||
"filemanager-webpack-plugin": "^8.0.0", | ||
"ignore-styles": "^5.0.1", | ||
"jasmine": "^3.3.1", | ||
"jquery": "^3.3.1", | ||
"jsdom": "^13.1.0", | ||
"jsdom": "^22.1.0", | ||
"lint-staged": "^10.5.0", | ||
"mini-css-extract-plugin": "^0.7.0", | ||
"node-sass": "^4.11.0", | ||
"mini-css-extract-plugin": "^2.7.6", | ||
"node-sass": "9.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"optimize-css-assets-webpack-plugin": "^5.0.1", | ||
"popper.js": "^1.14.6", | ||
"pre-commit": "^1.2.2", | ||
"sass-loader": "^7.1.0", | ||
"sass-loader": "^13.3.2", | ||
"stylelint": "^13.7.2", | ||
"stylelint-config-standard": "^20.0.0", | ||
"stylelint-scss": "^3.18.0", | ||
"terser-webpack-plugin": "^1.3.0", | ||
"ts-loader": "^5.3.2", | ||
"ts-node": "^7.0.1", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"ts-loader": "^9.4.4", | ||
"ts-node": "^10.9.1", | ||
"tslib": "2.3.1", | ||
"typescript": "^4.0.5", | ||
"webpack": "^4.28.1", | ||
"webpack-cli": "^3.1.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-merge": "^4.2.1" | ||
}, | ||
"scripts": { | ||
"build": "webpack --config webpack.config.js --mode production --progress --colors" | ||
"build": "webpack --config webpack.config.js --mode production --progress" | ||
}, | ||
@@ -58,0 +60,0 @@ "homepage": "https://devexpress.com/", |
@@ -5,4 +5,4 @@ 'use strict'; | ||
const TerserPlugin = require('terser-webpack-plugin'); | ||
const MiniCssExtractPlugin = require('mini-css-extract-plugin'); | ||
const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin'); | ||
const CssMinimizerPlugin = require("css-minimizer-webpack-plugin"); | ||
const MiniCssExtractPlugin = require("mini-css-extract-plugin"); | ||
const path = require('path'); | ||
@@ -38,3 +38,3 @@ const webpack = require('webpack'); | ||
mode: isProductionBuild ? 'production' : 'development', | ||
devtool: isProductionBuild ? '' :'inline-source-map', | ||
devtool: isProductionBuild ? false :'inline-source-map', | ||
entry: entry, | ||
@@ -48,2 +48,7 @@ output: { | ||
}, | ||
performance: { | ||
hints: false, | ||
maxEntrypointSize: 2048000, | ||
maxAssetSize: 2048000 | ||
}, | ||
module: { | ||
@@ -55,3 +60,8 @@ rules: [ | ||
{ loader: MiniCssExtractPlugin.loader }, | ||
{ loader: 'css-loader?-url' }, | ||
{ | ||
loader: 'css-loader', | ||
options: { | ||
url: false | ||
} | ||
}, | ||
{ loader: 'sass-loader' } | ||
@@ -75,4 +85,4 @@ ] | ||
}), | ||
new OptimizeCSSAssetsPlugin({ | ||
assetNameRegExp: /\.min\.css$/g | ||
new CssMinimizerPlugin({ | ||
test: /\.min\.css$/g | ||
}) | ||
@@ -79,0 +89,0 @@ ] |
{ | ||
"name": "devexpress-gantt", | ||
"version": "4.1.47", | ||
"version": "4.1.48", | ||
"description": "DevExpress Gantt Control", | ||
"main": "dist/dx-gantt.min.js", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"repository": { | ||
@@ -22,8 +25,8 @@ "type": "git", | ||
"@typescript-eslint/parser": "^4.6.0", | ||
"babel-register": "^6.26.0", | ||
"bootstrap": "^4.2.1", | ||
"canvas": "^2.5.0", | ||
"concurrently": "^4.1.0", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"css-loader": "^2.1.1", | ||
"concurrently": "^8.2.0", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.8.1", | ||
"css-minimizer-webpack-plugin": "^5.0.1", | ||
"decomment": "^0.9.5", | ||
@@ -36,25 +39,24 @@ "eslint": "^7.12.1", | ||
"express": "^4.16.4", | ||
"filemanager-webpack-plugin": "^2.0.5", | ||
"filemanager-webpack-plugin": "^8.0.0", | ||
"ignore-styles": "^5.0.1", | ||
"jasmine": "^3.3.1", | ||
"jquery": "^3.3.1", | ||
"jsdom": "^13.1.0", | ||
"jsdom": "^22.1.0", | ||
"lint-staged": "^10.5.0", | ||
"mini-css-extract-plugin": "^0.7.0", | ||
"node-sass": "^4.11.0", | ||
"mini-css-extract-plugin": "^2.7.6", | ||
"node-sass": "9.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"optimize-css-assets-webpack-plugin": "^5.0.1", | ||
"popper.js": "^1.14.6", | ||
"pre-commit": "^1.2.2", | ||
"sass-loader": "^7.1.0", | ||
"sass-loader": "^13.3.2", | ||
"stylelint": "^13.7.2", | ||
"stylelint-config-standard": "^20.0.0", | ||
"stylelint-scss": "^3.18.0", | ||
"terser-webpack-plugin": "^1.3.0", | ||
"ts-loader": "^5.3.2", | ||
"ts-node": "^7.0.1", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"ts-loader": "^9.4.4", | ||
"ts-node": "^10.9.1", | ||
"tslib": "2.3.1", | ||
"typescript": "^4.0.5", | ||
"webpack": "^4.28.1", | ||
"webpack-cli": "^3.1.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-merge": "^4.2.1" | ||
@@ -68,7 +70,7 @@ }, | ||
"lint-staged": "lint-staged", | ||
"build": "webpack --config webpack.build.js --mode production --progress --colors", | ||
"build-dev": "webpack --config webpack.path.js --mode development --progress --colors", | ||
"build-asp": "webpack --config webpack.path.js --mode production --progress --colors --patchAspProject", | ||
"build-dxt": "webpack --config webpack.path.js --mode production --progress --colors --patchDxtProject", | ||
"build-dxt-demos": "webpack --config webpack.path.js --mode production --progress --colors --patchDxtDemosProject", | ||
"build": "webpack --config webpack.build.js --mode production --progress", | ||
"build-dev": "webpack --config webpack.path.js --mode development --progress", | ||
"build-asp": "webpack --config webpack.path.js --mode production --progress --env patchAspProject", | ||
"build-dxt": "webpack --config webpack.path.js --mode production --progress --env patchDxtProject", | ||
"build-dxt-demos": "webpack --config webpack.path.js --mode production --progress --patchDxtDemosProject", | ||
"watch": "concurrently --kill-others \"node server.js\" \"webpack --config webpack.dev.js --mode development --watch\"", | ||
@@ -75,0 +77,0 @@ "test": "ts-node node_modules/jasmine/bin/jasmine --require=ignore-styles", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40
219
2196654
34792