deps: Bump prettier and typescript, reduce their sizes

This commit is contained in:
Paul Miller 2023-12-10 21:58:01 +00:00
parent b8b12671ac
commit 1c535a3287
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 4 additions and 3 deletions

@ -1,4 +1,5 @@
{
"printWidth": 100,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}

@ -34,8 +34,8 @@
"fast-check": "3.0.0",
"micro-bmark": "0.3.1",
"micro-should": "0.4.0",
"prettier": "2.8.4",
"typescript": "5.0.2"
"prettier": "3.1.1",
"typescript": "5.3.2"
},
"sideEffects": false,
"main": "index.js",