Skip to content

Commit a8ce518

Browse files
committed
feat: bump deps
object-hash has changed meaning on Int16Arrays, which we don't use. We only use object-hash in the legacy code, and only pass it strings. tslib's upgrade is from some old typescript compiler upgrade, 3.9, ~may 2020, it shouldn't affect runtime dependencies at all.
1 parent fba5b0c commit a8ce518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier": "^2.3.1",
4646
"ts-jest": "^27.0.3",
4747
"ts-node": "^10.0.0",
48-
"typescript": "~4.3.4"
48+
"typescript": "~4.6.3"
4949
},
5050
"dependencies": {
5151
"event-loop-spinner": "^2.1.0",
@@ -64,8 +64,8 @@
6464
"lodash.transform": "^4.6.0",
6565
"lodash.union": "^4.6.0",
6666
"lodash.values": "^4.3.0",
67-
"object-hash": "^2.0.3",
67+
"object-hash": "^3.0.0",
6868
"semver": "^7.0.0",
69-
"tslib": "^1.13.0"
69+
"tslib": "^2"
7070
}
7171
}

0 commit comments

Comments
 (0)