Skip to content

Commit b7915a1

Browse files
committed
fix: installed rimraf to fix bench
1 parent 7ef2a43 commit b7915a1

File tree

2 files changed

+119
-19
lines changed

2 files changed

+119
-19
lines changed

package-lock.json

Lines changed: 117 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"ws": "^8.13.0"
6060
},
6161
"devDependencies": {
62-
"@matrixai/lint": "^0.2.4",
6362
"@fast-check/jest": "^2.1.0",
63+
"@matrixai/lint": "^0.2.4",
6464
"@peculiar/asn1-pkcs8": "^2.3.0",
6565
"@peculiar/asn1-schema": "^2.3.0",
6666
"@peculiar/asn1-x509": "^2.3.0",
@@ -77,6 +77,7 @@
7777
"jest-extended": "^4.0.2",
7878
"jest-junit": "^16.0.0",
7979
"patch-package": "^8.0.0",
80+
"rimraf": "^6.0.1",
8081
"semver": "^7.3.7",
8182
"shx": "^0.3.4",
8283
"systeminformation": "^5.21.4",

0 commit comments

Comments
 (0)