Skip to content

Commit 9da19aa

Browse files
authored
Merge pull request #8 from hellivan/develop
merge develop
2 parents 0b507fb + 665e490 commit 9da19aa

File tree

3 files changed

+1444
-593
lines changed

3 files changed

+1444
-593
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
aliases:
66
- &job-defaults
77
docker:
8-
- image: circleci/node:12.13.0
8+
- image: circleci/node:12.16.2
99
working_directory: ~/repo
1010
- &attach_workspace
1111
attach_workspace:

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -29,38 +29,38 @@
2929
"test:e2e": "jest --config ./test/jest-e2e.config.json"
3030
},
3131
"dependencies": {
32-
"rxjs": "^6.5.4"
32+
"rxjs": "^6.5.5"
3333
},
3434
"husky": {
3535
"hooks": {
3636
"pre-commit": "pretty-quick --staged"
3737
}
3838
},
3939
"devDependencies": {
40-
"@semantic-release/changelog": "^5.0.0",
40+
"@semantic-release/changelog": "^5.0.1",
4141
"@semantic-release/commit-analyzer": "^8.0.1",
4242
"@semantic-release/github": "^7.0.5",
4343
"@semantic-release/npm": "^7.0.5",
4444
"@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",
4949
"condition-circle": "^2.0.2",
5050
"dependency-check": "^4.1.0",
5151
"eslint": "^6.8.0",
5252
"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",
5858
"jest-junit": "^10.0.0",
59-
"prettier": "^2.0.2",
59+
"prettier": "^2.0.4",
6060
"pretty-quick": "^2.0.1",
6161
"rimraf": "^3.0.2",
6262
"semantic-release": "^17.0.4",
63-
"ts-jest": "^25.2.1",
63+
"ts-jest": "^25.3.1",
6464
"typescript": "~3.8.3"
6565
}
6666
}

0 commit comments

Comments
 (0)