Skip to content

Commit

Permalink
Update dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncBanana committed Jul 28, 2022
1 parent a6fdc3a commit 1266fc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microdiff",
"version": "1.3.0",
"version": "1.3.1",
"description": "Small, fast, zero dependency deep object and array comparison",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -27,12 +27,12 @@
],
"devDependencies": {
"deep-diff": "^1.0.2",
"deep-object-diff": "^1.1.0",
"diff": "^5.0.0",
"deep-object-diff": "^1.1.7",
"diff": "^5.1.0",
"picocolors": "^1.0.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"uvu": "^0.5.2"
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"uvu": "^0.5.6"
},
"type": "module",
"repository": {
Expand Down

0 comments on commit 1266fc5

Please sign in to comment.