Skip to content

Commit 1266fc5

Browse files
committed
Update dependencies and version
1 parent a6fdc3a commit 1266fc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microdiff",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Small, fast, zero dependency deep object and array comparison",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
@@ -27,12 +27,12 @@
2727
],
2828
"devDependencies": {
2929
"deep-diff": "^1.0.2",
30-
"deep-object-diff": "^1.1.0",
31-
"diff": "^5.0.0",
30+
"deep-object-diff": "^1.1.7",
31+
"diff": "^5.1.0",
3232
"picocolors": "^1.0.0",
33-
"prettier": "^2.4.1",
34-
"typescript": "^4.4.4",
35-
"uvu": "^0.5.2"
33+
"prettier": "^2.7.1",
34+
"typescript": "^4.7.4",
35+
"uvu": "^0.5.6"
3636
},
3737
"type": "module",
3838
"repository": {

0 commit comments

Comments
 (0)