updated versions

This commit is contained in:
Umed Khudoiberdiev 2017-06-18 22:31:00 +05:00
parent 6d5c05a989
commit 400d12c69f

View File

@ -1,7 +1,7 @@
{
"name": "typeorm",
"private": true,
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB databases.",
"license": "MIT",
"readmeFilename": "README.md",
@ -36,53 +36,51 @@
"websql-orm"
],
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai-as-promised": "0.0.30",
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/mocha": "^2.2.41",
"@types/mongodb": "^2.1.41",
"@types/node": "^7.0.16",
"@types/promises-a-plus": "0.0.27",
"@types/sinon": "^2.2.0",
"@types/node": "^7.0.31",
"@types/sinon": "^2.3.1",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"del": "^2.2.2",
"chai-as-promised": "^7.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-file": "^0.3.0",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^2.1.2",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^3.0.0",
"gulpclass": "^0.1.2",
"mocha": "^2.5.3",
"mongodb": "^2.2.26",
"mongodb": "^2.2.28",
"mssql": "^4.0.4",
"mysql": "^2.12.0",
"mysql2": "^1.2.0",
"pg": "^6.1.5",
"mysql2": "^1.3.5",
"pg": "^6.2.4",
"remap-istanbul": "^0.9.5",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0",
"sinon": "^2.3.4",
"sinon-chai": "^2.11.0",
"sqlite3": "^3.1.8",
"ts-node": "^3.0.3",
"tslint": "^5.2.0",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"tslint-stylish": "^2.1.0",
"typescript": "^2.3.2"
"typescript": "^2.3.4"
},
"dependencies": {
"app-root-path": "^2.0.1",
"dotenv": "^4.0.0",
"glob": "^7.1.1",
"glob": "^7.1.2",
"js-yaml": "^3.8.4",
"mkdirp": "^0.5.1",
"reflect-metadata": "^0.1.10",
"xml2js": "^0.4.17",
"yargonaut": "^1.1.2",
"yargs": "^8.0.1"
"yargs": "^8.0.2"
},
"scripts": {
"test": "node_modules/.bin/gulp tests"