Skip to content

Commit 1189922

Browse files
committed
Update dependencies
1 parent fa6519f commit 1189922

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"default": "./dist/index.js"
1212
},
1313
"scripts": {
14-
"build": "tsc --module CommonJS && cd dist && mv \"index.js\" \"index.cjs\" && cd ../ && tsc --module es2020 && npx prettier -w dist/* --loglevel warn",
14+
"build": "tsc --module CommonJS && cd dist && mv \"index.js\" \"index.cjs\" && cd ../ && tsc --module es2020 && npx prettier -w dist/*",
1515
"test": "npm run build && node --test ./tests/*",
1616
"bench": "npm run build && node bench.js",
1717
"prepublish": "npm run build"
@@ -28,10 +28,10 @@
2828
"devDependencies": {
2929
"deep-diff": "^1.0.2",
3030
"deep-object-diff": "^1.1.9",
31-
"diff": "^5.1.0",
31+
"diff": "^5.2.0",
3232
"picocolors": "^1.0.0",
33-
"prettier": "^2.8.7",
34-
"typescript": "^5.0.4"
33+
"prettier": "^3.2.5",
34+
"typescript": "^5.4.2"
3535
},
3636
"type": "module",
3737
"repository": {

0 commit comments

Comments
 (0)