Skip to content

Commit a269fbf

Browse files
author
pipeline
committed
v15.4.19-preview is released
1 parent 1e1e088 commit a269fbf

File tree

3 files changed

+54
-51
lines changed

3 files changed

+54
-51
lines changed

dist/ej2.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ej2.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "@syncfusion/ej2",
3-
"version": "15.4.17",
4-
"description": "Essential JS 2",
5-
"author": "Syncfusion Inc.",
6-
"license": "SEE LICENSE IN license",
7-
"dependencies": {
8-
"@syncfusion/ej2-base": "*",
9-
"@syncfusion/ej2-buttons": "*",
10-
"@syncfusion/ej2-calendars": "*",
11-
"@syncfusion/ej2-charts": "*",
12-
"@syncfusion/ej2-circulargauge": "*",
13-
"@syncfusion/ej2-compression": "*",
14-
"@syncfusion/ej2-data": "*",
15-
"@syncfusion/ej2-dropdowns": "*",
16-
"@syncfusion/ej2-excel-export": "*",
17-
"@syncfusion/ej2-file-utils": "*",
18-
"@syncfusion/ej2-grids": "*",
19-
"@syncfusion/ej2-inputs": "*",
20-
"@syncfusion/ej2-lineargauge": "*",
21-
"@syncfusion/ej2-lists": "*",
22-
"@syncfusion/ej2-navigations": "*",
23-
"@syncfusion/ej2-pdf-export": "*",
24-
"@syncfusion/ej2-popups": "*",
25-
"tslib": "^1.8.0"
26-
},
27-
"devDependencies": {
28-
"rollup": "^0.51.3",
29-
"rollup-plugin-commonjs": "^8.2.6",
30-
"rollup-plugin-node-resolve": "^3.0.0",
31-
"rollup-plugin-sourcemaps": "^0.4.2",
32-
"rollup-plugin-typescript": "^0.8.1",
33-
"rollup-plugin-uglify": "^2.0.1",
34-
"es6-promise": "^3.2.1",
35-
"gulp": "^3.9.1",
36-
"gulp-sass": "^3.1.0",
37-
"gulp-typescript": "^3.1.6",
38-
"requirejs": "^2.3.3",
39-
"typescript": "2.3.4"
40-
},
41-
"keywords": [
42-
"ej2",
43-
"syncfusion",
44-
"ej2-all"
45-
],
46-
"repository": {
47-
"type": "git",
48-
"url": "https://github.com/syncfusion/ej2"
49-
},
50-
"scripts": {
51-
"build": "gulp build"
52-
}
2+
"name": "@syncfusion/ej2",
3+
"version": "15.4.19",
4+
"description": "Essential JS 2",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"dependencies": {
8+
"@syncfusion/ej2-base": "^15.4.19",
9+
"@syncfusion/ej2-buttons": "^15.4.17",
10+
"@syncfusion/ej2-calendars": "^15.4.17",
11+
"@syncfusion/ej2-charts": "^15.4.17",
12+
"@syncfusion/ej2-circulargauge": "^15.4.17",
13+
"@syncfusion/ej2-compression": "^15.4.17",
14+
"@syncfusion/ej2-data": "^15.4.17",
15+
"@syncfusion/ej2-dropdowns": "^15.4.19",
16+
"@syncfusion/ej2-excel-export": "^15.4.17",
17+
"@syncfusion/ej2-file-utils": "^15.4.17",
18+
"@syncfusion/ej2-grids": "^15.4.19",
19+
"@syncfusion/ej2-inputs": "^15.4.17",
20+
"@syncfusion/ej2-lineargauge": "^15.4.17",
21+
"@syncfusion/ej2-lists": "^15.4.17",
22+
"@syncfusion/ej2-navigations": "^15.4.17",
23+
"@syncfusion/ej2-pdf-export": "^15.4.19",
24+
"@syncfusion/ej2-popups": "^15.4.17",
25+
"tslib": "^1.8.0"
26+
},
27+
"devDependencies": {
28+
"rollup": "^0.51.3",
29+
"rollup-plugin-commonjs": "^8.2.6",
30+
"rollup-plugin-node-resolve": "^3.0.0",
31+
"rollup-plugin-sourcemaps": "^0.4.2",
32+
"rollup-plugin-typescript": "^0.8.1",
33+
"rollup-plugin-uglify": "^2.0.1",
34+
"es6-promise": "^3.2.1",
35+
"gulp": "^3.9.1",
36+
"gulp-sass": "^3.1.0",
37+
"gulp-typescript": "^3.1.6",
38+
"requirejs": "^2.3.3",
39+
"typescript": "2.3.4"
40+
},
41+
"keywords": [
42+
"ej2",
43+
"syncfusion",
44+
"ej2-all"
45+
],
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/syncfusion/ej2"
49+
},
50+
"scripts": {
51+
"build": "gulp build"
52+
}
5353
}

0 commit comments

Comments
 (0)