|
22 | 22 | "scripts": { |
23 | 23 | "build": "tsc", |
24 | 24 | "build:documentation": "typedoc --out docs --name fireorm --readme README.md --mode file --gaID UA-133856278-1 --excludeNotExported --exclude examples --exclude test", |
25 | | - "build:watch": "tsc -w", |
| 25 | + "build:watch": "tsc -w --incremental", |
26 | 26 | "lint": "tslint --project tsconfig.json", |
27 | 27 | "lint:md": "remark README.md -o README.md", |
28 | 28 | "release": "semantic-release", |
|
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | 33 | "class-transformer": "^0.2.0", |
34 | | - "pluralize": "^7.0.0" |
| 34 | + "pluralize": "^8.0.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | 37 | "@commitlint/cli": "^7.6.1", |
38 | 38 | "@commitlint/config-conventional": "^7.6.0", |
39 | 39 | "@commitlint/travis-cli": "^7.6.1", |
40 | | - "@google-cloud/firestore": "^0.19.0", |
| 40 | + "@google-cloud/firestore": "^2.1.0", |
41 | 41 | "@qiwi/semantic-release-gh-pages-plugin": "^1.9.1", |
42 | 42 | "@types/chai": "^4.1.7", |
43 | 43 | "@types/mocha": "^5.2.5", |
44 | 44 | "@types/pluralize": "^0.0.29", |
45 | 45 | "@types/sinon": "^7.0.6", |
46 | 46 | "chai": "^4.2.0", |
47 | | - "firebase-admin": "^6.5.0", |
| 47 | + "firebase-admin": "^8.0.0", |
48 | 48 | "husky": "^2.3.0", |
49 | | - "mocha": "^5.2.0", |
| 49 | + "mocha": "^6.1.4", |
50 | 50 | "mock-cloud-firestore": "^0.9.0", |
51 | 51 | "reflect-metadata": "^0.1.13", |
52 | 52 | "remark-cli": "^6.0.1", |
53 | 53 | "semantic-release": "^15.13.12", |
54 | 54 | "sinon": "^7.2.4", |
55 | | - "ts-node": "^7.0.1", |
| 55 | + "ts-node": "^8.2.0", |
56 | 56 | "tslint": "^5.12.0", |
57 | 57 | "typedoc": "^0.14.2", |
58 | 58 | "typescript": "^3.2.2" |
|
0 commit comments