Skip to content

Commit 870b942

Browse files
Upgrade Dependencies (#354)
1 parent 17b111a commit 870b942

File tree

3 files changed

+786
-978
lines changed

3 files changed

+786
-978
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
### Dependencies
3333

34+
- [dayjs] 1.10.6 -> 1.11.2
35+
3436
## [@techmmunity/symbiosis@0.0.31] - 2022-02-12
3537

3638
### Added

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@
4040
"dependencies": {
4141
"@techmmunity/utils": "^1.9.1",
4242
"change-case": "^4.1.2",
43-
"dayjs": "^1.10.6",
43+
"dayjs": "^1.11.2",
4444
"tiny-glob": "^0.2.9"
4545
},
4646
"devDependencies": {
47-
"@techmmunity/eslint-config": "^5.2.2",
48-
"@types/jest": "^27.0.2",
47+
"@techmmunity/eslint-config": "^5.2.3",
48+
"@types/jest": "^27.5.1",
4949
"@types/uuid": "^8.3.4",
50-
"@vercel/ncc": "^0.33.2",
51-
"eslint": "^8.9.0",
52-
"husky": "^7.0.2",
53-
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.3",
55-
"prettier": "^2.5.1",
50+
"@vercel/ncc": "^0.34.0",
51+
"eslint": "^8.16.0",
52+
"husky": "^8.0.1",
53+
"jest": "^28.1.0",
54+
"lint-staged": "^12.4.2",
55+
"prettier": "^2.6.2",
5656
"reflect-metadata": "^0.1.13",
57-
"ts-jest": "^27.1.3",
58-
"ts-node": "^10.5.0",
59-
"typescript": "^4.5.5",
57+
"ts-jest": "^28.0.3",
58+
"ts-node": "^10.8.0",
59+
"typescript": "^4.7.2",
6060
"uuid": "^8.3.2"
6161
},
6262
"scripts": {

0 commit comments

Comments
 (0)