|
26 | 26 | "author": "Juan Picado <juanpicado19@gmail.com>", |
27 | 27 | "license": "MIT", |
28 | 28 | "dependencies": { |
29 | | - "@google-cloud/datastore": "^2.0.0", |
30 | | - "@google-cloud/storage": "^2.5.0", |
31 | | - "@verdaccio/local-storage": "^2.1.0", |
32 | | - "@verdaccio/streams": "^1.0.0", |
33 | | - "fast-crc32c": "^1.0.4", |
34 | | - "http-errors": "1.7.1" |
| 29 | + "@google-cloud/datastore": "2.0.0", |
| 30 | + "@google-cloud/storage": "2.5.0", |
| 31 | + "@verdaccio/streams": "2.0.0", |
| 32 | + "fast-crc32c": "1.0.4", |
| 33 | + "http-errors": "1.7.2" |
35 | 34 | }, |
36 | 35 | "devDependencies": { |
37 | | - "@commitlint/cli": "7.5.2", |
38 | | - "@commitlint/config-conventional": "7.5.0", |
39 | | - "@commitlint/travis-cli": "7.0.0", |
40 | | - "@types/google-cloud__datastore": "^1.3.3", |
| 36 | + "@commitlint/cli": "8.0.0", |
| 37 | + "@commitlint/config-conventional": "8.0.0", |
| 38 | + "@commitlint/travis-cli": "8.0.0", |
| 39 | + "@types/google-cloud__datastore": "1.3.3", |
41 | 40 | "@types/http-errors": "1.6.1", |
42 | | - "@types/jest": "24.0.11", |
43 | | - "@types/node": "11.12.1", |
44 | | - "@verdaccio/babel-preset": "0.1.0", |
45 | | - "@verdaccio/eslint-config": "^0.0.1", |
| 41 | + "@types/jest": "24.0.15", |
| 42 | + "@types/node": "12.0.10", |
| 43 | + "@verdaccio/babel-preset": "0.2.1", |
| 44 | + "@verdaccio/eslint-config": "0.0.1", |
46 | 45 | "@verdaccio/types": "5.0.0-beta.4", |
47 | | - "codecov": "3.2.0", |
| 46 | + "codecov": "3.5.0", |
48 | 47 | "cross-env": "5.2.0", |
49 | | - "eslint": "^5.16.0", |
50 | | - "husky": "2.1.0", |
51 | | - "jest": "24.5.0", |
| 48 | + "eslint": "6.0.0", |
| 49 | + "husky": "2.4.1", |
| 50 | + "jest": "24.8.0", |
52 | 51 | "lint-staged": "7.2.0", |
53 | | - "memory-fs": "^0.4.1", |
| 52 | + "memory-fs": "0.4.1", |
54 | 53 | "rmdir-sync": "1.0.1", |
55 | | - "standard-version": "5.0.2", |
56 | | - "typescript": "3.2.4" |
| 54 | + "standard-version": "6.0.1", |
| 55 | + "typescript": "3.5.2" |
57 | 56 | }, |
58 | 57 | "engines": { |
59 | 58 | "node": ">=8" |
|
0 commit comments