|
29 | 29 | "test:e2e": "jest --config ./test/jest-e2e.config.json"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "rxjs": "^6.5.4" |
| 32 | + "rxjs": "^6.5.5" |
33 | 33 | },
|
34 | 34 | "husky": {
|
35 | 35 | "hooks": {
|
36 | 36 | "pre-commit": "pretty-quick --staged"
|
37 | 37 | }
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@semantic-release/changelog": "^5.0.0", |
| 40 | + "@semantic-release/changelog": "^5.0.1", |
41 | 41 | "@semantic-release/commit-analyzer": "^8.0.1",
|
42 | 42 | "@semantic-release/github": "^7.0.5",
|
43 | 43 | "@semantic-release/npm": "^7.0.5",
|
44 | 44 | "@semantic-release/release-notes-generator": "^9.0.1",
|
45 |
| - "@types/jest": "^25.1.4", |
46 |
| - "@types/node": "^12.12.30", |
47 |
| - "@typescript-eslint/eslint-plugin": "^2.25.0", |
48 |
| - "@typescript-eslint/parser": "^2.25.0", |
| 45 | + "@types/jest": "^25.2.1", |
| 46 | + "@types/node": "^12.12.35", |
| 47 | + "@typescript-eslint/eslint-plugin": "^2.27.0", |
| 48 | + "@typescript-eslint/parser": "^2.27.0", |
49 | 49 | "condition-circle": "^2.0.2",
|
50 | 50 | "dependency-check": "^4.1.0",
|
51 | 51 | "eslint": "^6.8.0",
|
52 | 52 | "eslint-config-prettier": "^6.10.1",
|
53 |
| - "eslint-plugin-prettier": "^3.1.2", |
54 |
| - "husky": "^4.2.3", |
55 |
| - "jest": "^25.1.0", |
56 |
| - "jest-circus": "^25.1.0", |
57 |
| - "jest-html-reporter": "^2.8.2", |
| 53 | + "eslint-plugin-prettier": "^3.1.3", |
| 54 | + "husky": "^4.2.5", |
| 55 | + "jest": "^25.3.0", |
| 56 | + "jest-circus": "^25.3.0", |
| 57 | + "jest-html-reporter": "^3.1.0", |
58 | 58 | "jest-junit": "^10.0.0",
|
59 |
| - "prettier": "^2.0.2", |
| 59 | + "prettier": "^2.0.4", |
60 | 60 | "pretty-quick": "^2.0.1",
|
61 | 61 | "rimraf": "^3.0.2",
|
62 | 62 | "semantic-release": "^17.0.4",
|
63 |
| - "ts-jest": "^25.2.1", |
| 63 | + "ts-jest": "^25.3.1", |
64 | 64 | "typescript": "~3.8.3"
|
65 | 65 | }
|
66 | 66 | }
|
0 commit comments