Skip to content

Commit

Permalink
v1.0.16-preview is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 8, 2017
1 parent 25280e3 commit d1bcb80
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{
"name": "@syncfusion/ej2-samples",
"version": "0.0.1",
"description": "Samples for Syncfusion Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2": "*",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-data": "*",
"@syncfusion/ej2-lists": "*",
"@syncfusion/ej2-grids": "*",
"@syncfusion/ej2-dropdowns": "*",
"@syncfusion/ej2-calendars": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-popups": "*",
"@syncfusion/ej2-charts": "*",
"@syncfusion/ej2-circulargauge": "*",
"@syncfusion/ej2-lineargauge": "*",
"@syncfusion/ej2-navigations": "*",
"cheerio": "^1.0.0-rc.1",
"crossroads": "^0.12.2",
"hasher": "^1.2.0"
},
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/crossroads": "0.0.28",
"@types/es6-promise": "0.0.28",
"@types/hasher": "0.0.27",
"@types/highlight.js": "^9.1.7",
"@types/jasmine": "^2.2.29",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26",
"@types/signals": "0.0.16",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4",
"browser-sync": "2.11.2",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-generic-preprocessor": "^1.1.0",
"karma-htmlfile-reporter": "^0.3.5",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.1.0",
"run-sequence": "^1.2.2",
"webpack": "2.5.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"test": "gulp test"
}
"name": "@syncfusion/ej2-samples",
"version": "1.0.16",
"description": "Samples for Syncfusion Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2": "^1.0.16",
"@syncfusion/ej2-base": "^1.0.16",
"@syncfusion/ej2-buttons": "^1.0.14",
"@syncfusion/ej2-data": "^1.0.14",
"@syncfusion/ej2-lists": "^1.0.14",
"@syncfusion/ej2-grids": "^1.0.16",
"@syncfusion/ej2-dropdowns": "^1.0.16",
"@syncfusion/ej2-calendars": "^1.0.16",
"@syncfusion/ej2-inputs": "^1.0.16",
"@syncfusion/ej2-popups": "^1.0.16",
"@syncfusion/ej2-charts": "^1.0.16",
"@syncfusion/ej2-circulargauge": "^1.0.14",
"@syncfusion/ej2-lineargauge": "^1.0.14",
"@syncfusion/ej2-navigations": "^1.0.14",
"cheerio": "^1.0.0-rc.1",
"crossroads": "^0.12.2",
"hasher": "^1.2.0"
},
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/crossroads": "0.0.28",
"@types/es6-promise": "0.0.28",
"@types/hasher": "0.0.27",
"@types/highlight.js": "^9.1.7",
"@types/jasmine": "^2.2.29",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26",
"@types/signals": "0.0.16",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4",
"browser-sync": "2.11.2",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-generic-preprocessor": "^1.1.0",
"karma-htmlfile-reporter": "^0.3.5",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.1.0",
"run-sequence": "^1.2.2",
"webpack": "2.5.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"test": "gulp test"
}
}

0 comments on commit d1bcb80

Please sign in to comment.