mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
updated all dependencies
This commit is contained in:
parent
fb29d6cbe4
commit
3db68dcfb1
21
package.json
21
package.json
@ -31,30 +31,31 @@
|
||||
"gulp-mocha": "^2.2.0",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-shell": "^0.5.1",
|
||||
"gulp-tslint": "^4.3.5",
|
||||
"gulpclass": "0.1.0",
|
||||
"mocha": "^2.3.2",
|
||||
"sinon": "^1.17.2",
|
||||
"gulp-tslint": "^5.0.0",
|
||||
"gulpclass": "0.1.1",
|
||||
"mocha": "^2.5.3",
|
||||
"mysql": "^2.10.2",
|
||||
"sinon": "^1.17.4",
|
||||
"sinon-chai": "^2.8.0",
|
||||
"tslint": "^3.7.4",
|
||||
"tslint": "next",
|
||||
"tslint-stylish": "^2.1.0-beta",
|
||||
"typescript": "next",
|
||||
"typings": "^0.7.12"
|
||||
"typings": "^1.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs": "^0.0.2",
|
||||
"glob": "^7.0.3",
|
||||
"lodash": "^4.11.1",
|
||||
"lodash": "^4.13.1",
|
||||
"moment": "^2.13.0",
|
||||
"mysql": "^2.10.2",
|
||||
"path": "^0.12.7",
|
||||
"reflect-metadata": "^0.1.3",
|
||||
"require-all": "^2.0.0",
|
||||
"rxjs": "^5.0.0-beta.7",
|
||||
"rxjs": "^5.0.0-beta.8",
|
||||
"sha1": "^1.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "./node_modules/.bin/gulp package",
|
||||
"test": "node_modules/.bin/mocha -w"
|
||||
"postinstall": "./node_modules/.bin/typings install",
|
||||
"test": "node_modules/.bin/gulp tests"
|
||||
}
|
||||
}
|
||||
|
||||
25
typings.json
25
typings.json
@ -1,16 +1,17 @@
|
||||
{
|
||||
"ambientDevDependencies": {
|
||||
"assertion-error": "github:DefinitelyTyped/DefinitelyTyped/assertion-error/assertion-error.d.ts#7a3ca1f0b8a0960af9fc1838f3234cc9d6ce0645",
|
||||
"chai": "github:DefinitelyTyped/DefinitelyTyped/chai/chai.d.ts#7a3ca1f0b8a0960af9fc1838f3234cc9d6ce0645",
|
||||
"chai-as-promised": "github:DefinitelyTyped/DefinitelyTyped/chai-as-promised/chai-as-promised.d.ts#d6e3f732183ca0ee4c4b438323253b384f5b4091",
|
||||
"mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#7a3ca1f0b8a0960af9fc1838f3234cc9d6ce0645",
|
||||
"mockery": "github:DefinitelyTyped/DefinitelyTyped/mockery/mockery.d.ts#6f6e5c7dd9effe21fee14eb65fe340ecbbc8580a",
|
||||
"promises-a-plus": "github:DefinitelyTyped/DefinitelyTyped/promises-a-plus/promises-a-plus.d.ts#56068d3354648384ff32db20b6fcda4262856f33",
|
||||
"sinon": "github:DefinitelyTyped/DefinitelyTyped/sinon/sinon.d.ts#7a3ca1f0b8a0960af9fc1838f3234cc9d6ce0645"
|
||||
"globalDevDependencies": {
|
||||
"assertion-error": "registry:dt/assertion-error#1.0.0+20160316155526",
|
||||
"chai": "registry:dt/chai#3.4.0+20160317120654",
|
||||
"chai-as-promised": "registry:dt/chai-as-promised#0.0.0+20160423070304",
|
||||
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
|
||||
"promises-a-plus": "registry:dt/promises-a-plus#0.0.0+20160317120654",
|
||||
"sinon": "registry:dt/sinon#1.16.0+20160517064723"
|
||||
},
|
||||
"ambientDependencies": {
|
||||
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#6697d6f7dadbf5773cb40ecda35a76027e0783b2",
|
||||
"lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#7b7aa2027a8fb6219a8bcf1b6bb12bcd0ff9539d",
|
||||
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#cf7f980ba6cf09f75aaa9b5e53010db3c00b9aaf"
|
||||
"globalDependencies": {
|
||||
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
|
||||
"node": "registry:dt/node#6.0.0+20160524002506"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "registry:npm/lodash#4.0.0+20160416211519"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user